ModelHandle/source/model
2022-01-07 22:45:43 +01:00
..
color.js Add utility function for color conversion. 2022-01-07 22:45:43 +01:00
generator.js Remove material parameter from mesh. 2022-01-04 19:49:13 +01:00
material.js Move color class to a separate file. 2022-01-01 10:59:36 +01:00
mesh.js Remove material parameter from mesh. 2022-01-04 19:49:13 +01:00
meshbuffer.js Add test for exporting vertex colors to glTF. 2021-12-29 08:41:36 +01:00
meshinstance.js Set vertex color for materials only if they have vertex color in all appearances. 2022-01-05 19:10:12 +01:00
meshutils.js Move mesh clone function to the mesh class. 2022-01-03 18:46:16 +01:00
model.js Set vertex color for materials only if they have vertex color in all appearances. 2022-01-05 19:10:12 +01:00
modelfinalization.js Set vertex color for materials only if they have vertex color in all appearances. 2022-01-05 19:10:12 +01:00
modelutils.js Get mesh type instead of checking triangle count. 2021-12-31 10:37:16 +01:00
node.js Introduce node types. GroupNode is a node that contains child nodes and optionally some meshes. MeshNode is a node that contains only one mesh. MeshNodes are not visible in the tree. 2021-11-13 20:56:35 +01:00
object.js Set vertex color for materials only if they have vertex color in all appearances. 2022-01-05 19:10:12 +01:00
property.js Add boolean property type. 2021-06-27 00:00:31 +02:00
quantities.js Remove solidity check from volume calculation. 2021-12-18 10:31:40 +01:00
topology.js Use set or map instead of pure object. 2022-01-02 10:00:13 +01:00
triangle.js Store vertex colors for triangles. 2021-12-28 21:15:33 +01:00