CoolFace
Apppublic

venkat112/venkat_glb_creation

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
example_scene.json15 linesDownload Raw Back to root
1{2  "sceneName": "test_scene",3  "avatar_texture": "/abs/path/to/texture.png",4  "ground_texture": "/abs/path/to/ground.png",5  "objects": [6    {"type":"cube", "location":[1,0,0], "size":0.8, "color":[1,0,0,1]},7    {"type":"sphere", "location":[-1,0,0], "radius":0.6, "color":[0.2,0.7,0.3,1]}8  ],9  "lights": [10    {"type":"POINT", "location":[2,2,3], "energy":200}11  ],12  "sun_energy": 3.013}14 15