Ejemplo n.º 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);
Ejemplo n.º 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);