Hi all,
I’m trying to import a .babylon model as a scene and adding to this model some decals that appears as scalable and dragable object in order to move them through this scene imported.
I’ve been watching some examples as the following ones:
https://playground.babylonjs.com/frame.html#EEUVTY#0
where you can add images when you click in a part of the scene, but you cannot scale it or move it after that.
https://www.babylonjs-playground.com/#1BAPRM#25
https://www.babylonjs-playground.com/#2C8LVE#13
In these ones, you have an scalable and dragable image but it is applied using something called “fabric canvas”.
I would like to know if there is a way to add an image able to move it just in the scene and that could be resized, rotated … just using normal babylon without fabricjs.
(My demo is something like this: SmarTeam3D - 3D product viewer, 3D car configurator | 3D advertisement, 3D model viewer, 3D product configurators, virtual tours, virtual reality using WebVR, augmented reality using JSARToolKit, 360 photo viewer)
Thanks y’all!!