MOS
Public Member Functions | Public Attributes | List of all members
mos::gfx::Point Class Referencefinal

Particle used in a particle cloud. More...

#include <point.hpp>

Public Member Functions

 Point (const glm::vec3 &position=glm::vec3(0.0f), const glm::vec3 &color=glm::vec3(1.0f), const float size=10.0f, const float alpha=1.0f)
 

Public Attributes

glm::vec3 position {0.0f}
 
glm::vec3 color {1.0f}
 
float size {10.0f}
 
float alpha {1.0f}
 

Detailed Description

Particle used in a particle cloud.


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