G
G
gense2015-09-13 10:27:16
JavaScript
gense, 2015-09-13 10:27:16

What is the best way to implement a real-time transformable sticker on an object using Three.js?

So that the user can move, scale and rotate this sticker on the mesh in real time. If, with each change, all transform operations are carried out on the canvas, and the canvas is returned as a newly created texture, then this should be slow and somehow ugly. And if it can be done with a shader, how about? What would be the best way to implement this in general?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2015-09-13
@gense

move, scale and rotate this sticker on the mesh

Move, scale and rotate uv coordinates in the vertex shader.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question