Documentation

Draw 3D Ellipse - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Render Context :: Draw 3D Ellipse

GUI.RenderContext.Draw3DEllipse(
  Center 3D Vector,
  Size 2D Vector,
  Orientation 4D Vector (Quaternion),
  Segments Integer,
  Border Color Color,
  Fill Color Color
) 
Draws an ellipse in 3D space defined by a center, size, orientation, and color properties

Parameters

Center 3D Vector
Center point of the ellipse in 3D space
Size 2D Vector
Dimensions of the ellipse, specifying its width and height
Orientation 4D Vector (Quaternion)
Orientation of the ellipse, expressed as a quaternion
Segments Integer
Number of segments used to draw the ellipse, affecting its smoothness
Border Color Color
Color of the ellipse's border
Fill Color Color
Color used to fill the ellipse

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page