when we add css2renderer on time like label then my screen stuck seems like orbit control is not working .I’m using transform control in my project and it
How would you check if the rotation of a model has changed? tried: var oldRotate = this._target.quaternion; console.log('works returns vector3 quaternion: ',
I can't load images (JPG, PNG, or BMP) with OBJLoader. Here's some of the code: function init() { ... loader = new THREE.OBJLoader(); loadOBJ(); } functi
There is a regular BoxGeometry whose dimensions are set relative to a group of objects. How to get the position of a certain point in this BoxGeometry (x:1, y:1
There is a regular BoxGeometry whose dimensions are set relative to a group of objects. How to get the position of a certain point in this BoxGeometry (x:1, y:1
My code is below: This gives me the following error: I cannot resolve this error can anyone help me out? Does it mean that perspectivecamera is no longer an i
I want to pass the mouse position to shader through uniform so that the color changes interactively when the mouse is moved. Please see the comments with "ύ
I am starting during this days with Three.js and it's very cool. Now i would like to load a texture and apply it to a simple sphere. My problem is that when i o
In my game, i use mesh (skeleton, animations and materials without texture) made with Blender (2.79b) ,then exported in glb format (gltf binary v2). In THREEJS
I am trying to run a walking animation on a gltf model from animationClip. The goal is to play the walking animation whenever the up arrow key is pressed and ke
I have an OBJ that uses four textures. The UVs defined in the file range from (0, 0) to (2, 2), such that (0.5, 0.5) refers to a coordinate in the first textur
I am trying to load .gltf model using three.js into my Blazor application. However the server does not serve this type of files. I am aware that MIME type m
I've successfully imported a .dae scene via ColladaLoader. The problem is, I need to switch between several .dae files. I can't seem to implement the dispose
I want to add about 20.000 plane geometries on mapbox map. Docs have example with only one object(even camera configured for one object). My purpose - isometric
am unable to display GPS locations (WGS84 lat-long in decimal degrees) on photosphere viewer as a marker. These locations are signboards on the road collected
Till now I have managed to achieve camera shifting from one place to another but it goes all of a sudden i want a animation or a smooth effect in between curren
Problem: I have made a flappy-bird like game using Three.js. Everytime I tap the screen, a "flap"-sound is played. However playing this audio causes a tiny lagg
I am going through the Basic Scene demo for A-Frame. https://aframe.io/docs/0.8.0/guides/building-a-basic-scene.html When I get to the Applying Image Texture
I have a pretty easy question for you with three.js about x position translation of an imported .obj mesh. I'm fairly new to three.js and was wandering if som
I am tying to render the .fbx format 3D model using THREEJS FBXLoader but the model is not visible in the scene although it is added. The variable named 'model'