19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "Scene",
|
|
"assets": [
|
|
"/gui.json"
|
|
],
|
|
"behaviors": [
|
|
"SceneBehavior",
|
|
"ExtSceneBehavior"
|
|
],
|
|
"metadata": {
|
|
// sky, and not skybox, so i can supply parameters for global lighting
|
|
"sky": {
|
|
// sky.box.filename, so i can add in additional parameters, for example, using it as a render target
|
|
"box": {
|
|
"filename": "/skybox/%d.png"
|
|
}
|
|
}
|
|
}
|
|
} |