Public Member Functions
physx::apex::NxApexAssetPreview Class Reference

Base class of all APEX asset previews. More...

#include <NxApexAssetPreview.h>

Inheritance diagram for physx::apex::NxApexAssetPreview:

List of all members.

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.

Detailed Description

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.


Member Function Documentation

virtual const physx::PxMat44 physx::apex::NxApexAssetPreview::getPose ( ) const [pure virtual]

Get the preview instance's world pose.

Note:
can't return by reference as long as the internal representation is not identical.

The documentation for this class was generated from the following file:

Generated on Mon Apr 28 2014 08:01:36

Copyright © 2012-2014 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.