How to select and adjust the map position gracefully

Project address: PlayCanvas 3D HTML5 Game Engine

How to adjust the map position more quickly.
For example, if you select a map with the mouse, you can drag it to change the position of the map.

Mapping:picture.jpg

1 Like

Or faster ways to adjust where the map is

1 Like

Hi @yang1117,

I gather you could change the opacity offset in the cube material, and match it with mouse input.

You will have to receive regular mouse input, normalize it e.g. to values -1 to 1 and then apply it as offset value.

That way you will be able to gracefully move the texture map.