3d加载模型笔记

目录

pygame可以加载obj和mtl:

open3d加载obj


pygame可以加载obj和mtl:

GitHub - changhongjian/pygame-show-obj: use pygame to show 3D obj model

open3d加载obj

import copy
import numpy as np
import open3d as o3d

if __name__ == '__main__':
    print("Testing mesh in open3d ...")
    mesh 

猜你喜欢

转载自blog.csdn.net/jacke121/article/details/129679041