NewtonDeformableMeshParam

From Newton Wiki
Revision as of 06:02, 18 June 2019 by WikiSysop (talk | contribs) (Created page with "<source lang="cpp"> typedef struct NewtonDeformableMeshParam { int m_vertexCount; int m_triangleCount; int m_vrtexStrideInBytes; unsigned short *m_indexList; dFlo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
	typedef struct NewtonDeformableMeshParam
	{
		int m_vertexCount;
		int m_triangleCount;
		int m_vrtexStrideInBytes;
		unsigned short *m_indexList;
		dFloat *m_vertexList;
	} NewtonDeformableMeshParam;