Class BoxShape

Inheritance Relationships

Base Type

Class Documentation

class BoxShape : public ari::Node3D

Public Functions

BoxShape()
virtual ~BoxShape()

Destructor.

virtual void Render(const Matrix &matrix, bgfx::Encoder *encoder, uint16_t _view_id)

Render.

Public Static Functions

static void Init(RenderSystem *render_system)
static void Shutdown()

Public Static Attributes

bgfx::VertexBufferHandle m_sVBPos
bgfx::VertexBufferHandle m_sVBColor
bgfx::IndexBufferHandle m_sIB
bgfx::ProgramHandle m_sProgram