Doing the same with explicit normals: import pyvista as pv mesh = pv.Sphere() mesh.clear_data() mesh['scalars'] = range(25, mesh.n_points + 25) ...
確定! 回上一頁