APEX Framework: nvidia::apex::ViewMatrixType Struct Reference

NVIDIA APEX

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 Fri Dec 15 2017 13:58:40

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