Skip to content

Commit 4bb0e62

Browse files
committed
expose Tubegeometry FrenetFrames
1 parent 8c7d229 commit 4bb0e62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/threepp/geometries/TubeGeometry.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ namespace threepp {
2929

3030
[[nodiscard]] std::string type() const override;
3131

32+
[[nodiscard]] const FrenetFrames& getFrenetFrames() const {
33+
return frames;
34+
}
35+
3236
static std::shared_ptr<TubeGeometry> create(
3337
std::unique_ptr<Curve3> path,
3438
const Params& params);

0 commit comments

Comments
 (0)