Esempio n. 1
0
 /// <summary>
 /// Draws the wireframe frustum.
 /// </summary>
 /// <param name="frustum">The frustum.</param>
 /// <param name="color">The color.</param>
 /// <param name="duration">The duration (in seconds). Use 0 to draw it only once.</param>
 /// <param name="depthTest">If set to <c>true</c> depth test will be performed, otherwise depth will be ignored.</param>
 public static void DrawWireFrustum(BoundingFrustum frustum, Color color, float duration = 0.0f, bool depthTest = true)
 {
 }
Esempio n. 2
0
 internal static extern void Internal_GetFrustum(IntPtr obj, out BoundingFrustum resultAsRef);
Esempio n. 3
0
		internal static extern void Internal_DrawFrustum(ref BoundingFrustum frustum, ref Color color, float duration, bool depthTest);