Untitled

 avatar
unknown
plain_text
a year ago
1.3 kB
12
Indexable
{
	vehicle_mods : {
		cuts : [
			{
				shape: "box",
				transform: {
					pos : [0.1, 1.0, 2.3],
					rot : [0.1, 0.5, 0.7, 0.6],
					scale : [2.0, 2.0, 2.0]
				}
			},
			{
				shape: "cylinder",
				transform: {
					pos : [0.1, 1.0, 2.3],
					rot : [0.1, 0.5, 0.7, 0.6],
					scale : [2.0, 2.0, 2.0]
				}
			}
		]
	},
	scene_hierarchy : [
		{
			name : "bed",
			prop_id : 1,
			tex_id : 4,
			transform : {
				pos : [1.1, 1.0, 2.3],
				rot : [0.3, 0.5, 0.2, 0.3]
			}
		},
		{
			name : "table",
			prop_id : 3,
			tex_id : 68,
			transform : {
				pos : [0.1, 1.0, 2.3],
				rot : [0.1, 0.5, 0.7, 0.6]
			}
			children : [
				{
					name : "cup",
					prop_id : 42,
					tex_id : 152,
					transform : {
						pos : [1.1, 1.0, 2.3],
						rot : [0.3, 0.5, 0.2, 0.3]
					}
				},
				{
					name : "book",
					prop_id : 68,
					tex_id : 700,
					transform : {
						pos : [0.1, 1.0, 2.3],
						rot : [0.1, 0.5, 0.7, 0.6],
						scale : [2.0, 2.0, 2.0]
					},
					cuts : [
						{
							shape: "box",
							transform: {
								pos : [0.1, 1.0, 2.3],
								rot : [0.1, 0.5, 0.7, 0.6],
								scale : [2.0, 2.0, 2.0]
							}
						}
					]
				}
			]
		}
	],
	scene_lighting : {
		sun_position_degrees : 357.2,
		hours : 13,
		minutes : 05
	},
}
Editor is loading...
Leave a Comment