Skip to content

Commit

Permalink
Change colors of the buster
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman committed Sep 20, 2023
1 parent 54e2463 commit 34a3ab1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions examples/scenes/blocksbuster/buster.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components {
embedded_components {
id: "mesh1"
type: "mesh"
data: "material: \"/scene3d/materials/primitive_max_yellow_red.material\"\n"
data: "material: \"/scene3d/materials/primitive_salmon.material\"\n"
"vertices: \"/scene3d/assets/meshes/primitive_tube.buffer\"\n"
"textures: \"/scene3d/assets/textures/grid_10x10.png\"\n"
"primitive_type: PRIMITIVE_TRIANGLES\n"
Expand Down Expand Up @@ -85,7 +85,7 @@ embedded_components {
embedded_components {
id: "mesh2"
type: "mesh"
data: "material: \"/scene3d/materials/primitive_max_yellow_red.material\"\n"
data: "material: \"/scene3d/materials/primitive_pacific_blue.material\"\n"
"vertices: \"/scene3d/assets/meshes/primitive_cylinder.buffer\"\n"
"textures: \"/scene3d/assets/textures/grid_10x10.png\"\n"
"primitive_type: PRIMITIVE_TRIANGLES\n"
Expand Down Expand Up @@ -113,12 +113,6 @@ embedded_components {
" z: 0.0\n"
" w: 0.0\n"
"}\n"
"scale {\n"
" x: 0.005\n"
" y: 0.005\n"
" z: 0.005\n"
" w: 0.0\n"
"}\n"
"color {\n"
" x: 1.0\n"
" y: 1.0\n"
Expand Down Expand Up @@ -157,4 +151,9 @@ embedded_components {
z: 0.0
w: 0.70710677
}
scale {
x: 0.005
y: 0.005
z: 0.005
}
}

0 comments on commit 34a3ab1

Please sign in to comment.