https://github.com/graboskyc/cloudshell3dsandbox
Playing around with some 3D tech to visualize a sandbox
https://github.com/graboskyc/cloudshell3dsandbox
3d 3d-models blender cloudshell python3
Last synced: 10 months ago
JSON representation
Playing around with some 3D tech to visualize a sandbox
- Host: GitHub
- URL: https://github.com/graboskyc/cloudshell3dsandbox
- Owner: graboskyc
- License: apache-2.0
- Created: 2017-08-02T15:47:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T18:54:24.000Z (over 8 years ago)
- Last Synced: 2025-03-20T10:53:30.627Z (10 months ago)
- Topics: 3d, 3d-models, blender, cloudshell, python3
- Language: Python
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudShell3DSandbox
Playing around with some 3D tech to visualize a sandbox using blender. This is still a proof of concept as the location of points are random rather than copying a good layout and it is still missing connectors and not ugly colors.
Right now this generates an FBX file which can be viewed in programs. I'm using the one built into Windows 10.
Execute this script inside [Blender](https://www.blender.org/) to run.
[Sample of 3D model is here](https://skfb.ly/6sKwF)
There are two scripts. The first uses the Sandbox API and generates one based on the sandbox ID. The latter uses the XML file generated when exporting a Blueprint as the source.
The former lacks some definitions like the connectivity and coordinates. The latter contains this information.


