summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_CTexture.cxx
blob: a7ddcaf3acf3508bec0040167b5a368a791246af (plain)
1
2
3
4
5
6
7
8
9
10
11

// created: 1/07/97 ; PCT : Ajout texture mapping

#include <Graphic3d_CTexture.hxx>

const Handle(Standard_Type)& TYPE(Graphic3d_CTexture)
{
  static Handle(Standard_Type) _atype = 
    new Standard_Type ("Graphic3d_CTexture", sizeof (Graphic3d_CTexture));
  return _atype;
}