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 a001472 commit f8e837bCopy full SHA for f8e837b
include/nbl/asset/utils/CGeometryCreator.h
@@ -11,6 +11,8 @@
11
// legacy, needs to be removed
12
#include "SColor.h"
13
14
+#include "nbl/asset/ICPUGeometryCollection.h"
15
+
16
17
namespace nbl::asset
18
{
@@ -58,7 +60,7 @@ class NBL_API2 CGeometryCreator final : public core::IReferenceCounted
58
60
\param colorCone color of the cone
59
61
\return Generated mesh.
62
*/
- core::vector<core::smart_refctd_ptr<ICPUPolygonGeometry>> createArrow(const uint16_t tesselationCylinder = 4,
63
+ 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