diff options
Adapt existing channel example to new SDF-based rendering and voxelization
Diffstat (limited to 'utility')
-rw-r--r-- | utility/opengl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utility/opengl.py b/utility/opengl.py index ff88b17..ec8ab57 100644 --- a/utility/opengl.py +++ b/utility/opengl.py @@ -123,7 +123,6 @@ class MomentsTexture: self.lattice.grid.size(), self.lattice.layout, self.lattice.memory.cl_pop_b, - self.lattice.memory.cl_material, self.cl_gl_moments) else: self.program.collect_gl_moments_to_texture( @@ -131,6 +130,5 @@ class MomentsTexture: self.lattice.grid.size(), self.lattice.layout, self.lattice.memory.cl_pop_a, - self.lattice.memory.cl_material, self.cl_gl_moments) |