예제 #1
0
        public void SetSceneMan(SceneMan sman)
        {
            // this is attached as a component, thus we cannot set it in a contructor
            this.sman = sman;
            var gt  = new graphtex();
            var sca = new Vector3(7, 1, 9.76f);
            var rot = new Vector3(0, -90, 0);
            var trn = new Vector3(38.55f, 0, -27.79f);

            gt.SetMaterialPlane("RedwestBfloor3", 676, 938, sca, rot, trn);
            this.gt = gt;
        }
예제 #2
0
 public void setGraphtex(graphtex gt)
 {
     // this is attached as a component, thus we cannot set it in a contructor
     this.gt = gt;
 }