Skip to content

Commit

Permalink
disable some texture to reduce memory usage for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidster committed Nov 29, 2022
1 parent 3dd1de9 commit f194d56
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 174 deletions.
2 changes: 2 additions & 0 deletions src/default_textures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ impl DefaultTextures {
DefaultTextureType::Normal => [127, 127, 255, 255],
DefaultTextureType::MetallicRoughness => [255, 255, 255, 255],
DefaultTextureType::MetallicRoughnessGLTF => [255, 127, 0, 255],
// DefaultTextureType::MetallicRoughness => [255, 255, 0, 255],
// DefaultTextureType::MetallicRoughnessGLTF => [255, 255, 0, 255],
DefaultTextureType::Emissive => [0, 0, 0, 255],
DefaultTextureType::EmissiveGLTF => [255, 255, 255, 255],
DefaultTextureType::AmbientOcclusion => [255, 255, 255, 255],
Expand Down
Loading

0 comments on commit f194d56

Please sign in to comment.