Skip to content

Commit

Permalink
update concrete texture
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 25, 2020
1 parent 1d0f599 commit 8e1a9c1
Show file tree
Hide file tree
Showing 4 changed files with 5,012 additions and 75,854 deletions.
3 changes: 2 additions & 1 deletion include/polyscope/render/material_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace polyscope {
namespace render {

// The arrays that hold the actual data. Stored as constants in render/bindata

extern const std::array<unsigned char, 84934> bindata_clay_r;
extern const std::array<unsigned char, 84889> bindata_clay_g;
extern const std::array<unsigned char, 83655> bindata_clay_b;
Expand All @@ -36,6 +35,8 @@ extern const std::array<unsigned char, 20804> bindata_ceramic;
extern const std::array<unsigned char, 17500> bindata_jade;
extern const std::array<unsigned char, 29444> bindata_normal;

extern const std::array<unsigned char, 50022> bindata_concrete;


} // namespace render
} // namespace polyscope
Loading

0 comments on commit 8e1a9c1

Please sign in to comment.