Versions Compared

Key

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

This type of extensions create textures at render time. This class is defined in mx_textureextension.h

Code Block
class CtextureExtension : public CbaseExtension
{
public:
    virtual bool getRGB( Crgb& rgb, real u, real v, const IntersectionInfo* intersectionInfo = 0 ) = 0;
};

...