Public Member Functions
nvidia::apex::AssetPreview Class Reference

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

#include <AssetPreview.h>

Inheritance diagram for nvidia::apex::AssetPreview:

List of all members.

Public Member Functions

virtual void setPose (const PxMat44 &pose)=0
 Set the preview instance's world pose. This may include scaling.
virtual const 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 Renderable 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 PxMat44 nvidia::apex::AssetPreview::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 Sat Dec 1 2018 15:52:07

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