Relative Content

Tag Archive for javascriptnode.jsthree.jswebglblender

How to extrude a certain triangle in a mesh in three.js

Description: My three.js scene is based upon a selection tool in which if we click and drag over the mesh it colors the triangles of the mesh red, I want to create a function that when runs checks the mesh.geometry.attributes and if it finds a triangle with red color it extrudes that triangle. I am […]