Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriodiste authored Sep 24, 2023
1 parent 179d888 commit fbd1bd0
Show file tree
Hide file tree
Showing 9 changed files with 1,592 additions and 1 deletion.
Binary file added crab/Crab_Base_color.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 added crab/Crab_Base_color_black.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 added crab/Crab_Base_color_blue.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 added crab/Crab_Base_color_gray.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 added crab/Crab_Base_color_orange.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 added crab/Crab_Base_color_yellow.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 added crab/Crab_Roughness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,591 changes: 1,591 additions & 0 deletions crab/crab.gltf

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ let crab_base_texture_loader = new THREE.TextureLoader();
// Load the crab GLTF model
function load_crab_model(crab_texture_image = null) {
let loader = new GLTFLoader();
loader.load(get_url('/3d/crab/Crab.gltf'), function (object) {
loader.load(get_url('/3d/crab/crab.gltf'), function (object) {
crab_model = object.scene;
crab_model.name = 'crab_crab_model';
crab_model.position.set(crab_spawn_position.x, crab_spawn_position.y + keyboard_base_height + crab_bases_height + sub_base_height + additional_crab_base_height, crab_spawn_position.z);
Expand Down

0 comments on commit fbd1bd0

Please sign in to comment.