Draw rounded thick line with WebGL & Three.js?
I just started to fiddle around with WebGL and three.js. I would really like to create a thick line, which has round...
Using an alphaMap is not providing transparency in my material?
I am trying to create chainlink surface. I have 2 textures; a standard map which has the metallic look of the metal...
Q: ThreeJS Repeat Texture in threejs Editor Strange Behaviour?
enter link description hereAs you can see in the attached images, the materials, doesn't repeat in all the area but ...
JS - How to create minecraft-style clouds??
I'm currently developing a kind of block game (compare Minecraft) for the browser and am teaching three.js. I want ...
How to get the name of the group object with Raycaster Three.js?
I want to get the name of the group with raycaster but insted to take the name i take the name empty the code i have...
Three JS Inexpensive Crowd using sprites and spritesheets?
I'm working on a three.js project that requires me to create a large crowd of people as part of a visualisation. I...
How to find the unicode of the subscript alphabet??
I've found some letters but i need to find others such as "c", "m", "p", is this even possible? ...
How to draw a 2D/3D grid from BufferGeometry in three.js?
I have some points in a BufferGeometry. They arrange themselves into a regular 1D/2D/3D grid. I'm doing index mappin...
Three.JS rotate projection so that the y axis becomes the z-axis?
Traditionally, in 3D projections, the Y-axis is the axis that represents "up and down". I learned to think of it, wi...
Isometric camera with THREE.js?
How can I set the camera angle to something like the isometric projection? ...