diff --git a/python/raytracing/eyeball.py b/python/raytracing/eyeball.py index 8c8bcbec..97919875 100644 --- a/python/raytracing/eyeball.py +++ b/python/raytracing/eyeball.py @@ -48,7 +48,9 @@ def get_uniform_bindings(self): boost, tet_num, current_weight = self.view_state - RF = boost[0][0].parent() + RF = self.raytracing_view.raytracing_data.RF + + boost = matrix(boost, ring=RF) base_point = vector([b[0] for b in boost])