Public Types
nvidia::apex::ViewMatrixType Struct Reference

Types of view matrices handled by APEX. More...

#include <Scene.h>

List of all members.

Public Types

enum  Enum {
  USER_CUSTOMIZED = 0,
  LOOK_AT_RH,
  LOOK_AT_LH
}
 Enum of the view matrices types.

Detailed Description

Types of view matrices handled by APEX.

USER_CUSTOMIZED : APEX simply uses the view matrix given. Need to setViewParams() LOOK_AT_RH: APEX gets the eye direction and eye position based on this kind of matrix. LOOK_AT_LH: APEX gets the eye direction and eye position based on this kind of matrix.


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

Generated on Sat Dec 1 2018 15:52:10

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