Skip to content
Snippets Groups Projects
Commit 362a8650 authored by David Brainard's avatar David Brainard
Browse files

Fix coord system flip.

parent 3fadb8de
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ classdef RtbAssimpPBRTConverter < RtbConverter
defaultMappings{mm}.destination = 'mexximp';
defaultMappings{mm}.properties(1).name = 'transformation';
defaultMappings{mm}.properties(1).valueType = 'matrix';
defaultMappings{mm}.properties(1).value = mexximpScale([1 1 1]);
defaultMappings{mm}.properties(1).value = mexximpScale([-1 1 1]);
defaultMappings{mm}.properties(1).operation = 'value * oldValue';
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment