Home
last modified time | relevance | path

Searched refs:worldtondc (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_object_cull.cpp97 const ProjectionTransform &worldtondc = cam->worldtondc; in test_camera() local
105 dot(worldtondc.x, b), dot(worldtondc.y, b), dot(worldtondc.z, b), dot(worldtondc.w, b)); in test_camera()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dcamera.cpp283 worldtondc = screentondc * worldtoscreen; in update()
284 worldtoraster = ndctoraster * worldtondc; in update()
335 kcam->worldtondc = worldtondc; in update()
H A Dcamera.h157 ProjectionTransform worldtondc; variable
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_camera.h483 ProjectionTransform tfm = kernel_data.cam.worldtondc; in camera_world_to_ndc()
H A Dkernel_types.h1175 ProjectionTransform worldtondc; member
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/osl/
H A Dosl_services.cpp256 copy_matrix(result, kernel_data.cam.worldtondc); in get_inverse_matrix()
374 copy_matrix(result, kernel_data.cam.worldtondc); in get_inverse_matrix()