small speed improvement in rendering
[pyRayTrace.git] / pyRayTrace.e4p
blobffd0866c84da894e323bf09ce807e92c37054db5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd">
3 <!-- eric4 project file for project pyRayTrace -->
4 <!-- Saved: 2010-01-05, 00:36:06 -->
5 <!-- Copyright (C) 2010 Tuukka Turto, tuukka.turto@oktaeder.net -->
6 <Project version="4.6">
7 <Language>en</Language>
8 <ProgLanguage mixed="0">Python</ProgLanguage>
9 <ProjectType>Console</ProjectType>
10 <Description></Description>
11 <Version>0.1</Version>
12 <Author>Tuukka Turto</Author>
13 <Email>tuukka.turto@oktaeder.net</Email>
14 <Sources>
15 <Source>src/camera.py</Source>
16 <Source>test/test_camera.py</Source>
17 <Source>src/sphere.py</Source>
18 <Source>test/test_sphere.py</Source>
19 <Source>test/test_vector.py</Source>
20 <Source>src/vector.py</Source>
21 <Source>acceptance/test_ambient.py</Source>
22 <Source>acceptance/test_diffuse.py</Source>
23 <Source>src/scene.py</Source>
24 <Source>src/light.py</Source>
25 <Source>test/test_plane.py</Source>
26 <Source>src/plane.py</Source>
27 <Source>acceptance/test_objects.py</Source>
28 <Source>test/test_scene.py</Source>
29 <Source>test/test_triangle.py</Source>
30 <Source>src/triangle.py</Source>
31 </Sources>
32 <Forms>
33 </Forms>
34 <Translations>
35 </Translations>
36 <Resources>
37 </Resources>
38 <Interfaces>
39 </Interfaces>
40 <Others>
41 </Others>
42 <Vcs>
43 <VcsType>None</VcsType>
44 </Vcs>
45 <FiletypeAssociations>
46 <FiletypeAssociation pattern="*.pyw" type="SOURCES" />
47 <FiletypeAssociation pattern="*.idl" type="INTERFACES" />
48 <FiletypeAssociation pattern="*.py" type="SOURCES" />
49 <FiletypeAssociation pattern="*.ptl" type="SOURCES" />
50 </FiletypeAssociations>
51 </Project>