Disabled external gits
This commit is contained in:
46
cs440-acg/scenes/pa5/ajax/ajax-rough.xml
Normal file
46
cs440-acg/scenes/pa5/ajax/ajax-rough.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<scene>
|
||||
<!-- Independent sample generator, 64 samples per pixel -->
|
||||
<sampler type="independent">
|
||||
<integer name="sampleCount" value="64"/>
|
||||
</sampler>
|
||||
|
||||
<!-- Use the simple point light integrator -->
|
||||
<integrator type="whitted"/>
|
||||
|
||||
<!-- Load the Ajax bust (a freely available scan from the Jotero forum) -->
|
||||
<mesh type="obj">
|
||||
<string name="filename" value="ajax.obj"/>
|
||||
|
||||
<bsdf type="microfacet">
|
||||
<float name="intIOR" value="1.7"/>
|
||||
<color name="kd" value="0.2 0.2 0.4"/>
|
||||
<float name="alpha" value="0.28"/>
|
||||
</bsdf>
|
||||
</mesh>
|
||||
|
||||
<!-- Area light source -->
|
||||
<mesh type="obj">
|
||||
<string name="filename" value="light.obj"/>
|
||||
|
||||
<emitter type="area">
|
||||
<color name="radiance" value="20 20 20"/>
|
||||
</emitter>
|
||||
</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>
|
46
cs440-acg/scenes/pa5/ajax/ajax-smooth.xml
Normal file
46
cs440-acg/scenes/pa5/ajax/ajax-smooth.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<scene>
|
||||
<!-- Independent sample generator, 64 samples per pixel -->
|
||||
<sampler type="independent">
|
||||
<integer name="sampleCount" value="64"/>
|
||||
</sampler>
|
||||
|
||||
<!-- Use the simple point light integrator -->
|
||||
<integrator type="whitted"/>
|
||||
|
||||
<!-- Load the Ajax bust (a freely available scan from the Jotero forum) -->
|
||||
<mesh type="obj">
|
||||
<string name="filename" value="ajax.obj"/>
|
||||
|
||||
<bsdf type="microfacet">
|
||||
<float name="intIOR" value="1.7"/>
|
||||
<color name="kd" value="0.2 0.2 0.4"/>
|
||||
<float name="alpha" value="0.08"/>
|
||||
</bsdf>
|
||||
</mesh>
|
||||
|
||||
<!-- Area light source -->
|
||||
<mesh type="obj">
|
||||
<string name="filename" value="light.obj"/>
|
||||
|
||||
<emitter type="area">
|
||||
<color name="radiance" value="20 20 20"/>
|
||||
</emitter>
|
||||
</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/pa5/ajax/ajax.obj
Symbolic link
1
cs440-acg/scenes/pa5/ajax/ajax.obj
Symbolic link
@@ -0,0 +1 @@
|
||||
../../ajax.obj
|
10
cs440-acg/scenes/pa5/ajax/light.obj
Normal file
10
cs440-acg/scenes/pa5/ajax/light.obj
Normal file
@@ -0,0 +1,10 @@
|
||||
o Mesh
|
||||
v -50.357 33.7 33.6193
|
||||
v -69.643 33.7 6.3807
|
||||
v -69.643 6.3 6.3807
|
||||
v -50.357 6.3 33.6193
|
||||
vn 0.816138 0 -0.577857
|
||||
mtllib Untitled.mtl
|
||||
usemtl Default
|
||||
g Default
|
||||
f 2//1 1//1 4//1 3//1
|
Reference in New Issue
Block a user