|
void | Initialize (class Grindstone::GraphicsAPI::RenderPass *renderPass) |
|
void | SubmitCubeGizmo (const glm::mat4 &transform, glm::vec3 size, glm::vec4 color=glm::vec4(1.0f)) |
|
void | SubmitCapsuleGizmo (const glm::mat4 &transform, float height, float radius, glm::vec4 color=glm::vec4(1.0f)) |
|
void | SubmitPlaneGizmo (const glm::mat4 &transform, glm::vec3 normal, float positionAlongNormal, glm::vec4 color=glm::vec4(1.0f)) |
|
void | SubmitSphereGizmo (const glm::mat4 &transform, float radius, glm::vec4 color=glm::vec4(1.0f)) |
|
void | Render (Grindstone::GraphicsAPI::CommandBuffer *commandBuffer, glm::mat4 projView) |
|
|
enum class | ShapeType {
Undefined
, Cube
, Sphere
, Cone
,
Plane
, Capsule
, Cyclinder
} |
|
|
void | AppendData (ShapeType shapeType, uint32_t ¤tVertexOffset, uint32_t ¤tIndexOffset, uint32_t vertexCount, uint32_t indexCount) |
|
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Editor/GizmoRenderer.hpp
- /github/workspace/sources/code/Editor/GizmoRenderer.cpp