Summary of Working with Three.js Materials
Review the concept that we learned in working with Three.js materials.
We'll cover the following...
We'll cover the following...
Wrap Up!
Three.js gives us a lot of materials we can use to skin our geometries:
-
The materials range from the very simple (
THREE.MeshBasicMaterial
) to the complex (THREE.ShaderMaterial
), where we can provide our ownvertexShader
and ...