Game Development Community

Spine?, or is it Spline?

by Bill Henderson · in Torque Game Engine · 03/14/2002 (3:13 pm) · 2 replies

I ran across this part of the engine called SplineUtil in the file SplineUtil.cc.
Does anyone know what this does?

#1
03/15/2002 (5:30 pm)
anyone?
#2
03/16/2002 (8:40 am)
Looks like a utility function to draw a triangle strip along a splinepatch.

That is, it's for drawing curved surfaces.