Skip to content

Commit

Permalink
Added Dynamic Light test scene
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Feb 24, 2025
1 parent 3163c7e commit fc6fa26
Show file tree
Hide file tree
Showing 21 changed files with 7,947 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dcl-workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
{
"path": "scenes/10,0-move-to-test"
},
{
"path": "scenes/0,4-dynamic-lights"
},
{
"path": "scenes/0,2-cube-wave-32x32"
},
Expand Down
20 changes: 20 additions & 0 deletions scenes/0,4-dynamic-lights/.dclignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.*
bin/*.map
package-lock.json
yarn-lock.json
build.json
export
tsconfig.json
tslint.json
node_modules
*.ts
*.tsx
.vscode
Dockerfile
dist
README.md
*.blend
*.fbx
*.zip
*.rar
src
10 changes: 10 additions & 0 deletions scenes/0,4-dynamic-lights/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package-lock.json
*.js
node_modules
bin/
.DS_Store
**/.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.editor
1 change: 1 addition & 0 deletions scenes/0,4-dynamic-lights/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# sdk-empty-scene-template
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"components": [
{
"name": "core::GltfContainer",
"data": {
"0": {
"json": {
"src": "{assetPath}/Door_Wood_01/Door_Wood_01.glb"
}
}
}
}
]
}
Binary file added scenes/0,4-dynamic-lights/assets/batsymbol2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added scenes/0,4-dynamic-lights/assets/circle_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scenes/0,4-dynamic-lights/assets/light_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc6fa26

Please sign in to comment.