Example #1
0
 public static extern void iplBakeStaticListener(IntPtr environment, IntPtr probeBox, Sphere listenerInfluence, BakedDataIdentifier listenerIdentifier, BakingSettings bakingSettings, BakeProgressCallback progressCallback);
Example #2
0
 public static extern void iplBakePropagation(IntPtr environment, IntPtr probeBox, Sphere sourceInfluence, BakedDataIdentifier sourceIdentifier, BakingSettings bakingSettings, BakeProgressCallback progressCallback);
Example #3
0
 public static extern void iplBakeStaticListener(IntPtr environment, IntPtr probeBox, Sphere listenerInfluence, byte[] listenerName, BakingSettings bakingSettings, BakeProgressCallback progressCallback);
Example #4
0
 public static extern void iplBakeReverb(IntPtr environment, IntPtr probeBox, BakingSettings bakingSettings, BakeProgressCallback progressCallback);
Example #5
0
 public static extern void iplBakePropagation(IntPtr environment, IntPtr probeBox, Sphere sourceInfluence, byte[] sourceName, BakingSettings bakingSettings, BakeProgressCallback progressCallback);