Browse Source

impl of helix & TBN for articulation of polylines

master
gjj 4 months ago
parent
commit
60e57d8ee6
  1. 3
      include/solid.hpp

3
include/solid.hpp

@ -32,9 +32,6 @@ protected:
real _rScale;
IExtrudedSolidBase(std::vector<Polyline> profiles, AxisLineType axis, real rScale)
: _profiles(std::move(profiles)), _axis(std::move(axis)), _rScale(rScale) {}
public:
virtual real sdf(const Vec3 &p) = 0;
};
/**

Loading…
Cancel
Save