Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dev_log
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Koltes
dev_log
Commits
88a0d2da
Commit
88a0d2da
authored
9 years ago
by
Benjamin Koltes
Browse files
Options
Downloads
Patches
Plain Diff
corrections
parent
66bc98e7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
scenes/one_sphere.py
+0
-1
0 additions, 1 deletion
scenes/one_sphere.py
scenes/reflection.py
+0
-1
0 additions, 1 deletion
scenes/reflection.py
scenes/shadow.py
+0
-1
0 additions, 1 deletion
scenes/shadow.py
script_shadow.py
+0
-1
0 additions, 1 deletion
script_shadow.py
with
0 additions
and
4 deletions
scenes/one_sphere.py
+
0
−
1
View file @
88a0d2da
...
@@ -7,7 +7,6 @@ from light import Spotlight
...
@@ -7,7 +7,6 @@ from light import Spotlight
from
camera
import
Camera
from
camera
import
Camera
from
raytracer
import
raytracer_render
from
raytracer
import
raytracer_render
from
matplotlib.image
import
imsave
from
matplotlib.image
import
imsave
import
sys
camera
=
Camera
(
200
,
200
,
1
)
camera
=
Camera
(
200
,
200
,
1
)
materiau_sphere
=
Material
(
Vector
((
0
,
0
,
1
)),
.
5
,
.
5
,
.
5
,
10
,
0
)
materiau_sphere
=
Material
(
Vector
((
0
,
0
,
1
)),
.
5
,
.
5
,
.
5
,
10
,
0
)
...
...
This diff is collapsed.
Click to expand it.
scenes/reflection.py
+
0
−
1
View file @
88a0d2da
...
@@ -7,7 +7,6 @@ from light import Spotlight
...
@@ -7,7 +7,6 @@ from light import Spotlight
from
camera
import
Camera
from
camera
import
Camera
from
raytracer
import
raytracer_render
from
raytracer
import
raytracer_render
from
matplotlib.image
import
imsave
from
matplotlib.image
import
imsave
import
sys
camera
=
Camera
(
200
,
200
,
1
)
camera
=
Camera
(
200
,
200
,
1
)
materiau_sphere_bleue
=
Material
(
Vector
((
0
,
0
,
1
)),
.
5
,
.
3
,
.
3
,
100
,
.
5
)
materiau_sphere_bleue
=
Material
(
Vector
((
0
,
0
,
1
)),
.
5
,
.
3
,
.
3
,
100
,
.
5
)
...
...
This diff is collapsed.
Click to expand it.
scenes/shadow.py
+
0
−
1
View file @
88a0d2da
...
@@ -7,7 +7,6 @@ from light import Spotlight
...
@@ -7,7 +7,6 @@ from light import Spotlight
from
camera
import
Camera
from
camera
import
Camera
from
raytracer
import
raytracer_render
from
raytracer
import
raytracer_render
from
matplotlib.image
import
imsave
from
matplotlib.image
import
imsave
import
sys
camera
=
Camera
(
200
,
200
,
1
)
camera
=
Camera
(
200
,
200
,
1
)
materiau_sphere_bleue
=
Material
(
Vector
((
0
,
0
,
1
)),
.
5
,
.
4
,
.
6
,
50
,
1
)
materiau_sphere_bleue
=
Material
(
Vector
((
0
,
0
,
1
)),
.
5
,
.
4
,
.
6
,
50
,
1
)
...
...
This diff is collapsed.
Click to expand it.
script_shadow.py
+
0
−
1
View file @
88a0d2da
...
@@ -3,7 +3,6 @@ from light import Spotlight
...
@@ -3,7 +3,6 @@ from light import Spotlight
from
camera
import
Camera
from
camera
import
Camera
from
raytracer
import
raytracer_render
from
raytracer
import
raytracer_render
from
matplotlib.image
import
imsave
from
matplotlib.image
import
imsave
import
sys
from
math
import
cos
,
sin
,
pi
from
math
import
cos
,
sin
,
pi
camera
=
Camera
(
400
,
400
,
1
)
camera
=
Camera
(
400
,
400
,
1
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment