fixed syntax error of an example
This commit is contained in:
parent
17dd22e677
commit
0c222f1990
|
@ -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}. \\
|
||||
|
||||
\begin{lstlisting}
|
||||
TriangleMesh triangleMesh* = physicsCommon.createTriangleMesh();
|
||||
TriangleMesh* triangleMesh = physicsCommon.createTriangleMesh();
|
||||
|
||||
// Add the triangle vertex array to the triangle mesh
|
||||
triangleMesh->addSubpart(triangleArray);
|
||||
|
|
Loading…
Reference in New Issue
Block a user