Open Dev Kit Documentation :: GUI :: Render Context :: Draw 3D Bezier
GUI.RenderContext.Draw3DBezier( Start 3D Vector, Control 1 3D Vector, Control 2 3D Vector, End 3D Vector, Segments Integer, Color Color )Draws a Bezier curve in 3D space, defined by start, end, and control points
Parameters
- Start 3D Vector
- Starting point of the Bezier curve
- Control 1 3D Vector
- First control point defining the curvature of the Bezier curve
- Control 2 3D Vector
- Second control point that further shapes its curvature
- End 3D Vector
- Ending point of the Bezier curve
- Segments Integer
- Number of segments used to draw the curve, affecting its smoothness
- Color Color
- Color of the Bezier curve
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
