mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
Merge branch 'master' of github.com:aap/librw
This commit is contained in:
@@ -437,11 +437,12 @@ struct Atomic : PluginBase<Atomic>
|
||||
Frame *getFrame(void) { return (Frame*)this->object.object.parent; }
|
||||
static Atomic *fromClump(LLLink *lnk){
|
||||
return LLLinkGetData(lnk, Atomic, inClump); }
|
||||
ObjPipeline *getPipeline(void);
|
||||
void removeFromClump(void);
|
||||
Sphere *getWorldBoundingSphere(void);
|
||||
ObjPipeline *getPipeline(void);
|
||||
void render(void) { this->renderCB(this); }
|
||||
static Atomic *streamReadClump(Stream *stream,
|
||||
Frame **frameList, Geometry **geometryList);
|
||||
void render(void) { this->renderCB(this); }
|
||||
bool streamWriteClump(Stream *stream,
|
||||
Frame **frameList, int32 numframes);
|
||||
uint32 streamGetSize(void);
|
||||
|
||||
Reference in New Issue
Block a user