예제 #1
0
 public void DetachShape(RPRShape shape)
 {
     Check(Rpr.SceneDetachShape(_handle, shape._handle));
 }
예제 #2
0
 public RPRShape(RPRShape shape)
 {
     this.Context = shape.Context;
 }