예제 #1
0
 public static extern RTPresult rtpModelDestroy(RTPmodel model);
예제 #2
0
 public static extern RTPresult rtpQueryCreate(RTPmodel model, RTPquerytype queryType, out RTPquery query);
예제 #3
0
 public static extern RTPresult rtpModelCopy(RTPmodel model, RTPmodel srcModel);
예제 #4
0
 public static extern RTPresult rtpModelSetBuilderParameter(RTPmodel model_api, RTPbuilderparam param, RTPsize size, IntPtr ptr);
예제 #5
0
 public static extern RTPresult rtpModelFinish(RTPmodel model);
예제 #6
0
 public static extern RTPresult rtpModelGetFinished(RTPmodel model, out int isFinished);
예제 #7
0
 public static extern RTPresult rtpModelUpdate(RTPmodel model, uint hints);
예제 #8
0
 public static extern RTPresult rtpModelSetInstances(RTPmodel model, RTPbufferdesc instances, RTPbufferdesc transforms);
예제 #9
0
 public static extern RTPresult rtpModelSetTriangles(RTPmodel model, RTPbufferdesc indices, RTPbufferdesc vertices);
예제 #10
0
 public static extern RTPresult rtpModelGetContext(RTPmodel model, out RTPcontext context);
예제 #11
0
 public static extern RTPresult rtpModelCreate(RTPcontext context, out RTPmodel model);