18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"name": "Test",
|
|
"assets": [],
|
|
"behaviors": [
|
|
"RenderBehavior",
|
|
"NoiseBehavior"
|
|
],
|
|
"transform": {
|
|
"position": [ 10, 4, 4 ],
|
|
"orientation": [0, 0, 0, 1]
|
|
},
|
|
"metadata": {
|
|
"size": [ 256, 256, 256 ],
|
|
"coefficients": [ 3, 3, 3 ],
|
|
"amplitude": 1.5,
|
|
"speed": 0.125
|
|
}
|
|
} |