Interface IDeformableMesh
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface IDeformableMesh : IMesh, IPointSet
Methods
SetVertex(Int32, Vector3d)
Declaration
void SetVertex(int vID, Vector3d vNewPos)
Parameters
Type | Name | Description |
---|---|---|
Int32 | vID | |
Vector3d | vNewPos |
SetVertexNormal(Int32, Vector3f)
Declaration
void SetVertexNormal(int vid, Vector3f vNewNormal)
Parameters
Type | Name | Description |
---|---|---|
Int32 | vid | |
Vector3f | vNewNormal |
SetVertexUV(Int32, Vector2f)
Declaration
void SetVertexUV(int i, Vector2f uv)
Parameters
Type | Name | Description |
---|---|---|
Int32 | i | |
Vector2f | uv |