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
1a04caf6c6829c9672c74b0dbc97d01205ba3b2c
Select Git revision
Branches
11
master
default
protected
chess
depthVariance
indoor
daysky
outdoor
master_counting
counting
multipleImportanceSampling
OptimizedMesh
OptimizedMesh1.5
11 results
CppRaytracer
RayTracer
sampling
Author
Search by author
Any Author
authors
Yoel
s73017
1 author
Oct 16, 2020
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
Oct 07, 2020
Changed from double to float in 4 instances
· b3f26a44
Yoel
authored
4 years ago
b3f26a44
Changes from doubles to floats in 4 instances
· cfe6aad1
Yoel
authored
4 years ago
cfe6aad1
Oct 06, 2020
Slight changes how the scene handles background hits
· b231e89d
Yoel
authored
4 years ago
b231e89d
Sep 10, 2020
Test Commit
· db64192a
Yoel
authored
4 years ago
db64192a
Sep 07, 2020
Pointless pointers deleted and added a special Background-member
· 1218ed36
Yoel
authored
4 years ago
1218ed36
Sep 04, 2020
Inclusion hierarchy fixed
· ac4abf5c
Yoel
authored
4 years ago
ac4abf5c
Sep 02, 2020
Added const and override to all material-interface functions, sampler-function...
· 1ca7221e
Yoel
authored
4 years ago
1ca7221e
Implemented multithreading in setPixels- and raytracing-method
· 696cd7bd
Yoel
authored
4 years ago
696cd7bd
Added a setPixel function and replaced expression in setPixels with the new function
· 0f05d361
Yoel
authored
4 years ago
0f05d361
Sep 01, 2020
Reformatted every file
· bc30bcbd
Yoel
authored
4 years ago
bc30bcbd
Aug 30, 2020
Corrected attribute names and added getter for Vec3
· 6b1dc295
Yoel
authored
4 years ago
6b1dc295
Aug 29, 2020
Full port to vs code and first sucessfull launch
· 032575a4
Yoel
authored
4 years ago
032575a4
Aug 27, 2020
Converted from vs-project to easy digestable vscode-folder
· 832fc1b5
Yoel
authored
4 years ago
832fc1b5
Loading