Avara3D 0.2.0
C++ API reference
a3d::Sphere Member List

This is the complete list of members for a3d::Sphere, including all inherited members.

Mesh(float radius, unsigned segments=DEFAULT_SEGMENTS, std::shared_ptr< Material > material=nullptr)a3d::Spherestatic
MeshElement(VertexLayout layout, std::span< const std::byte > vertexBytes, uint32_t vertexCount, uint16_t vertexStride, PrimitiveTopology topology, IndexFormat indexFormat, std::span< const std::byte > indexBytes, uint32_t indexCount)a3d::MeshElement
radius() consta3d::Sphere
segments() consta3d::Sphere
Sphere(float radius, unsigned segments=DEFAULT_SEGMENTS)a3d::Sphereexplicit