Loading...
Searching...
No Matches
hellfire::Cube::Config Struct Reference

#include <Cube.h>

Collaboration diagram for hellfire::Cube::Config:

Public Attributes

glm::vec3 color = glm::vec3(1.0f)
 
std::shared_ptr< Materialmaterial = nullptr
 
glm::vec3 position = glm::vec3(0.0f)
 
glm::vec3 rotation = glm::vec3(0.0f)
 
glm::vec3 scale = glm::vec3(1.0f)
 

Detailed Description

Definition at line 19 of file Cube.h.

Member Data Documentation

◆ color

glm::vec3 hellfire::Cube::Config::color = glm::vec3(1.0f)

Definition at line 20 of file Cube.h.

◆ material

std::shared_ptr<Material> hellfire::Cube::Config::material = nullptr

Definition at line 21 of file Cube.h.

◆ position

glm::vec3 hellfire::Cube::Config::position = glm::vec3(0.0f)

Definition at line 22 of file Cube.h.

◆ rotation

glm::vec3 hellfire::Cube::Config::rotation = glm::vec3(0.0f)

Definition at line 23 of file Cube.h.

◆ scale

glm::vec3 hellfire::Cube::Config::scale = glm::vec3(1.0f)

Definition at line 24 of file Cube.h.


The documentation for this struct was generated from the following file: