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

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

           
        }