国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

詳解python polyscope庫的安裝和例程

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

安裝就可以在環(huán)境配置好的情況下使用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庫內容請搜索好吧啦網以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 美女扒开腿让男人桶个爽 | 搞黄网站在线观看 | 真人毛片| 日韩美女大全视频在线 | 欧美日本高清视频在线观看 | 色偷偷888欧美精品久久久 | 亚洲成a人在线观看 | 国产在线高清不卡免费播放 | 成人国产片免费 | 亚洲国产高清一区二区三区 | 日鲁夜鲁鲁狠狠综合视频 | 成人免费xxx色视频 成人免费大片a毛片 | 久草热久| 在线观看毛片网站 | 狠狠综合久久久久综合 | 一级毛片在播放免费 | 欧美一级片在线视频 | 国产成人免费高清在线观看 | 九九视频在线观看视频6 | 亚洲国产二区三区久久 | 美女视频黄a视频免费全程 美女视频黄a视频免费全过程 | 中文字幕亚洲 综合久久 | 啪啪一级视频 | 日本一区视频在线观看 | 国产毛片久久久久久国产毛片 | 日本精高清区一 | 中文字幕日韩三级 | 欧美成人免费全部色播 | 全免费a级毛片免费看 | 88av视频在线| 日产一区两区三区 | 92国产福利久久青青草原 | 免费一级欧美大片久久网 | 好吊色综合网天天高清 | 91精品国产9l久久久久 | 国产精品高清在线观看93 | 国产亚洲精品久久麻豆 | 两性午夜视频 | 日韩在线中文 | 一级特黄a视频 | 久草视频免费 |