Lightnet
Lightnet
Did you try this? `container.appendChild(renderer.three.renderer.domElement);` Fixed incorrect code.
If you on chrome browser you try inspect your element. Hover over the element to see the height of parent to children by layers. Html, body and #app #root div...
I was curios about trying out since I need to resize to div for building for my project. resize="div"
Oh right I forgot that you need to calculate the header image to adjust the height. I had to reread your post. You need image height to fit correctly with...
Well you need image height of to fit the canvas render height. That was example or render output layout. You need to find the correct image height since calc() and...
To get access to object id that took some time to find the troisjs has it. I didn't see some docs examples. Looking that src files. This is vuejs 3...
I was looking around for transformcontrols and found none that I could see. So I work on it and It took a while as there no select object add but...
You can extend the class from https://github.com/troisjs/trois/blob/master/src/core/Object3D.ts As well there should be some examples from sandbox links from examples.
Current it not support as it it can be export. It still almost the same with layer of vue on it. The only problem is the update the mesh but...
I see. You get mesh data from using created event emit from object3d troisjs. I got idea from physics example. When I look at the src. example: ``` function initMesh(iMesh){//get...