Module dagon.graphics.billboard
Provides a billboard class.
Description
Billboards are flat objects (usually quads) that always face the camera,
commonly used for sprites, particles, lens flares, and other effects that
require consistent orientation regardless of the camera angle.
This module defines the Billboard
class for single billboards.
Classes
Name | Description |
---|---|
Billboard
|
Represents a plane that always faces the camera. |