USDZ data visualization: Difference between revisions
From wikiluntti
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Visualize (Apple) USDZ data on a computer, using Blender | Visualize (Apple) USDZ data on a computer, using Blender. Blender can import the data but the structure should be converted into a mesh. Thus, a small Python script is used to convert it to a ply mesh. | ||
== Theory == | == Theory == |
Revision as of 19:49, 11 February 2021
Introduction
Visualize (Apple) USDZ data on a computer, using Blender. Blender can import the data but the structure should be converted into a mesh. Thus, a small Python script is used to convert it to a ply mesh.