示例#1
0
 private static extern bool NativeFrustumPick(
     [In] ulong renderSurface,
     [In] float *viewxform,
     [In] float *projxfrom,
     [In] float[] rect,
     [Out] HitRecord **instanceIds,
     [Out] out int count);
示例#2
0
 private static extern bool NativeRayPick(
     [In] float *viewxform,
     [In] float *projxfrom,
     [In] Ray3F *rayW,
     [In] bool skipSelected,
     [Out] HitRecord **instanceIds,
     [Out] out int count);