Data Structures | |
| struct | RpPrtAdvEmtPointList |
Functions | |
| RpPrtStdEmitter * | RpPrtAdvEmtPtListEmitCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtPtListCloneCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtPtListStreamGetSizeCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtPtListStreamReadCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtPtListStreamWriteCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtPtListCreateCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
|
||||||||||||||||
|
RpPrtAdvEmtPtListCloneCB is the clone callback for the point list emitter property. This callback clones the point list 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.
|
|
||||||||||||||||
|
RpPrtAdvEmtPtListCreateCB is the create callback for the point list emitter property. This callback sets up the point list emitter properties of an emitter. This callback should be added to an emitter class if the emitter contains the point list emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtPtListEmitCB is the emit callback for the point list emitter property. This callback emits new particles using the current emitter. The particle class must contain the point list 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.
|
|
||||||||||||||||
|
RpPrtAdvEmtPtListStreamGetSizeCB is the callback used to determine the size, in bytes, of the binary representation of a point-list emitter. This value is used in the binary chunk header to indicate the size of the chunk. This callback should be added to an emitter class if the emitter contains the point list emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtPtListStreamReadCB is the stream in callback for the point list particle property. This function streams in an emitter containing the point list property. This callback should be added to an emitter class if the emitter contains the point list emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtPtListStreamWriteCB is the stream out callback for the point list particle property. This function streams out an emitter containing the point list property. This callback should be added to an emitter class if the emitter contains the point list emitter property.
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:47:03 2004.
Send Feedback