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; }; |
...