OpenMC/tests/regression_tests/plot_projections/plots.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

91 lines
2.9 KiB
XML
Raw Permalink Normal View History

2021-12-14 15:37:40 -05:00
<?xml version="1.0"?>
<plots>
<plot id="1" type="wireframe_raytrace">
2021-12-14 15:37:40 -05:00
<look_at>0. 0. 0.</look_at>
<camera_position>20. 20. 20.</camera_position>
<pixels>200 200</pixels>
<color id="1" rgb="0 0 255" xs="10"/>
<color id="2" rgb="0 255 0" xs="0.1"/>
<color id="3" rgb="255 0 0" xs="1.0"/>
<field_of_view>70</field_of_view>
</plot>
<plot id="2" type="wireframe_raytrace">
2021-12-14 15:37:40 -05:00
<look_at>0. 0. 0.</look_at>
2021-12-16 18:02:14 -05:00
<camera_position>10. 10. 0.</camera_position>
2021-12-14 15:37:40 -05:00
<width>25 25</width>
<pixels>200 200</pixels>
<mask components="1 3" background="255 255 255" />
<field_of_view>90</field_of_view>
2021-12-17 17:12:55 -05:00
<wireframe_thickness>4</wireframe_thickness>
2021-12-16 18:02:14 -05:00
<filename>example1</filename>
2021-12-14 15:37:40 -05:00
</plot>
<plot id="3" color_by="material" type="wireframe_raytrace">
2021-12-14 15:37:40 -05:00
<look_at>0. 0. 0.</look_at>
<camera_position>20. 20. 20.</camera_position>
<pixels>200 200</pixels>
<background>240 240 240</background>
2021-12-16 18:02:14 -05:00
<filename>example2.png</filename>
2022-01-09 17:56:23 -05:00
<wireframe_ids>2</wireframe_ids>
2021-12-16 18:02:14 -05:00
</plot>
<plot id="4" color_by="material" type="wireframe_raytrace">
2021-12-16 18:02:14 -05:00
<look_at>0. 0. 0.</look_at>
<camera_position>0. 10.0 20.</camera_position>
<pixels>200 200</pixels>
<background>110 240 240</background>
<filename>example3.png</filename>
</plot>
<plot id="5" type="wireframe_raytrace">
2021-12-16 18:02:14 -05:00
<look_at>0. 0. 0.</look_at>
<camera_position>10. 10. 10.</camera_position>
<width>25 25</width>
<pixels>200 200</pixels>
<orthographic_width>25.0</orthographic_width>
2021-12-17 17:12:55 -05:00
<wireframe_thickness>2</wireframe_thickness>
2021-12-16 18:02:14 -05:00
<filename>orthographic_example1</filename>
<color id="1" rgb="0 0 255" xs="10"/>
<color id="2" rgb="0 255 0" xs="0.1"/>
<color id="3" rgb="255 0 0" xs="1.0"/>
2021-12-14 15:37:40 -05:00
</plot>
<plot id="6" color_by="material" type="solid_raytrace">
<look_at>0. 0. 0.</look_at>
<camera_position>10. 10. 10.</camera_position>
<pixels>200 200</pixels>
<filename>phong.png</filename>
<opaque_ids>1 3</opaque_ids>
<color id="1" rgb="0 0 255"/>
<color id="2" rgb="0 255 0"/>
<color id="3" rgb="255 0 100"/>
</plot>
<plot id="7" color_by="material" type="solid_raytrace">
<look_at>0. 0. 0.</look_at>
<camera_position>10. 10. 10.</camera_position>
<diffuse_fraction>0.5</diffuse_fraction>
<pixels>200 200</pixels>
<filename>phong_diffuse.png</filename>
<opaque_ids>1 3</opaque_ids>
<color id="1" rgb="0 0 255"/>
<color id="2" rgb="0 255 0"/>
<color id="3" rgb="255 0 100"/>
</plot>
<plot id="8" color_by="material" type="solid_raytrace">
<look_at>0. 0. 0.</look_at>
<camera_position>10. 10. 10.</camera_position>
<light_position>0. 10. 10.</light_position>
<pixels>200 200</pixels>
<filename>phong_move_light.png</filename>
<opaque_ids>1 3</opaque_ids>
<color id="1" rgb="0 0 255"/>
<color id="2" rgb="0 255 0"/>
<color id="3" rgb="255 0 100"/>
</plot>
2021-12-14 15:37:40 -05:00
</plots>