fix stencil random every stroke and not sample

This commit is contained in:
2018-05-10 22:35:59 +02:00
parent 2379679913
commit 2a728b3a07
3 changed files with 5 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ public:
static glm::vec3 m_plane_normal[6];
static glm::vec3 m_plane_tangent[6];
static glm::mat4 m_plane_transform[6];
glm::vec2 stencil_offset;
Sampler m_sampler;
Sampler m_sampler_brush;
Sampler m_sampler_bg;