Exemplo n.º 1
0
 public static extern void iplBakePropagation(IntPtr environment, IntPtr probeBox, Sphere sourceInfluence, BakedDataIdentifier sourceIdentifier, BakingSettings bakingSettings, BakeProgressCallback progressCallback);
Exemplo n.º 2
0
 public static extern void iplBakeStaticListener(IntPtr environment, IntPtr probeBox, Sphere listenerInfluence, BakedDataIdentifier listenerIdentifier, BakingSettings bakingSettings, BakeProgressCallback progressCallback);
Exemplo n.º 3
0
 public static extern void iplProbeBatchAddProbe(IntPtr probeBatch, Sphere probe);