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

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

#include <NoiseFSPreview.h>

Inheritance diagram for nvidia::apex::NoiseFSPreview:

List of all members.

Public Member Functions

virtual void setDetailLevel (uint32_t detail)=0

Detailed Description

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


Member Function Documentation

virtual void nvidia::apex::NoiseFSPreview::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:
NOISE_DRAW_NOTHING - draw nothing
NOISE_DRAW_SHAPE - draw the shape
NOISE_DRAW_ASSET_INFO - draw the asset info in the screen space
NOISE_DRAW_FULL_DETAIL - draw all components of the asset 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.