tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.3k stars 186 forks source link

Feature/spline points update #403

Closed newemka closed 3 months ago

newemka commented 3 months ago

[SplinePoints] had not color and no stretch values, I added default values for these point attributes. The points orientation was flipped, [ExtrudeCurves] was giving inside out meshes, I've tried to fix this.

I added a [SplinePointsExample].

An issue remains, for example [RandomizePoints] has zero effect on the points of [SplinePoints], I don't understand why.

I added a [CameraExample] and added view presets for the camera.

pixtur commented 3 months ago

Thanks a lot!