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

This class provides the asset preview for APEX TurbulenceFS Assets. The class provides multiple levels of prevew detail that can be selected individually. More...

#include <JetFSPreview.h>

Inheritance diagram for nvidia::apex::JetFSPreview:

List of all members.

Public Member Functions

virtual void setDetailLevel (uint32_t detail)=0

Detailed Description

This class provides the asset preview for APEX TurbulenceFS Assets. The class provides multiple levels of prevew detail that can be selected individually.


Member Function Documentation

virtual void nvidia::apex::JetFSPreview::setDetailLevel ( uint32_t  detail) [pure virtual]

Set the detail level of the preview rendering by selecting which features to enable.
Any, all, or none of the following masks may be added together to select what should be drawn.
The defines for the individual items are:
JET_DRAW_NOTHING - draw nothing
JET_DRAW_SHAPE - draw the shape
JET_DRAW_ASSET_INFO - draw the turbulencefs asset info in the screen space
JET_DRAW_FULL_DETAIL - draw all components of the turbulencefs preview
All items may be drawn using the macro DRAW_FULL_DETAIL.


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.