Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
ClothGenerator.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
component/Mesh.hpp
"
4
#include <cstdint>
5
#include <glm/glm.hpp>
6
7
namespace
Object::Utils
{
8
29
Component::Mesh
GenerateClothMesh
(uint32_t width, uint32_t height,
float
spacing = 0.1f);
30
31
}
// namespace Object::Utils
Mesh.hpp
Object::Utils
Definition
BoxGenerator.cpp:4
Object::Utils::GenerateClothMesh
Component::Mesh GenerateClothMesh(uint32_t width, uint32_t height, float spacing)
Definition
ClothGenerator.cpp:6
src
plugin
object
src
utils
ClothGenerator.hpp
Generated by
1.16.1