Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-14 | Rename Curve3Texture to CurveXYZTexture | RĂ©mi Verschelde | |
Neither name is a perfect match but `Curve3Texture` looked too similar to `CurveTexture` and `Curve3D`, which made things confusing when picking a texture type or browsing the API reference. | |||
2021-07-03 | Implement Curve3Texture | reduz | |
* This was required by users in some scenarios, such as animating individual axes over time with a single texture. * Examples: Shaders, Particles, etc. * CurveTexture now defaults to RGB, can be changed to Red if needed, this allows to freely exchange them. |