Derive vtkGLTFTexture from vtkObject
Change the base class of vtkGLTFTexture to vtkObject to allow usage of vtkStandardNewMacro which requires the class to be derived from vtkObject when VTK_ALL_NEW_OBJECT_FACTORY is enabled.
Related to report here: https://github.com/RobotLocomotion/drake/pull/21387
Edited by Ryan Krattiger