Public Types
nvidia::apex::IofxRenderSemantic Struct Reference

Enumerates the potential IOFX render semantics. More...

#include <IofxRenderCallback.h>

List of all members.

Public Types

enum  Enum {
  POSITION = 0,
  COLOR,
  VELOCITY,
  SCALE,
  LIFE_REMAIN,
  DENSITY,
  SUBTEXTURE,
  ORIENTATION,
  ROTATION,
  USER_DATA,
  NUM_SEMANTICS
}
 Enum of IOFX render semantics. More...

Detailed Description

Enumerates the potential IOFX render semantics.


Member Enumeration Documentation

Enum of IOFX render semantics.

Enumerator:
POSITION 

Position of particle.

COLOR 

Color of particle.

VELOCITY 

Linear velocity of particle.

SCALE 

Scale of particle.

LIFE_REMAIN 

1.0 (new) .. 0.0 (dead)

DENSITY 

Particle density.

SUBTEXTURE 

Sub-texture index of particle.

ORIENTATION 

2D particle orientation (angle in radians, CCW in screen plane)

ROTATION 

3D particle rotation

USER_DATA 

User data - 32 bits (passed from Emitter)

NUM_SEMANTICS 

Count of semantics, not a valid semantic.


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

Generated on Tue Aug 1 2017 22:44:30

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