from pygltflib import GLTF2, Scene gltf = GLTF2() scene = Scene() ... glb = GLTF2().load_binary("BinaryGLTF.glk") # load_json and load_binary helper methods ...
確定! 回上一頁