You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise type(e)('\n' + str(e)) from None
taichi.lang.exception.TaichiSyntaxError:
File "D:\TaichiSLAM\tests/..\taichi_slam\mapping\topo_graph.py", line 403, in add_mesh:
self.tri_colors[facelet_idx*3 + j][3] =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Static assign cannot be used on elements in arrays
GLFW Error 65537: The GLFW library is not initialized
The text was updated successfully, but these errors were encountered:
raise type(e)('\n' + str(e)) from None
taichi.lang.exception.TaichiSyntaxError:
File "D:\TaichiSLAM\tests/..\taichi_slam\mapping\topo_graph.py", line 403, in add_mesh:
self.tri_colors[facelet_idx*3 + j][3] =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Static assign cannot be used on elements in arrays
GLFW Error 65537: The GLFW library is not initialized
The text was updated successfully, but these errors were encountered: