From e399841b70683013ebdc9f6bcb31a871fef33db2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 28 Dec 2019 23:18:23 +0100 Subject: Adapt existing channel example to new SDF-based rendering and voxelization --- utility/opengl.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utility') 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) -- cgit v1.2.3