Skip to main content

Billboard

A billboard image that loads from a url.

Billboards are scaled in screen-space. This means that they will stay the same size independent to the zoom level of the scene.

Local Only: this Item can only be added to the local scene using the OBR.scene.local API.

Extends Item

TYPE
object

Properties

NAMETYPEDESCRIPTION
type"BILLBOARD"The type of item
imageImageContentThe image to show
gridImageGridThe grid scale of the image
styleBillboardStyleThe style of the billboard

Type Definitions

BillboardStyle

TYPE
object

Properties

NAMETYPEDESCRIPTION
maxViewScalenumberAn optional maximum the billboard will use for screen-space scaling
minViewScalenumberAn optional minimum the billboard will use for screen-space scaling