Zernikaloscomponents.cameraZPerspectiveLensZPerspectiveLens Members Constructors ZPerspectiveLens Link copied to clipboard constructor(near: Float, far: Float, fov: Float)constructor(near: Float, far: Float, fov: Float, aspectRatio: Float) Types Companion Link copied to clipboard object Companion Properties fov Link copied to clipboard var fov: FloatRepresents the field of view angle for the lens in a ZPerspectiveLens. hasRenderer Link copied to clipboard val hasRenderer: Boolean isInitialized Link copied to clipboard override val isInitialized: BooleanRepresents a boolean value indicating whether a component has been initialized. isRenderizable Link copied to clipboard open override val isRenderizable: Boolean = falseRepresents a boolean value indicating whether a component is renderizable. projectionMatrix Link copied to clipboard val projectionMatrix: ZMatrix4The projection matrix for the lens refId Link copied to clipboard override val refId: IntRepresents the unique reference identifier for a component. Functions initialize Link copied to clipboard override fun initialize(ctx: ZRenderingContext)Initializes the ZComponent using the provided ZRenderingContext. onViewportResize Link copied to clipboard open override fun onViewportResize(width: Int, height: Int)Notifies the listener when the viewport dimensions change.