Browse Source

Mention necessary conf settings in Stencils example

Josip 4 months ago
parent
commit
613d845e32
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/Effects/Stencil/main.lua

+ 3 - 0
examples/Effects/Stencil/main.lua

@@ -1,4 +1,7 @@
 -- This demo renders a scene with several uses of stencil maps (skip down to comment "Stencils here")
 -- This demo renders a scene with several uses of stencil maps (skip down to comment "Stencils here")
+-- Note: Stencils need to be enabled in conf.lua
+-- t.graphics.stencil = true
+-- t.headset.stencil = true
 --
 --
 -- Sample contributed by andi mcc
 -- Sample contributed by andi mcc