Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CppRaytracer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoel
CppRaytracer
Commits
80d88b2d18bef2c496adea55680396ebda7869ce
Select Git revision
Branches
11
master
default
protected
chess
depthVariance
indoor
daysky
outdoor
master_counting
counting
multipleImportanceSampling
OptimizedMesh
OptimizedMesh1.5
11 results
CppRaytracer
Author
Search by author
Any Author
authors
Yoel
s73017
1 author
Jan 20, 2021
Added function contains for bb. Fixed partially contains.
· 80d88b2d
Yoel
authored
4 years ago
80d88b2d
Fixed partially contains function
· 6fe247f0
Yoel
authored
4 years ago
6fe247f0
Jan 17, 2021
New AABB-function tests implemented. Triangle tests implemented
· add2523e
Yoel
authored
4 years ago
add2523e
Implemented new functions, Contructor now orientates the bb. Intersect now...
· 16c6aa96
Yoel
authored
4 years ago
16c6aa96
New functions: center, partiallyContains, orientate and split
· cf2a8342
Yoel
authored
4 years ago
cf2a8342
Jan 16, 2021
See last commit
· da54f190
Yoel
authored
4 years ago
da54f190
Added support for TriangleMeshes. Beginning of splitting hierarchy
· 7911546e
Yoel
authored
4 years ago
7911546e
Nov 23, 2020
Fixed small error in sampling
· 98ad301e
Yoel
authored
4 years ago
98ad301e
WriteBmp now a static function of Image
· dd93d802
Yoel
authored
4 years ago
dd93d802
RectanglePlane implemented as Shape and as Light
· 1279311c
Yoel
authored
4 years ago
1279311c
Nov 22, 2020
Sphere now has a correct sample- and lightMulti function
· d4606b97
Yoel
authored
4 years ago
d4606b97
Some comments better formatted and more content
· 2eaef3e1
Yoel
authored
4 years ago
2eaef3e1
Refactored with the interfaces light and shape
· 77e0d387
Yoel
authored
4 years ago
77e0d387
Nov 20, 2020
Testing fixed with new CirclePLane atribute doublefaced
· 920e3bd8
Yoel
authored
4 years ago
920e3bd8
Light Multi is now correctly constant
· e5eacb97
Yoel
authored
4 years ago
e5eacb97
Scene now implemented a form of ImportanceSampling
· 61a9c9cd
Yoel
authored
4 years ago
61a9c9cd
CirclePlane now has the option to be twofaced
· 6a1098be
Yoel
authored
4 years ago
6a1098be
CirclePlane is now one sided and has correct emissionCalc and sample function
· e90c8f13
Yoel
authored
4 years ago
e90c8f13
Oct 30, 2020
New function to compute a reflected dir
· fca9c56c
Yoel
authored
4 years ago
fca9c56c
Added new scalar-product so it can be used s*v and v*s. Also slight extra...
· d4ff0c47
Yoel
authored
4 years ago
d4ff0c47
Oct 17, 2020
calculateLightEmission does not need to transform
· d945526f
Yoel
authored
4 years ago
d945526f
Defined calcLightMulti-func for SurfacePoint
· 7ae411b3
Yoel
authored
4 years ago
7ae411b3
CirclePlane now has unique orientation
· bd5f3ef2
Yoel
authored
4 years ago
bd5f3ef2
Implemented light functions
· 41a30a3b
Yoel
authored
4 years ago
41a30a3b
Changed scatter and implemented new calcLightMulti-func
· 4bae0e20
Yoel
authored
4 years ago
4bae0e20
Changed scatter and implemented new calcLightMulti-func
· 0c102ae9
Yoel
authored
4 years ago
0c102ae9
Changed scatter-func to depend on incoming dir and n, also added a calcLightMultiplier-func
· ea29da38
Yoel
authored
4 years ago
ea29da38
Changed scatter function to depend on incoming dir and n
· 70ddc5d5
Yoel
authored
4 years ago
70ddc5d5
Refactored for new epsilon
· 98299405
Yoel
authored
4 years ago
98299405
Added a new constant epsilon
· 878c27d2
Yoel
authored
4 years ago
878c27d2
Added ostream-operator to Hit class
· 5f8a2780
Yoel
authored
4 years ago
5f8a2780
Oct 16, 2020
Use the right distribution for a rand_vec3
· 43a7e942
Yoel
authored
4 years ago
43a7e942
Small refactor for use of ShapeSingleGroup
· 1a04caf6
Yoel
authored
4 years ago
1a04caf6
Deleted LightShape interface and split up SIngleGroup to one for Light and one for Shape
· 45929aae
Yoel
authored
4 years ago
45929aae
Light now has a function that determines the amount of light emitted by the Light in direction d
· 5b5ee8bc
Yoel
authored
4 years ago
5b5ee8bc
Added new function to gammaCorrect the whole image vector
· f5fcf0b0
Yoel
authored
4 years ago
f5fcf0b0
Oct 10, 2020
Refactor to use Random class
· 562839f7
Yoel
authored
4 years ago
562839f7
Sampler now uses the Random module
· 1047847a
Yoel
authored
4 years ago
1047847a
Added a critical difference to -1,1 and 0,1 dis
· 8d87d7e3
Yoel
authored
4 years ago
8d87d7e3
Oct 08, 2020
Experimental implementation of the sampleLight-function
· d5ab6b56
Yoel
authored
4 years ago
d5ab6b56
Loading