Disabled external gits
This commit is contained in:
33
cs440-acg/scenes/pa3/ajax-ao.xml
Normal file
33
cs440-acg/scenes/pa3/ajax-ao.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<scene>
|
||||
<!-- Independent sample generator, 32 samples per pixel -->
|
||||
<sampler type="independent">
|
||||
<integer name="sampleCount" value="512"/>
|
||||
</sampler>
|
||||
|
||||
<!-- Use the ambient occlusion integrator -->
|
||||
<integrator type="ao"/>
|
||||
|
||||
<!-- Load the Ajax bust (a freely available scan from the Jotero forum) -->
|
||||
<mesh type="obj">
|
||||
<string name="filename" value="ajax.obj"/>
|
||||
|
||||
<bsdf type="diffuse"/>
|
||||
</mesh>
|
||||
|
||||
<!-- Render the scene viewed by a perspective camera -->
|
||||
<camera type="perspective">
|
||||
<!-- 3D origin, target point, and 'up' vector -->
|
||||
<transform name="toWorld">
|
||||
<lookat target="-64.8161, 47.2211, 23.8576"
|
||||
origin="-65.6055, 47.5762, 24.3583"
|
||||
up="0.299858, 0.934836, -0.190177"/>
|
||||
</transform>
|
||||
|
||||
<!-- Field of view: 30 degrees -->
|
||||
<float name="fov" value="30"/>
|
||||
|
||||
<!-- 768 x 768 pixels -->
|
||||
<integer name="width" value="768"/>
|
||||
<integer name="height" value="768"/>
|
||||
</camera>
|
||||
</scene>
|
36
cs440-acg/scenes/pa3/ajax-simple.xml
Normal file
36
cs440-acg/scenes/pa3/ajax-simple.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<scene>
|
||||
<!-- Independent sample generator, 32 samples per pixel -->
|
||||
<sampler type="independent">
|
||||
<integer name="sampleCount" value="32"/>
|
||||
</sampler>
|
||||
|
||||
<!-- Use the simple point light integrator -->
|
||||
<integrator type="simple">
|
||||
<point name="position" value="-20, 40, 20"/>
|
||||
<color name="energy" value="3.76e4, 3.76e4, 3.76e4"/>
|
||||
</integrator>
|
||||
|
||||
<!-- Load the Ajax bust (a freely available scan from the Jotero forum) -->
|
||||
<mesh type="obj">
|
||||
<string name="filename" value="ajax.obj"/>
|
||||
|
||||
<bsdf type="diffuse"/>
|
||||
</mesh>
|
||||
|
||||
<!-- Render the scene viewed by a perspective camera -->
|
||||
<camera type="perspective">
|
||||
<!-- 3D origin, target point, and 'up' vector -->
|
||||
<transform name="toWorld">
|
||||
<lookat target="-64.8161, 47.2211, 23.8576"
|
||||
origin="-65.6055, 47.5762, 24.3583"
|
||||
up="0.299858, 0.934836, -0.190177"/>
|
||||
</transform>
|
||||
|
||||
<!-- Field of view: 30 degrees -->
|
||||
<float name="fov" value="30"/>
|
||||
|
||||
<!-- 768 x 768 pixels -->
|
||||
<integer name="width" value="768"/>
|
||||
<integer name="height" value="768"/>
|
||||
</camera>
|
||||
</scene>
|
1
cs440-acg/scenes/pa3/ajax.obj
Symbolic link
1
cs440-acg/scenes/pa3/ajax.obj
Symbolic link
@ -0,0 +1 @@
|
||||
../pa2/ajax.obj
|
Reference in New Issue
Block a user