Browse Source

At least add cmgen invocation to Standard Shader guide;

bjorn 3 years ago
parent
commit
c2be555ee3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      guides/Standard_Shader.md

+ 4 - 0
guides/Standard_Shader.md

@@ -28,6 +28,10 @@ Skybox
 
 TODO
 
+```
+$ ./bin/cmgen --type=cubemap --format=png -x out env.hdr
+```
+
 Shader Setup
 ---