We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb45773 commit 1bedf2dCopy full SHA for 1bedf2d
include/nbl/asset/utils/CGeometryCreator.h
@@ -60,7 +60,7 @@ class NBL_API2 CGeometryCreator final : public core::IReferenceCounted
60
\param colorCone color of the cone
61
\return Generated mesh.
62
*/
63
- core::smart_refctd_ptr<ICPUGeometryCollection> createArrow(const uint16_t tesselationCylinder = 4,
+ core::smart_refctd_ptr<ICPUGeometryCollection> createArrow(const uint16_t tesselationCylinder = 4,
64
const uint16_t tesselationCone = 8, const float height = 1.f,
65
const float cylinderHeight = 0.6f, const float widthCylinder = 0.05f,
66
const float widthCone = 0.3f) const;
0 commit comments