Home
last modified time | relevance | path

Searched refs:emMain (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-2.1/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c140 Emitter emMain; // Particle emitter variable
253 EmitterInit( &emMain ); in main()
338 cam.vpTarget = &emMain.vPos; in CameraInit()
448 emMain.nType &= ~LINE_SEGMENT; in Options()
449 emMain.nType &= ~TEXTURE_PARTICLE; in Options()
453 emMain.nType |= LINE_SEGMENT; in Options()
454 emMain.nType &= ~TEXTURE_PARTICLE; in Options()
458 emMain.nType &= ~LINE_SEGMENT; in Options()
459 emMain.nType |= TEXTURE_PARTICLE; in Options()
460 emMain.offset = GX_TO_ZERO; in Options()
[all …]