"Nathan Fenner" <nathan.fenner@liquidr.com> wrote in message <lbrund$qu0$1@newscl01ah.mathworks.com>...
> I've got a data set that represents a cable in 3-dimensional space. The cable is represented by a set of nodes, each with x, y, and z coordinates, for each time-step. My goal is to animate this cable using the "Simulink 3D Animation" toolkit, driven by a matlab script (I'm a matlab guy and have no idea how to use Simulink).
>
> How can I represent this cable in 3D? One theoretical approach would be fitting a 3D spline to the nodes for each time-step. That said, I would want the curve to have a non-zero cross-sectional area. Is there a type of object I could create in 3D World Editor that is essentially a spline, with nodes that can be set programmatically?
>
> Alternatively, can I define a curve and create a 3D sweep, with circular cross-section for each time step?
>
> Or is there another approach that makes sense?
>
> Thanks!
Hi Nathan, it's been a long time since I've played with this stuff, but I'm pretty sure that the right approach is to use a VRML Extrusion of your desired cross-section with the Spine defined as the location of your nodes, and then control the Spine node locations in order to do your animation. The only hitch is that the extrusion connecting the nodes will be piecewise linear, so unless your nodes are close enough together to generate a convincing curve when connected piecewise, you'll have to interpolate additional inner nodes using a nice spline fit or similar, and then use the finer interpolated points as the Spine nodes. Try searching for 'VRML Extrusion' on the web and you should get a bunch of tutorials to get you going.
Good luck,
Eric
> I've got a data set that represents a cable in 3-dimensional space. The cable is represented by a set of nodes, each with x, y, and z coordinates, for each time-step. My goal is to animate this cable using the "Simulink 3D Animation" toolkit, driven by a matlab script (I'm a matlab guy and have no idea how to use Simulink).
>
> How can I represent this cable in 3D? One theoretical approach would be fitting a 3D spline to the nodes for each time-step. That said, I would want the curve to have a non-zero cross-sectional area. Is there a type of object I could create in 3D World Editor that is essentially a spline, with nodes that can be set programmatically?
>
> Alternatively, can I define a curve and create a 3D sweep, with circular cross-section for each time step?
>
> Or is there another approach that makes sense?
>
> Thanks!
Hi Nathan, it's been a long time since I've played with this stuff, but I'm pretty sure that the right approach is to use a VRML Extrusion of your desired cross-section with the Spine defined as the location of your nodes, and then control the Spine node locations in order to do your animation. The only hitch is that the extrusion connecting the nodes will be piecewise linear, so unless your nodes are close enough together to generate a convincing curve when connected piecewise, you'll have to interpolate additional inner nodes using a nice spline fit or similar, and then use the finer interpolated points as the Spine nodes. Try searching for 'VRML Extrusion' on the web and you should get a bunch of tutorials to get you going.
Good luck,
Eric