Data Structures | |
| struct | RpPrtAdvEmtSphere |
Functions | |
| RpPrtStdEmitter * | RpPrtAdvEmtSphereEmitCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtSphereCloneCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtSphereStreamGetSizeCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtSphereStreamReadCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtSphereStreamWriteCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
|
||||||||||||||||
|
RpPrtAdvEmtSphereCloneCB is the clone callback for the spherical emitter property. This callback clones the spherical emitter property of the emitter. This callback should be added after the standard callback. All other properties of the particles should be handled by the previous emit callback in the list.
|
|
||||||||||||||||
|
RpPrtAdvEmtSphereEmitCB is the emit callback for the spherical emitter property. This callback emits new particles using the current emitter. The particle class must contain the spherical particle properties. This callback should be added after the standard callback. All other properties of the particles should be handled by the previous emit callback in the list.
|
|
||||||||||||||||
|
RpPrtAdvEmtSphereStreamGetSizeCB is the callback used to determine the size, in bytes, of the binary representation of a spherical emitter. This value is used in the binary chunk header to indicate the size of the chunk. This callback should be added to a emitter class if the emitter contains the spherical emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtSphereStreamReadCB is the stream in callback for the spherical particle property. This function streams in an emitter containing the spherical property. This callback should be added to a emitter class if the emitter contains the spherical emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtSphereStreamWriteCB is the stream out callback for the spherical particle property. This function streams out an emitter containing the spherical property. This callback should be added to a emitter class if the emitter contains the spherical emitter property.
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:47:03 2004.
Send Feedback