Skip to content

Commit

Permalink
Inside view eyeball/spaceship: making it work outside of SageMath.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Nov 7, 2023
1 parent 766446f commit 06f7d66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/raytracing/eyeball.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 06f7d66

Please sign in to comment.