Fixed typos
This commit is contained in:
parent
5539991ca5
commit
78f9881ebf
18 changed files with 28 additions and 28 deletions
|
|
@ -346,7 +346,7 @@ public:
|
|||
void drawNode(VkCommandBuffer commandBuffer, VkPipelineLayout pipelineLayout, VulkanglTFModel::Node node)
|
||||
{
|
||||
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;
|
||||
VulkanglTFModel::Node* currentParent = node.parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue