Base class of all APEX asset previews. More...
#include <NxApexAssetPreview.h>
Inheritance diagram for physx::apex::NxApexAssetPreview:Public Member Functions | |
| virtual void | setPose (const physx::PxMat44 &pose)=0 |
| Set the preview instance's world pose. This may include scaling. | |
| virtual const physx::PxMat44 | getPose () const =0 |
| Get the preview instance's world pose. | |
Base class of all APEX asset previews.
The preview is a lightweight NxApexRenderable instance which can be rendered without having to create an ApexScene. It is intended to be used by level editors to place assets within a level.
| virtual const physx::PxMat44 physx::apex::NxApexAssetPreview::getPose | ( | ) | const [pure virtual] |
Get the preview instance's world pose.