Pioneer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Graphics::Drawables::Points Class Reference

#include <Drawables.h>

Public Member Functions

 Points ()
 
void SetData (Renderer *, const int count, const vector3f *positions, const matrix4x4f &trans, const Color &color, const float size)
 
void SetData (Renderer *, const int count, const vector3f *positions, const Color *color, const matrix4x4f &trans, const float size)
 
void Draw (Renderer *, Material *)
 

Constructor & Destructor Documentation

◆ Points()

Graphics::Drawables::Points::Points ( )

Member Function Documentation

◆ Draw()

void Graphics::Drawables::Points::Draw ( Renderer r,
Material mat 
)
Here is the call graph for this function:

◆ SetData() [1/2]

void Graphics::Drawables::Points::SetData ( Renderer r,
const int  count,
const vector3f positions,
const Color color,
const matrix4x4f trans,
const float  size 
)
Here is the call graph for this function:

◆ SetData() [2/2]

void Graphics::Drawables::Points::SetData ( Renderer r,
const int  count,
const vector3f positions,
const matrix4x4f trans,
const Color color,
const float  size 
)
Here is the call graph for this function:

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