I have those dots that need to convert to a 3D volume using this code
But I found that there was something wrong with the compiled period after I entered it.
line 22, in <module>
np.array(points_3d)[ind][:, 0] == 0.0)).show()
File "C:\Python310\lib\site-packages\trimesh\base.py", line 2644, in show
return scene.show(**kwargs)
File "C:\Python310\lib\site-packages\trimesh\scene\scene.py", line 1091, in show
return SceneViewer(self, **kwargs)
File "C:\Python310\lib\site-packages\trimesh\viewer\windowed.py", line 103, in __init__
self._initial_camera_transform = scene.camera_transform.copy()
File "C:\Python310\lib\site-packages\trimesh\scene\scene.py", line 598, in camera_transform
return self.graph[self.camera.name][0]
File "C:\Python310\lib\site-packages\trimesh\scene\scene.py", line 655, in camera
return self.set_camera()
File "C:\Python310\lib\site-packages\trimesh\scene\scene.py", line 569, in set_camera
transform = cameras.look_at(
File "C:\Python310\lib\site-packages\trimesh\scene\cameras.py", line 329, in look_at
points_c = rinv.dot(points.T).T
ValueError: shapes (3,3) and (0,) not aligned: 3 (dim 1) != 0 (dim 0)
What I Expected
I want to connect those dots to a 3D volume like those images.
Description
I have those dots that need to convert to a 3D volume using this code But I found that there was something wrong with the compiled period after I entered it.
What I Did
the crash is this
What I Expected
I want to connect those dots to a 3D volume like those images.
Acceptance Criteria