Geometry
The Geometry.
Constructor
new G3D.Geometry(mesh);
options
| name | type | description |
|---|---|---|
| mesh | G3D.Mesh | the geometry's mesh |
Properties
| name | type | description |
|---|---|---|
| vertices | [Number] | the vertices array |
| normals | [Number] | the normal array |
| uvs | [Number] | the uv array |
| indices | {[key]: [Number]} | the indice array collection |

