-
Hello,
I experience a weird problem when rotating some models in three.js. Under certain angles of view some parts of a model become invisible. The problem is definetely has nothing to do with `mat…
-
export * from './loaders/AnimationLoader';
export * from './loaders/CompressedTextureLoader';
export * from './loaders/DataTextureLoader';
export * from './loaders/CubeTextureLoader';
export * fro…
yokyj updated
5 years ago
-
Currently, [SVGLoader](https://github.com/mrdoob/three.js/blob/dev/examples/js/loaders/SVGLoader.js) only returns the nodes.
I hink it'll be a great improvement if the loader could convert svg node…
-
##### Description of the problem
Load the MMD model and turn off the ambient light and put in a spot light and turn on the shadow, no matter how you adjust the light, there's no light on the model,…
-
##### Description of the problem
I tested the FBXLoader of the three.js on my device.
But I got following errors.
![image](https://user-images.githubusercontent.com/5210816/51096382-7b0c1700-17ff…
-
Not really sure whether a bug or not?
I'm loading a vrml with vrmlloader that also has textures in the same ~~file~~ folder, but vrmlloader shows me just a blackscreen? No textures loaded. Any Idea? …
-
Hello all,
I'm trying to use the exported scene from the test examples and I'm encountering several error. Most of them with offsets, not sure if the loaders(babylon, Threejs, etc) are wrong or it …
-
**Photo Sphere Viewer: 2.9, ThreeJS: Version 2.3 and web browser Chrome: Version 71.0.3578.98 **
I have used this version of Library:
Add this options:
var viewer = new PhotoSphereViewer({
co…
-
Hi - huge fan of this component and just got it working. :) I'm wondering if there's any way to allow the user to control things like play/pause/stop while within the webvr environment? This would be…
-
Per Stack Overflow (https://stackoverflow.com/q/52144252/1314762, https://stackoverflow.com/questions/51558365/how-to-load-gltf-scene-in-threejs-using-ie11), GLTFLoader is reportedly not working in IE…