luxe: system/camera.modifier
Camera
Section titled “Camera”import "luxe: system/camera.modifier" for Camerano docs found
Camera.create(.)
Section titled “Camera.create(.)”Camera.create(entity : Any) : unknownno docs found
Camera.destroy(.)
Section titled “Camera.destroy(.)”Camera.destroy(entity : Any) : unknownno docs found
Camera.has(.)
Section titled “Camera.has(.)”Camera.has(entity : Any) : unknownno docs found
Camera.get_default(.)
Section titled “Camera.get_default(.)”Camera.get_default(world : Any) : unknownno docs found
Camera.set_default(..)
Section titled “Camera.set_default(..)”Camera.set_default(world : Any, camera : Any) : unknownno docs found
Camera.set_fov_vertical(..)
Section titled “Camera.set_fov_vertical(..)”Camera.set_fov_vertical(entity : Any, fov_vertical : Any) : unknownno docs found
Camera.get_fov_vertical(.)
Section titled “Camera.get_fov_vertical(.)”Camera.get_fov_vertical(entity : Any) : unknownno docs found
Camera.get_projection(.)
Section titled “Camera.get_projection(.)”Camera.get_projection(entity : Any) : CameraProjectionno docs found
Camera.set_zoom2D(..)
Section titled “Camera.set_zoom2D(..)”Camera.set_zoom2D(entity : Entity, zoom : Num) : Noneno docs found
Camera.get_zoom2D(.)
Section titled “Camera.get_zoom2D(.)”Camera.get_zoom2D(entity : Any) : Numno docs found
Camera.get_near(.)
Section titled “Camera.get_near(.)”Camera.get_near(entity : Any) : unknownno docs found
Camera.get_far(.)
Section titled “Camera.get_far(.)”Camera.get_far(entity : Any) : unknownno docs found
Camera.get_aspect(.)
Section titled “Camera.get_aspect(.)”Camera.get_aspect(entity : Any) : unknownno docs found
Camera.get_frustum(.)
Section titled “Camera.get_frustum(.)”Camera.get_frustum(entity : Any) : unknownno docs found
Camera.perspective(…)
Section titled “Camera.perspective(…)”Camera.perspective(entity : Any, fov_vertical : Any, aspect : Any, near : Any, far : Any) : unknownno docs found
Camera.ortho(…)
Section titled “Camera.ortho(…)”Camera.ortho(entity : Any, left : Any, top : Any, right : Any, bottom : Any, near : Any, far : Any) : unknownno docs found
Camera.look_at(…)
Section titled “Camera.look_at(…)”Camera.look_at(entity : Any, from : Any, to : Any, up : Any) : unknownno docs found
Camera.set2D(…)
Section titled “Camera.set2D(…)”Camera.set2D(entity : Any, x : Any, y : Any, width : Any, height : Any, near : Any, far : Any) : unknownno docs found
Camera.set3D(…)
Section titled “Camera.set3D(…)”Camera.set3D(entity : Any, fov_vertical : Any, aspect : Any, near : Any, far : Any) : unknownno docs found
Camera.screen_point_to_world(…)
Section titled “Camera.screen_point_to_world(…)”Camera.screen_point_to_world(entity : Any, pos_x : Any, pos_y : Any) : unknownno docs found
Camera.world_point_to_screen(…)
Section titled “Camera.world_point_to_screen(…)”Camera.world_point_to_screen(entity : Any, pos_x : Any, pos_y : Any, pos_z : Any) : unknownno docs found
Camera.world_point_to_view(…)
Section titled “Camera.world_point_to_view(…)”Camera.world_point_to_view(entity : Any, pos_x : Any, pos_y : Any, pos_z : Any, into : Any) : unknownno docs found
Camera.world_point_to_view(…)
Section titled “Camera.world_point_to_view(…)”Camera.world_point_to_view(entity : Any, pos_x : Any, pos_y : Any, pos_z : Any) : unknownno docs found
Camera.view_point_to_world(…)
Section titled “Camera.view_point_to_world(…)”Camera.view_point_to_world(entity : Any, pos_x : Any, pos_y : Any, pos_z : Any) : unknownno docs found
Camera.world_point_to_clip(…)
Section titled “Camera.world_point_to_clip(…)”Camera.world_point_to_clip(entity : Any, pos_x : Any, pos_y : Any, pos_z : Any) : unknownno docs found
Camera.clip_point_to_world(…)
Section titled “Camera.clip_point_to_world(…)”Camera.clip_point_to_world(entity : Any, pos_x : Any, pos_y : Any, pos_z : Any) : unknownno docs found
Camera.get_view_matrix(..)
Section titled “Camera.get_view_matrix(..)”Camera.get_view_matrix(entity : Any, into_matrix : Any) : unknownno docs found
Camera.get_projection_matrix(..)
Section titled “Camera.get_projection_matrix(..)”Camera.get_projection_matrix(entity : Any, into_matrix : Any) : unknownno docs found
Camera.get_view_projection_matrix(..)
Section titled “Camera.get_view_projection_matrix(..)”Camera.get_view_projection_matrix(entity : Any, into_matrix : Any) : unknownno docs found
Camera.set_view_matrix(..)
Section titled “Camera.set_view_matrix(..)”Camera.set_view_matrix(entity : Any, matrix : Any) : unknownno docs found
Camera.set_projection_matrix(..)
Section titled “Camera.set_projection_matrix(..)”Camera.set_projection_matrix(entity : Any, matrix : Any) : unknownno docs found
Camera.cull(..)
Section titled “Camera.cull(..)”Camera.cull(camera : Any, render_set : Any) : unknownno docs found
Camera.froxelize(…)
Section titled “Camera.froxelize(…)”Camera.froxelize(camera : Any, slices : Any, entity_info_list : Any, cluster_image : Any, items_image : Any) : unknownno docs found
Camera.cut(..)
Section titled “Camera.cut(..)”Camera.cut(camera : Entity, to_camera : Entity) : unknownno docs found
Camera.blend(…)
Section titled “Camera.blend(…)”Camera.blend(camera : Entity, from_camera : Entity, to_camera : Entity, t : Num) : unknownno docs found
Camera.blend(…)
Section titled “Camera.blend(…)”Camera.blend(camera : Entity, to_camera : Entity, t : Num) : unknownno docs found
CameraProjection
Section titled “CameraProjection”import "luxe: system/camera.modifier" for CameraProjectionno docs found
CameraProjection.ortho
Section titled “CameraProjection.ortho”CameraProjection.ortho : unknownno docs found
CameraProjection.perspective
Section titled “CameraProjection.perspective”CameraProjection.perspective : unknownno docs found
CameraProjection.custom
Section titled “CameraProjection.custom”CameraProjection.custom : unknownno docs found
CameraViewType
Section titled “CameraViewType”import "luxe: system/camera.modifier" for CameraViewTypeno docs found
CameraViewType.view_2D
Section titled “CameraViewType.view_2D”CameraViewType.view_2D : unknownno docs found
CameraViewType.view_3D
Section titled “CameraViewType.view_3D”CameraViewType.view_3D : unknownno docs found
CameraViewType.custom
Section titled “CameraViewType.custom”CameraViewType.custom : unknownno docs found
import "luxe: system/camera.modifier" for Datano docs found
Variables
Section titled “Variables”var align_to_view : Num = 0var kind : CameraViewType = CameraViewType.view_2Dvar offset : Float2 = [0, 0]var size : Float2 = [0, 0]var near_2d : Num = -2000var far_2d : Num = 2000var zoom : Num = 1var fov_vertical : Num = 60var aspect : Num = 0var near_3d : Num = 0.1var far_3d : Num = 100var default : Bool = falsevar debug_draw : Bool = falsevar debug_color : Color = [0.965, 0, 0.486, 1]var debug_thickness : Num = 1var debug_pinned : Bool = falsePerEntityInfo
Section titled “PerEntityInfo”import "luxe: system/camera.modifier" for PerEntityInfono docs found
Variables
Section titled “Variables”var entity : Num = 0var window : Any = nullvar preview : Any = nullvar world_edit : Any = nullPerEntityInfo.new(.)
Section titled “PerEntityInfo.new(.)”PerEntityInfo.new(in_entity : Any) : PerEntityInfono docs found
PerEntityInfo.destroy(.)
Section titled “PerEntityInfo.destroy(.)”PerEntityInfo.destroy() : unknownno docs found
PerEntityInfo.show(.)
Section titled “PerEntityInfo.show(.)”PerEntityInfo.show(state : Bool) : unknownno docs found
PerEntityInfo.visible
Section titled “PerEntityInfo.visible”PerEntityInfo.visible : unknownno docs found
PerEntityInfo.update(.)
Section titled “PerEntityInfo.update(.)”PerEntityInfo.update() : unknownno docs found
System
Section titled “System”import "luxe: system/camera.modifier" for Systemno docs found
Variables
Section titled “Variables”var draw : Draw = nullvar style : null = PathStyle.newvar window : Any = nullvar preview : Any = nullvar world_edit : Any = nullvar current_selection : PerEntityInfo = nullSystem.new(.)
Section titled “System.new(.)”System.new(world : World) : Systemno docs found
System.editor_init(.)
Section titled “System.editor_init(.)”System.editor_init(world : World) : unknownno docs found
System.init(.)
Section titled “System.init(.)”System.init(world : World) : unknownno docs found
System.editor_attach(..)
Section titled “System.editor_attach(..)”System.editor_attach(entity : Entity, data : Data) : unknownno docs found
System.editor_detach(..)
Section titled “System.editor_detach(..)”System.editor_detach(entity : Entity, data : Data) : unknownno docs found
System.tick(.)
Section titled “System.tick(.)”System.tick(delta : Num) : unknownno docs found
System.editor_change(..)
Section titled “System.editor_change(..)”System.editor_change(entity : Entity, change : ModifierChange) : unknownno docs found
System.editor_tick(.)
Section titled “System.editor_tick(.)”System.editor_tick(delta : Num) : unknownno docs found