色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

詳解python polyscope庫的安裝和例程

瀏覽:13日期:2022-07-05 14:53:51

安裝就可以在環境配置好的情況下使用pip安裝:

pip install polyscope

如果提示找不到庫文件,no moudle的話可以試著把安裝下來的polyscope文件夾放在和想要運行的py文件的同一目錄下。而我們安裝下來的polyscope文件夾在哪里呢?它們應該位于安裝目錄中的'Lib/site-packages'中,我的如下圖所示:

詳解python polyscope庫的安裝和例程

但是裝好之后我們運行一個網上的例程:

import polyscope as ps# Initialize polyscopeps.init()### Register a point cloud# `my_points` is a Nx3 numpy arrayps.register_point_cloud('my points', my_points)### Register a mesh# `verts` is a Nx3 numpy array of vertex positions# `faces` is a Fx3 array of indices, or a nested listps.register_surface_mesh('my mesh', verts, faces, smooth_shade=True)# Add a scalar function and a vector function defined on the mesh# vertex_scalar is a length V numpy array of values# face_vectors is an Fx3 array of vectors per faceps.get_surface_mesh('my mesh').add_scalar_quantity('my_scalar', vertex_scalar, defined_on=’vertices’, cmap=’blues’)ps.get_surface_mesh('my mesh').add_vector_quantity('my_vector', face_vectors, defined_on=’faces’, color=(0.2, 0.5, 0.5))# View the point cloud and mesh we just registered in the 3D UIps.show()

還是有錯誤,找不到polyscope_bindings,我的解決辦法是在這個目錄下面還應該有一個這個文件:

詳解python polyscope庫的安裝和例程

把他的名字改成polyscope_bindings.pyd就可以解決,庫就可以跑通了。但是原例程因為沒有給數組所有還有邏輯錯誤,隨便給幾個就可以運行了:

import polyscope as psimport numpy as np# Initialize polyscopeps.init()### Register a point cloud# `my_points` is a Nx3 numpy arraymy_points=np.array([[1,1,1],[1,2,3],[1,2,4],[2,5,3],[2,2,2]])ps.register_point_cloud('my points', my_points)### Register a mesh# `verts` is a Nx3 numpy array of vertex positions# `faces` is a Fx3 array of indices, or a nested listverts=np.array([[1,1,1],[1,2,3],[1,2,4],[2,5,3],[2,2,2]])faces=np.array([[1,1,1],[1,2,3],[1,2,4],[2,4,3],[2,2,2]])ps.register_surface_mesh('my mesh', verts, faces, smooth_shade=True)# Add a scalar function and a vector function defined on the mesh# vertex_scalar is a length V numpy array of values# face_vectors is an Fx3 array of vectors per facevertex_scalar = np.array([1,2,3,4,5])face_vectors=np.array([[1,1,1],[1,2,3],[1,2,4],[2,5,3],[2,2,2]])ps.get_surface_mesh('my mesh').add_scalar_quantity('my_scalar', vertex_scalar, defined_on=’vertices’, cmap=’blues’)ps.get_surface_mesh('my mesh').add_vector_quantity('my_vector', face_vectors, defined_on=’faces’, color=(0.2, 0.5, 0.5))# View the point cloud and mesh we just registered in the 3D UIps.show()

這就可以成功使用了

詳解python polyscope庫的安裝和例程

到此這篇關于python polyscope庫的安裝和例程的文章就介紹到這了,更多相關python polyscope庫內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 中文字幕亚洲一区二区三区 | 日本高清视频www夜色资源 | 国产精品三级在线播放 | 国产成人免费片在线观看 | 九九精品视频在线观看 | 欧美日韩国产片 | 韩国美女激情视频一区二区 | 五月色婷婷琪琪综合伊人 | chinese耄耋70老太性 | 久草网视频| 中文字幕在线看视频一区二区三区 | 日韩精品免费一区二区 | 久久精品国产国产精品四凭 | 成年男女男精品免费视频网站 | 亚洲综合a | 亚洲在线观看网站 | 亚洲国产精品ⅴa在线观看 亚洲国产精品aaa一区 | 欧美性高清bbbbbbxxxxx | 极品美女户外勾搭无套 | 神马最新午夜限制片 | 97成人在线 | 亚洲精品国产免费 | 黄色免费看片网站 | 国产精品亚洲一区二区在线观看 | 国产美女视频做爰 | se94se欧美 | 国产美女高清一级a毛片 | 日韩国产欧美成人一区二区影院 | 日本黄网在线观看 | 性欧美精品久久久久久久 | 国产亚洲福利一区二区免费看 | 国厂自拍 | 久久高清精品 | 欧美性夜欢 | 欧美精品xxx| 国产日韩免费 | 欧美激情中文字幕 | 国产精品三区四区 | 亚洲精品久久久久网站 | 成人精品一区二区三区 | 成人网在线免费观看 |