Skip to content

Commit

Permalink
Remove MSL camera reinitialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassavva-autodesk committed Aug 21, 2023
1 parent 66042d6 commit 8fc18db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/MaterialXRenderMsl/MslRenderer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

_geometryHandler = GeometryHandler::create();
_geometryHandler->addLoader(TinyObjLoader::create());

_camera = Camera::create();
}

void MslRenderer::initialize(RenderContextHandle)
Expand Down

0 comments on commit 8fc18db

Please sign in to comment.