Collection of Blender scripts related to game development.
This script allows you to reconstruct a 3d model that is in a Playcanvas game inside of Blender.
- Find the
.jsonfile for the 3d model you want. - In that file find
model>vertices>positions>data>0and place the contents (example 0.1,1.5,1.3) in thevertices.txtfile. - In the same
JSONfile findmodel>meshes>0>indicesand place the contents (example 0,1,2) in theindices.txtfile. - Run the script in a blender scene!
This script allows you to reconstruct a 3d model that is in a RenderDoc capture inside of Blender.
- Open a RenderDoc capture.
- Select the model you want to recreate.
- Dowanload it's data as a
.csv. - Run the script in Blender!