Offsetting texture / image

Hello,

Novice babylonist here.

I am looking for example on how to offset loaded texture (or image). Basically I need to load
floor plan onto a plane and have a way to move it left / right / up / down to offset it properly within a plane.

As much as I understand texture fills in the whole plane, subplanes once offset (position x . y) are not clipped so none of those worked for me so far.

Any help / tips will be appreciated.

My starting point:
https://playground.babylonjs.com/#39H7KT#2

Hi

https://playground.babylonjs.com/#39H7KT#5 (lines 28-33).

:smiley:

2 Likes

That worked - many thanks!

1 Like