Hi,
This is a learning project. A model will be loaded and the user can view the models with interactive controls. If an user wants to do any markings or create a note on any specific parts of the model, they needs to be able to do that. How to made this feature in Babylonjs. So the user needs to be able to draw over the scene and we needs to make it as texture or an annotation. Kindly help me on this.
Hello!
There can be multiple ways of achieving this effect. You could use Dynamic Textures | Babylon.js Documentation (babylonjs.com), Decals | Babylon.js Documentation (babylonjs.com), The Babylon GUI | Babylon.js Documentation (babylonjs.com), combine them in many ways
2 Likes