jennypng

Recent Notes

  • Software design patterns

    Oct 14, 2025

    • Singleton

      Oct 14, 2025

      • interface

        Oct 14, 2025

        • single responsibility principle

          Oct 14, 2025

          • Abstract Classes

            Oct 14, 2025

            See 380 more →

            Home

            ❯

            CS concepts

            ❯

            graphics sublinks

            ❯

            unity splines

            unity splines

            Jul 23, 20251 min read

            • https://discussions.unity.com/tag/splines

            • SplineContainer

            getting started

            https://docs.unity3d.com/Packages/com.unity.splines@1.0/manual/getting-started-with-splines.html

            programmatically create

            create a SplineContainer, then add a Spline object to it, and finally define the spline’s knots (points along the curve) programmatically.

            • BezierKnot[] where each knot is instantiated w a vec3

            Graph View

            • getting started
            • programmatically create

            Backlinks

            • Computer Graphics
            • pg tutorial notes

            Created with Quartz v4.5.0 © 2025

            • GitHub
            • Discord Community