Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
WheelGenerator.cpp File Reference
#include "WheelGenerator.hpp"
#include "CylinderGenerator.hpp"
#include "Object.pch.hpp"

Namespaces

namespace  Object
namespace  Object::Utils

Functions

Component::Mesh Object::Utils::GenerateWheelMesh (float radius=0.3f, float width=0.2f, uint32_t segments=24u)
 Generate a wheel mesh (cylinder oriented along the X axis).