Hello there, am trying to add a web page as an iframe showing on a plane to my three js project, however i can’t have the webpage/css3object stuck at a definite location, it keeps orbiting around the object added in the scene when i use the mouse to move around the scene.
I created two scenes (one for webgl render and another for cssrender). i tried following the example at CSS3D (Three.js) , Embedding webpages in a 3D Three.js scene and three.js examples. the first two example is how i want but they are made from lower versions of three js and am using the latest version. please help.