(self, fov)
| 2406 | self.mesh.set_data(vertices=verts, faces=faces, vertex_colors=colors[:, :3]) |
| 2407 | |
| 2408 | def reinit_camera(self, fov): |
| 2409 | self.view.camera.fov = fov |
| 2410 | self.view.camera.view_changed() |
| 2411 | |
| 2412 | |
| 2413 | def output_3d_photo(verts, colors, faces, Height, Width, hFov, vFov, tgt_poses, video_traj_types, ref_pose, |
no test coverage detected