Exemplo n.º 1
0
        public void Init(TriMesh mesh)
        {
            string file = "rtsc.obj";

            TriMeshIO.WriteToObjFile(file, mesh);
            this.rtsc = new Rtsc(file);
            this.rtsc.InitTriMesh();
        }
Exemplo n.º 2
0
        public void Init(TriMesh mesh)
        {
            string file = "rtsc.obj"; 
            TriMeshIO.WriteToObjFile(file, mesh);
            this.rtsc = new Rtsc(file);
            this.rtsc.InitTriMesh();

           
        }