Skip to content

Commit

Permalink
fix(octree): Use direct octree for direct study
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp authored and mostaphaRoudsari committed Apr 14, 2022
1 parent 8d1ec2d commit a84fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollination/three_phase/two_phase/_raytracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def direct_sky(
sensor_count=sensor_count,
sky_matrix=sky_matrix_direct, sky_dome=sky_dome,
sensor_grid=sensor_grid,
scene_file=octree,
scene_file=octree_direct,
bsdf_folder=bsdfs
):
return [
Expand Down

0 comments on commit a84fc00

Please sign in to comment.