mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
vb model mesh reader test, beginning of skeleton test
This commit is contained in:
@@ -71,6 +71,8 @@ namespace vb01{
|
||||
aiMaterial *material=scene->mMaterial[mesh->mMaterialIndex];
|
||||
}
|
||||
*/
|
||||
currentNode->attachMesh(new Mesh(vertices, indices, numTris));
|
||||
Mesh *vbMesh = new Mesh(vertices, indices, numTris);
|
||||
vbMesh ->construct();
|
||||
currentNode->attachMesh(vbMesh);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user