MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / T

Method T

src/python/lfs/py_cameras.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 PyTensor PyCamera::T() const {
126 warn_deprecated_camera_property(
127 "T",
128 "it exposes the raw dataset world-to-camera translation; use lichtfeld.scene.Camera.translation for the visualizer pose or lichtfeld.scene.Camera.view_matrix for a render-space view matrix");
129 return PyTensor(cam_->T(), false);
130 }
131
132 PyTensor PyCamera::world_view_transform() const {
133 warn_deprecated_camera_property(

Callers 11

camera_TMethod · 0.80
transformed_camera_poseFunction · 0.80
pickNodesInScreenRectMethod · 0.80
captureCameraSnapshotFunction · 0.80
handleGoToCamViewMethod · 0.80
buildGTRenderCameraFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

PyTensorClass · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64