Skip to content Skip to sidebar Skip to footer
Showing posts with the label Textures

Loading Texture From Web Worker In Three.js

When applying a large texture image to a Mesh for a noticeable period of time Three.js locks-up bro… Read more Loading Texture From Web Worker In Three.js

Three.js Update Texture Image

I'm using three.js to create a minecraft texture editor, similar to this. I'm just trying t… Read more Three.js Update Texture Image

Is It Possible To Use 2 Textures (one On Top Of The Other) As A Material Without Using Custom Shaders?

I'm learning three.js and I've done a few a examples on it and basic shaders (One being Cod… Read more Is It Possible To Use 2 Textures (one On Top Of The Other) As A Material Without Using Custom Shaders?