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
5306d480fedffb510484ac0a52a8242740910915
Select Git revision
Branches
11
master
default
protected
chess
depthVariance
indoor
daysky
outdoor
master_counting
counting
multipleImportanceSampling
OptimizedMesh
OptimizedMesh1.5
11 results
CppRaytracer
RayTracer
shape
Author
Search by author
Any Author
authors
Yoel
s73017
1 author
Feb 14, 2021
Fixed warnings by using proper types for arguments
· 5306d480
Yoel
authored
4 years ago
5306d480
Group refactor: Texels working
· 8ef6d036
Yoel
authored
4 years ago
8ef6d036
ShapeSingleGroup refactor: Everything works
· cbe1993b
Yoel
authored
4 years ago
cbe1993b
Sphere refactor: Texels working correctly
· 6e7017d9
Yoel
authored
4 years ago
6e7017d9
Added todos
· 56276277
Yoel
authored
4 years ago
56276277
Triangle and Mesh refactor: Currently no impl for texture coords
· 285275ec
Yoel
authored
4 years ago
285275ec
RectanglePlane refactor: New method used as intended
· fe5d63f6
Yoel
authored
4 years ago
fe5d63f6
CirclePlane refactor: New method used in intersect
· 5e3fd8e2
Yoel
authored
4 years ago
5e3fd8e2
Background refactor: Does not yet need new method
· fbbdc537
Yoel
authored
4 years ago
fbbdc537
New Shape-method which takes position and calcs the uvs depending on the shape
· f8bacb2d
Yoel
authored
4 years ago
f8bacb2d
Jan 23, 2021
Clear triangle vector
· 01d4bb27
Yoel
authored
4 years ago
01d4bb27
Added AABB-condition
· 37c23573
Yoel
authored
4 years ago
37c23573
Remove assertion
· 1681d783
Yoel
authored
4 years ago
1681d783
Jan 22, 2021
Optimized 2.0
· e8fab659
Yoel
authored
4 years ago
e8fab659
first commit
· 1f86f54a
Yoel
authored
4 years ago
1f86f54a
Added hierarch stuff
· 57e85122
Yoel
authored
4 years ago
57e85122
Bounds now calculated in constructor
· d62ce49b
Yoel
authored
4 years ago
d62ce49b
group now has bool for auto rebuild. added setBounds method
· e5d4d5c3
Yoel
authored
4 years ago
e5d4d5c3
Jan 16, 2021
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
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
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 17, 2020
calculateLightEmission does not need to transform
· d945526f
Yoel
authored
4 years ago
d945526f
CirclePlane now has unique orientation
· bd5f3ef2
Yoel
authored
4 years ago
bd5f3ef2
Implemented light functions
· 41a30a3b
Yoel
authored
4 years ago
41a30a3b
Oct 16, 2020
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
Oct 08, 2020
Experimental implementation of the sampleLight-function
· d5ab6b56
Yoel
authored
4 years ago
d5ab6b56
Sphere is now a LightShape and defines all functions of it
· fc22643c
Yoel
authored
4 years ago
fc22643c
sampleLight now correctly returns a SurfacePoint in the interface
· 723d1844
Yoel
authored
4 years ago
723d1844
SingleGroup now gets a LightShape instead of jsut a shape. It effectively...
· 23d01fd2
Yoel
authored
4 years ago
23d01fd2
Created a new interface, this inherites both shape and light and is therefore a combination of both
· d48df1ae
Yoel
authored
4 years ago
d48df1ae
ShapeGroups are now a seperate class: SingleGroup, which can only contain a single Shape
· 7d951204
Yoel
authored
4 years ago
7d951204
Deleted the Group-method to create a shapeGroup
· b895a6f0
Yoel
authored
4 years ago
b895a6f0
Oct 07, 2020
Refactor because of Hit-class refactoring earlier
· 3e80cda5
Yoel
authored
4 years ago
3e80cda5
Loading