Documentation

Draw 3D Ellipsoid - Open Dev Kit Documentation

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

GUI.RenderContext.Draw3DEllipsoid(
  Center 3D Vector,
  Size 3D Vector,
  Orientation 4D Vector (Quaternion),
  Segments Integer,
  Border Color Color,
  Fill Color Color
) 
Draws a 3D ellipsoid (or sphere) defined by its center, size, orientation, and colors for border and fill

Parameters

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

Return Value

Nothing

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