Fixed typos
This commit is contained in:
parent
2898671f40
commit
583e61ac35
9 changed files with 10 additions and 10 deletions
|
|
@ -241,7 +241,7 @@ void VulkanglTFScene::drawNode(VkCommandBuffer commandBuffer, VkPipelineLayout p
|
|||
return;
|
||||
}
|
||||
if (node.mesh.primitives.size() > 0) {
|
||||
// Pass the node's matrix via push constanst
|
||||
// Pass the node's matrix via push constants
|
||||
// Traverse the node hierarchy to the top-most parent to get the final matrix of the current node
|
||||
glm::mat4 nodeMatrix = node.matrix;
|
||||
VulkanglTFScene::Node* currentParent = node.parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue