Merge 0c222f1990
into 17dd22e677
This commit is contained in:
commit
5ef7da2661
|
@ -1317,7 +1317,7 @@ TriangleVertexArray::IndexDataType::INDEX_INTEGER_TYPE);
|
||||||
into it as a subpart. Once this is done, we can create the actual \texttt{ConcaveMeshShape}. \\
|
into it as a subpart. Once this is done, we can create the actual \texttt{ConcaveMeshShape}. \\
|
||||||
|
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
TriangleMesh triangleMesh* = physicsCommon.createTriangleMesh();
|
TriangleMesh* triangleMesh = physicsCommon.createTriangleMesh();
|
||||||
|
|
||||||
// Add the triangle vertex array to the triangle mesh
|
// Add the triangle vertex array to the triangle mesh
|
||||||
triangleMesh->addSubpart(triangleArray);
|
triangleMesh->addSubpart(triangleArray);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user