Beispiel #1
0
 public Object(string setName)
 {
     this.name     = setName;
     this.isValid  = true;
     this.scale    = Vector3.One;
     this.position = Vector3.Zero;
     this.rotation = Vector3.Zero;
     this._vbo     = new VertexBufferObject();
 }
Beispiel #2
0
 public Object( string setName )
 {
     this.name = setName;
       this.isValid = true;
       this.scale = Vector3.One;
       this.position = Vector3.Zero;
       this.rotation = Vector3.Zero;
       this._vbo = new VertexBufferObject();
 }