Difference between revisions of "NewtonDeformableMeshParam"

From Newton Wiki
Jump to: navigation, search
(Created page with "<source lang="cpp"> typedef struct NewtonDeformableMeshParam { int m_vertexCount; int m_triangleCount; int m_vrtexStrideInBytes; unsigned short *m_indexList; dFlo...")
 
(No difference)

Latest revision as of 06:02, 18 June 2019

	typedef struct NewtonDeformableMeshParam
	{
		int m_vertexCount;
		int m_triangleCount;
		int m_vrtexStrideInBytes;
		unsigned short *m_indexList;
		dFloat *m_vertexList;
	} NewtonDeformableMeshParam;