Perspective
data class Perspective(val fovDegrees: Double = 45.0, val near: Double = 0.1, val far: Double = 100.0, val fovDirection: Camera.Fov = FilamentCamera.Fov.VERTICAL) : Projection
Constructors
Link copied to clipboard
constructor(fovDegrees: Double = 45.0, near: Double = 0.1, far: Double = 100.0, fovDirection: Camera.Fov = FilamentCamera.Fov.VERTICAL)