aboutsummaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-12-28 23:18:23 +0100
committerAdrian Kummerlaender2019-12-28 23:18:23 +0100
commite399841b70683013ebdc9f6bcb31a871fef33db2 (patch)
tree15e013be6ebc5f28793f5ba1a378fd8f53dfde18 /utility
parent342d554e2da1f80aa93d5d28d2d87573db87bbb0 (diff)
downloadsymlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.tar
symlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.tar.gz
symlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.tar.bz2
symlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.tar.lz
symlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.tar.xz
symlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.tar.zst
symlbm_playground-e399841b70683013ebdc9f6bcb31a871fef33db2.zip
Adapt existing channel example to new SDF-based rendering and voxelization
Diffstat (limited to 'utility')
-rw-r--r--utility/opengl.py2
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)