PureBasic - Billboard

Overview

Billboards are 3D planes (composed of 2 triangles) which always face the camera. They are useful to quickly render a high number of elements, such as rain, snow, trees, vegetation or any particle based effects. InitEngine3D() should be called successfully before using the billboard commands.

Billboards are added to billboard groups, which are collections of similarly sized and positioned billboards, so that they may be displayed.

Command Index

AddBillboard
BillboardGroupLocate
BillboardGroupMaterial
BillboardGroupX
BillboardGroupY
BillboardGroupZ
BillboardHeight
BillboardLocate
BillboardWidth
BillboardX
BillboardY
BillboardZ
ClearBillboards
CountBillboards
CreateBillboardGroup
FreeBillboardGroup
HideBillboardGroup
IsBillboardGroup
MoveBillboard
MoveBillboardGroup
RemoveBillboard
ResizeBillboard
RotateBillboardGroup

Example

Billboard.pb

Supported OS

Windows, Linux

Reference Manual - Index