C++ :: Notation with OpenGL
I have this line of code:
model = ArticulatedModel::create(spec);
And I would like to grab the AABox from it using AABox
G3D::ArticulatedModel::Part::boxBounds but I'm having trouble getting the
C++ syntax to work.
How do I reference the boxBounds?
No comments:
Post a Comment