Jameo Core Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
jm::BufferElement Struct Reference

This struct stores the drawing information. More...

Public Member Functions

 BufferElement (const Vertex3 &point, BufferMode mode)
 Constructor.
 

Public Attributes

Vertex3 point
 
BufferMode mode
 

Detailed Description

This struct stores the drawing information.

Constructor & Destructor Documentation

◆ BufferElement()

jm::BufferElement::BufferElement ( const Vertex3 point,
BufferMode  mode 
)

Constructor.

Parameters
pointThe point to be drawn
modeThe mode of drawing

Member Data Documentation

◆ mode

BufferMode jm::BufferElement::mode

◆ point

Vertex3 jm::BufferElement::point