|
@@ -29,7 +29,7 @@
|
|
|
* refraction maps, for instance to make shiny surfaces, as well as other
|
|
* refraction maps, for instance to make shiny surfaces, as well as other
|
|
|
* special effects such as projective texturing.
|
|
* special effects such as projective texturing.
|
|
|
*/
|
|
*/
|
|
|
-class EXPCL_PANDA_PGRAPH TexGenAttrib : public RenderAttrib {
|
|
|
|
|
|
|
+class EXPCL_PANDA_PGRAPH TexGenAttrib final : public RenderAttrib {
|
|
|
PUBLISHED:
|
|
PUBLISHED:
|
|
|
// We inherit the definition of our Mode enumerated type from RenderAttrib.
|
|
// We inherit the definition of our Mode enumerated type from RenderAttrib.
|
|
|
// Normally, Mode would be defined here, but we define it in the base class
|
|
// Normally, Mode would be defined here, but we define it in the base class
|