Skip to content

Commit 3b41e9f

Browse files
OGSMOD-7899: add up axis to model info (#53)
1 parent ef50164 commit 3b41e9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/hvt/engine/framePass.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ struct HVT_API ModelParams
6969

7070
/// Stores the world extent of the model.
7171
PXR_NS::GfRange3d worldExtent;
72+
73+
/// Stores the up axis of the model.
74+
bool isZAxisUp { false };
7275
};
7376

7477
/// Input parameters for a render pipeline update.

0 commit comments

Comments
 (0)