Exemplo n.º 1
0
        public GfxModel()
        {
            Meshes = new List <GfxMesh>();

            Materials = new GfxDict <GfxMaterial>();

            Shapes = new List <GfxShape>();

            MeshNodeVisibilities = new GfxDict <GfxMeshNodeVisibility>();
        }
Exemplo n.º 2
0
 public GfxLUT()
 {
     Samplers = new GfxDict <GfxLUTSampler>();
 }