| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The return type of `GetCompressedFormatName` has been corrected from `char *` to `const char *`
|
|
|
|
* Added wiki link
* Added second wiki link
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortcuts (#3519)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change allows more versatile and consistent splines drawing. It also gives more control to advance users to draw splines as individual segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RENAMED: `DrawLine<spline_type>()` to `DrawSpline<spline_type>()` for more consistent and clear naming
REVIEWED: Bezier drawing parameters order, more consistent
REVIEWED: Spline-based examples -WIP-
|
|
|
|
|