Castor3D  ..
Public Attributes | List of all members
Castor3D::BillboardRenderNode Struct Reference

Helper structure used to render billboards. More...

+ Collaboration diagram for Castor3D::BillboardRenderNode:

Public Attributes

BillboardListm_billboard
 The billboard. More...
 
SceneNodem_sceneNode
 The parent scene node. More...
 
FrameVariableBufferm_billboardUbo
 The billboard UBO. More...
 
Point2iFrameVariablem_dimensions
 The dimensions uniform variable. More...
 
SceneRenderNode m_scene
 The base render node. More...
 

Detailed Description

Helper structure used to render billboards.

Author
Sylvain DOREMUS
Date

Member Data Documentation

◆ m_billboard

BillboardList& Castor3D::BillboardRenderNode::m_billboard

The billboard.

◆ m_billboardUbo

FrameVariableBuffer& Castor3D::BillboardRenderNode::m_billboardUbo

The billboard UBO.

◆ m_dimensions

Point2iFrameVariable& Castor3D::BillboardRenderNode::m_dimensions

The dimensions uniform variable.

◆ m_scene

SceneRenderNode Castor3D::BillboardRenderNode::m_scene

The base render node.

◆ m_sceneNode

SceneNode& Castor3D::BillboardRenderNode::m_sceneNode

The parent scene node.


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