We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7d229 commit 4bb0e62Copy full SHA for 4bb0e62
include/threepp/geometries/TubeGeometry.hpp
@@ -29,6 +29,10 @@ namespace threepp {
29
30
[[nodiscard]] std::string type() const override;
31
32
+ [[nodiscard]] const FrenetFrames& getFrenetFrames() const {
33
+ return frames;
34
+ }
35
+
36
static std::shared_ptr<TubeGeometry> create(
37
std::unique_ptr<Curve3> path,
38
const Params& params);
0 commit comments