modern/assets/dwfb.json
2021-01-17 17:17:19 +01:00

390 lines
9.3 KiB
JSON
Executable File

{
"name": "dwfb",
"hdris": [{
"name": "center",
"path": "d_panorama_t.png"
}],
"materials": {
"skysphere": {
"type": "basic",
"map": "skysphere.jpg"
},
"floor": {
"color": "0x555555",
"scale": 5,
"roughnessMap": "floor_roughness.jpg",
"normalMap": "floor_normal.jpg",
"roughness": 0.7,
"envMap": "center",
"envMapIntensity": 0.8,
"lightMap": "Bake_Floor_light_4k.png",
"lightMapIntensity": 2
},
"coffeetable": {
"color": "0xffffff",
"scale": 1,
"map": "Bake_Coffee_Table_light_1k.png",
"roughnessMap": "floor_roughness.jpg",
"normalMap": "floor_normal.jpg",
"roughness": 0.9,
"envMap": "center",
"envMapIntensity": 0.8
},
"walls": {
"scale": 5,
"color": "0xbbbbbb",
"map": "concrete_02_color.jpg",
"roughnessMap": "concrete_02_roughness.jpg",
"roughness": 1,
"normalMap": "concrete_02_normal.jpg",
"lightMap": "Bake_Walls_light_4k.png",
"lightMapIntensity": 2
},
"ceiling": {
"scale": 5,
"color": "0xbbbbbb",
"map": "concrete_02_color.jpg",
"roughnessMap": "concrete_02_color.jpg",
"normalMap": "concrete_02_normal.jpg",
"lightMap": "Bake_Ceiling_light_4k.png",
"lightMapIntensity": 1
},
"windows": {
"envMap": "center",
"color": "0xeeeeee",
"roughness": 0,
"transparent": true,
"opacity": 0.6
},
"windowframe": {
"color": "0x999999",
"map": "Wood_01_color.png",
"shading": "flat",
"roughnessMap": "Wood_01_roughness.png",
"lightMap": "Bake_Windowframes_light_2k.png",
"lightMapIntensity": 200,
"metalness": 0,
"envMapIntensity": 5,
"envMap": "center",
"scale": 5
},
"plinths": {
"color": "0x666666",
"scale": 5,
"roughness": 0.7,
"shading": "flat",
"envMap": "center",
"envMapIntensity": 0.8,
"lightMap": "Bake_Plinths_color_512.png",
"lightMapIntensity": 2
},
"gitter": {
"scale": 30,
"metalness": 1,
"roughness": 0.2,
"transparent": true,
"envMap": "center",
"normalMap": "Gitter_normal.png",
"alphaMap": "Gitter_normal.png"
},
"chair": {
"color": "0xffffff",
"metalness": 0.1,
"roughness": 0.3,
"roughnessMap": "Bake_Chair_color_1k.png",
"map": "Bake_Chair_color_1k.png",
"normalMap": "Bake_Chair_normal_1k.png"
},
"theke": {
"map": "Bake_Theke_color_2k.png",
"metalness": 0,
"roughnessMap": "Bake_Theke_roughness_4k.png",
"normalMap": "Bake_Theke_normal_2k.png",
"envMap": "center",
"envMapIntensity": 3
},
"bar": {
"envMap": "center",
"roughness": 0.4,
"metalness": 0,
"map": "Bake_Bar_color_2k.png",
"roughnessMap": "Bake_Bar_roughness_4k.png",
"normalMap": "Bake_Bar_normal_2k.png"
},
"image_frames": {
"color": "0x515151",
"envMap": "center",
"normalScale": [1, 1],
"shading": "flat",
"roughness": 0.4,
"normalMap": "Bake_Image_Frames_normal_4k.png"
},
"images": {
"type": "basic",
"shading": "flat",
"map": "images_color.png"
},
"painting": {
"envMap": "center",
"envMapIntensity": 1.4,
"metalness": 0,
"map": "painting_color.png",
"normalMap": "painting_normal.png",
"roughnessMap": "painting_roughness.png",
"roughness": 0
},
"armchair": {
"type": "physical",
"map": "Armchair_Base_Color_4k.png",
"metalnessMap": "Armchair_Metallic_4k.png",
"roughnessMap": "Armchair_Roughness_4k.png",
"normalMap": "Armchair_Normal_4k.png",
"envMap": "center"
},
"carpet": {
"scale": 2.5,
"type": "basic",
"map": "Carpet_Color_4k.png"
},
"white": {
"color": "0xffffff",
"envMap": "center",
"shading": "flat",
"envMapIntensity": 0.4,
"roughness": 0.5
},
"table": {
"map": "Bake_Table_color_4k.png",
"roughnessMap": "Bake_Table_color_4k.png",
"metalness": 0.2,
"roughness": 0.4,
"envMap": "center",
"envMapIntensity": 0.7
},
"sofa": {
"color": "0x818181",
"envMap": "center",
"roughness": 0.2,
"envMapIntensity": 4,
"normalMap": "Bake_Sofa_normal_4k.png"
},
"fur": {
"color": "0xffffff",
"map": "Bake_Fur_albedo_1k.png",
"transparent": true,
"alphaMap": "Bake_Fur_alpha_1k.png",
"roughness": 1,
"envMap": "center",
"roughnessMap": "Bake_Fur_roughness_1k.png",
"envMapIntensity": 3,
"normalMap": "Bake_Fur_normal_1k.png"
}
},
"objects": [{
"name": "floor",
"type": "clickable",
"material": "floor"
},
{
"name": "walls",
"material": "walls"
},
{
"name": "windows",
"type": "static",
"material": "windows"
},
{
"name": "ceiling",
"material": "ceiling"
},
{
"name": "plinths",
"type": "static",
"material": "plinths"
},
{
"name": "windowframes",
"type": "static",
"material": "windowframe"
},
{
"name": "skysphere",
"type": "static",
"material": "skysphere"
},
{
"name": "gitter",
"type": "static",
"material": "gitter"
},
{
"name": "fur",
"material": "fur",
"pos": [3.2, 0.38, -2.03],
"rot": [0, -125, 0]
},
{
"name": "sofa",
"type": "clickable",
"fpos": [2, 0.5],
"camAngle": [-0.5, 0, 2.3, 4],
"size": 0.33,
"rot": [0, 180, 0],
"pos": [3.1, 0, -0.4],
"material": "sofa",
"text": "Sit down, take a cookie"
},
{
"name": "chair",
"material": "chair",
"type": "instanced",
"duplicates": [{
"rot": [0, 97, 0],
"pos": [-2.52, 0, -4.44]
},
{
"rot": [0, 82, 0],
"pos": [-2.57, 0, -3.26]
},
{
"rot": [0, 92, 0],
"pos": [-2.52, 0, -2.7]
},
{
"rot": [0, -86, 0],
"pos": [-0.74, 0, -4.52]
},
{
"rot": [0, -95, 0],
"pos": [-0.74, 0, -3.44]
},
{
"rot": [0, -92, 0],
"pos": [-0.74, 0, -2.78]
},
{
"rot": [0, 184, 0],
"pos": [-1.18, 0, -2.04]
}
]
},
{
"name": "regal_bretter",
"rot": [0, 0, 0],
"pos": [0, 0, 0],
"type": "static",
"material": "white"
},
{
"name": "image_frames",
"type": "clickable",
"text": "Christmas Market 2017",
"rot": [0, -90, 0],
"fpos": [1.3, 0],
"camAngle": [-0.2, 0.3, 0.5, 3],
"pos": [0.01, 1.52607, 1.97578],
"material": "image_frames"
},
{
"name": "images",
"rot": [0, -90, 0],
"pos": [0.01, 1.52607, 1.97578],
"type": "static",
"material": "images"
},
{
"name": "bar",
"text": "If the polycount of the browser wasn't so massively limited this would be filled with bottles",
"type": "clickable",
"material": "bar",
"pos": [2.22462, 0, -8.72714],
"fpos": [2.5, 1],
"camAngle": [-0.6, -0.25, -1.5, 1.5],
"size": 0.45
},
{
"name": "theke",
"type": "clickable",
"pos": [2.28, 0, -7.51],
"fpos": [2.5, 1],
"camAngle": [-0.5, 0.2, -1.5, 1.5],
"clickable": true,
"text": "Drink stuff, and make connections.",
"material": "theke"
},
{
"name": "painting",
"type": "clickable",
"fpos": [1.4, 0],
"camAngle": [0, 0.5, 2.2, 3.9],
"text": "Don't these color splotches look fuckin amazing?",
"rot": [0, 180, 0],
"pos": [3.15328, 1.74, -0.02],
"material": "painting"
},
{
"name": "armchair",
"text": "Sit back, relax, enjoy the view",
"fpos": [2, 0.5],
"camAngle": [-0.5, 1, -100, 100],
"material": "armchair",
"type": "instanced",
"duplicates": [{
"pos": [3.62, 0, -3.02],
"size": 0.3,
"rot": [0, -20, 0]
},
{
"pos": [2.52, 0, -3.02],
"size": 0.3,
"rot": [0, 25, 0]
}
]
},
{
"name": "coffeetable",
"type": "clickable",
"text": "It's a table you can place coffee on, preferably contained in some sort of drinking device",
"material": "coffeetable",
"size": 1,
"pos": [3.22, 0, -1.95],
"rot": [0, 0, 0],
"fpos": [1, 0.5],
"camAngle": [-0.5, 0.1, -100, 100]
},
{
"name": "carpet",
"material": "carpet",
"fpos": [0.2, 0.4],
"camAngle": [0, 0.5, 2.2, 3.9],
"size": 0.54,
"rot": [0, 90, 0],
"pos": [3.2, 0, -2.07]
},
{
"name": "table",
"material": "table",
"type": "instanced",
"duplicates": [{
"pos": [-1.12739, 0, -3.15065],
"rot": [0, 90, 0]
},
{
"pos": [-2.14619, 0, -3.15065],
"rot": [0, 90, 0]
},
{
"pos": [-1.12739, 0, -4.91094],
"rot": [0, 90, 0]
},
{
"pos": [-2.14619, 0, -4.91094],
"rot": [0, 90, 0]
}
]
}
]
}