Skip to content

Commit

Permalink
Merge pull request #187 from LeeRiva/lrdev2
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
robertosfield authored Feb 27, 2024
2 parents 2ad7a1f + 5f04e5b commit 8f1ece6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assimp/SceneConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ void SceneConverter::convert(const aiMesh* mesh, vsg::ref_ptr<vsg::Node>& node)
// useful reference for GLTF animation support
// https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/figures/gltfOverview-2.0.0d.png

// now done as part of the aiMateirial/DescriptorConfigurator setup.
// now done as part of the aiMaterial/DescriptorConfigurator setup.
// config->assignDescriptor("jointMatrices", jointSampler->jointMatrices);

auto jointIndices = vsg::ivec4Array::create(mesh->mNumVertices, vsg::ivec4(0, 0, 0, 0));
Expand Down Expand Up @@ -1097,7 +1097,7 @@ vsg::ref_ptr<vsg::Node> SceneConverter::visit(const aiScene* in_scene, vsg::ref_
}


// decoate scene graph with transform if required to standardize the coordinate frame
// decorate scene graph with transform if required to standardize the coordinate frame
if (auto transform = processCoordinateFrame(ext))
{
transform->addChild(vsg_scene);
Expand Down

0 comments on commit 8f1ece6

Please sign in to comment.