Skip to content

Commit

Permalink
blearn: Add simple 2nd view capability (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojob authored Nov 15, 2024
1 parent 8f478a9 commit cde7daa
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 190 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ cython_debug/
tests/resources/results
tests/resources/*.png
tests/resources/*.pkl
blearn/output
31 changes: 31 additions & 0 deletions blearn/config/config_rhone_dual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
mode: "demo"
camera:
f: 2.8
sx: 5.76
sy: 3.6
sun:
energy_min: 10.0
energy_max: 10.0
local_time_min: 10.0
local_time_max: 16.0
output:
dir: output
resolution_x: 1920
resolution_y: 1200
format: JPEG
render: CYCLES
use_second_view: True
paths:
number_of_samples: 100
x_min: 0.0
x_max: 200.0
y_min: 0.0
y_max: 150.0
z_min: 1.0
z_max: 51.0
demo_euler_y: -0.785398
seed: 1
demo_x: 100.0
demo_y: 75.0
demo_z: 25.0
demo_radius: 50.0
Loading

0 comments on commit cde7daa

Please sign in to comment.