Disabled external gits
This commit is contained in:
33
cs440-acg/scenes/pa2/ajax-normals.xml
Normal file
33
cs440-acg/scenes/pa2/ajax-normals.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<scene>
|
||||
<!-- Independent sample generator, 32 samples per pixel -->
|
||||
<sampler type="independent">
|
||||
<integer name="sampleCount" value="32"/>
|
||||
</sampler>
|
||||
|
||||
<!-- Render the visible surface normals -->
|
||||
<integrator type="normals"/>
|
||||
|
||||
<!-- 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>
|
Reference in New Issue
Block a user