Exemplo n.º 1
0
 public MeshBuilder()
 {
     MeshFactory           = new DefaultMeshFactory();
     ChargueBufferStrategy = new ChargueBufferColorSoloStrategy();
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Crear un nuevo Loader
 /// </summary>
 public TgcSceneLoader()
 {
     MeshFactory = new DefaultMeshFactory();
 }
Exemplo n.º 3
0
 /// <summary>
 ///     Crear un nuevo Loader
 /// </summary>
 public TgcSkeletalLoader()
 {
     texturesDict = new Dictionary <string, TgcTexture>();
     MeshFactory  = new DefaultMeshFactory();
 }