Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

initializeForRendering is called just before rendering starts, and the incoming pMaxwell (always check != NULL ) is useful for accessing the scene later, so it is handy to store it as a class member.

...

This function returns all the paths of the files that the extension depends on.

Arguments

dword& numDependencies : output, number of paths.

char** &paths  paths  : output, array of paths. On entry, the pointer is NULL. Allocate with malloc.

...

Reset all the pointers allocated in getProxyDisplay* and make them ready for reuse.

Arguments

Cmaxwell* pMaxwell : input, pointer to the scene.

Returns

true on success, false otherwise.

freePreview

virtual void freePreview( void );

...