17#ifndef AGXOSG_WIRERENDERER_OLD_H
18#define AGXOSG_WIRERENDERER_OLD_H
39 virtual void update(
const agx::RealVector& radiiVector )
override { SplineRendererOld::update( radiiVector ); }
agx::observer_ptr< agxWire::Wire > m_wire
virtual void update(const agx::RealVector &radiiVector) override
Use this update if this spline has variable radii.
WireRendererOld(agxWire::Wire *wire, osg::Group *root)
Construct wire renderer given a wire and root (parent) node for this renderer.
virtual ~WireRendererOld()
virtual void update() override
Given the current spline control points, data will be pushed for new update.
Interface and placeholder of controllers/helpers for wires.
Smart pointer for handling referenced counted objects.
The agxOSG namespace provides functionality for visualizing AGX simulations with OpenSceneGraph.
agx::ref_ptr< WireRendererOld > WireRendererOldRef