Versions Compared

Key

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

...

Procedural textures are calculated while rendering, and generate a color at each intersection that evaluates a material texture.

Extensions are implemented as a set of classes from which you must be inherited from inherit to create your own extension. These base classes have some pure virtual methods which, when properly implemented, provide the basic functionality and there are other non pure virtual methods which provide optional functionality.

...