Skip to content

Commit

Permalink
update material render scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 24, 2020
1 parent eec86eb commit 5294c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/material_images/imagesrgb2material.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main(int argc, char** argv) {
FILE* out = open_or_exit(symfile, "w");
fprintf(out, "#include <array>\n");

fprintf(out, "#include \"polyscope/render/materials.h\"\n");
fprintf(out, "#include \"polyscope/render/material_defs.h\"\n");
fprintf(out, "namespace polyscope { \n");
fprintf(out, "namespace render { \n\n");

Expand Down
Binary file modified misc/material_images/render_material.blend
Binary file not shown.

0 comments on commit 5294c22

Please sign in to comment.