PlaneFactory

open class PlaneFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun makePlane(engine: Engine, size: Vector3, center: Vector3, material: MaterialInstance): ModelRenderable
Creates a ModelRenderable in the shape of a plane with the given specifications.