Skip to main content

All Questions

0 votes
2 answers
2k views

Three js Texture Loader can't load a texture

I'm trying to load an image with three js (I want the same result as this project : https://github.com/brunoimbrizi/interactive-particles). But when I run the project, the code don't want to load the ...
Davy Jacquemaard's user avatar
1 vote
1 answer
2k views

three.js texture error reads "GL_INVALID_OPERATION : glDrawElements: Source and destination textures of the draw are the same"

I'm a new developer attempting to use tonemapping, as demonstrated here at Three.js: ( https://threejs.org/examples/#webgl_tonemapping ) and I'm unable to avoid a specific error, even when I download ...
Charles's user avatar
  • 11
0 votes
1 answer
849 views

THREE.js - Cannot load texture locally in Chrome Browser in Android device

I have been trying to load textures for a WebGL application in a Chrome browser in an Android device I came across a similar post THREE.js - Can't load texture locally where a solution to load ...
user3709744's user avatar
1 vote
1 answer
2k views

3JS glTexImage2D and glFrameBufferTexture2D errors in Chrome

I am attempting to run a volume rendering program that I wrote on my laptop. I am using the integrated graphics processor on the Intel i7-3517U, and my laptop is running Kubuntu 12.04. I am using the ...
ztforster's user avatar
  • 1,609
0 votes
1 answer
314 views

Add material to mesh from node server

While I understand many of you may not have messed around with OWF (Ozone Widge Framework), it's merely wigetized html pages that communicate through a subscription service on the server. Simple ...
Brett's user avatar
  • 85
0 votes
1 answer
3k views

Three.js does not show texture on sphere

There are some threads about textures which do not showing up. I have tried them all, but nothing helped. I have spent a few hours on this now. Every time I end up looking at a black sphere. I am ...
Proto's user avatar
  • 247