Skip to content

Commit

Permalink
Updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Oct 15, 2024
1 parent a6fe172 commit 5395c8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions examples/model/cubemap/assets/env.cubemap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
right: "/examples/model/cubemap/graphics/px.jpg"
left: "/examples/model/cubemap/graphics/nx.jpg"
top: "/examples/model/cubemap/graphics/py.jpg"
bottom: "/examples/model/cubemap/graphics/ny.jpg"
front: "/examples/model/cubemap/graphics/pz.jpg"
back: "/examples/model/cubemap/graphics/nz.jpg"
right: "/examples/model/cubemap/assets/px.jpg"
left: "/examples/model/cubemap/assets/nx.jpg"
top: "/examples/model/cubemap/assets/py.jpg"
bottom: "/examples/model/cubemap/assets/ny.jpg"
front: "/examples/model/cubemap/assets/pz.jpg"
back: "/examples/model/cubemap/assets/nz.jpg"
4 changes: 2 additions & 2 deletions examples/model/cubemap/cubemap.collection
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ embedded_instances {
data: "embedded_components {\n"
" id: \"model\"\n"
" type: \"model\"\n"
" data: \"mesh: \\\"/examples/model/cubemap/graphics/defold_logo.gltf\\\"\\n"
" data: \"mesh: \\\"/examples/model/cubemap/assets/defold_logo.gltf\\\"\\n"
"materials {\\n"
" name: \\\"Material\\\"\\n"
" material: \\\"/examples/model/cubemap/cubemap_model.material\\\"\\n"
" textures {\\n"
" sampler: \\\"envMap\\\"\\n"
" texture: \\\"/examples/model/cubemap/graphics/env.cubemap\\\"\\n"
" texture: \\\"/examples/model/cubemap/assets/env.cubemap\\\"\\n"
" }\\n"
"}\\n"
"\"\n"
Expand Down

0 comments on commit 5395c8f

Please sign in to comment.