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
5594bbb32f9fa3adb946e4e4e9ee873524decb3b
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
Sep 10, 2020
Deleted unnecessary tests
· 5594bbb3
Yoel
authored
4 years ago
5594bbb3
Made all references const and added a new *-operator for transforming AABBs with matrices
· cd8430f6
Yoel
authored
4 years ago
cd8430f6
Streamlined optional returns
· 7b78ff1f
Yoel
authored
4 years ago
7b78ff1f
Changed double to floats in intersect
· c35d9a56
Yoel
authored
4 years ago
c35d9a56
Made the material of the hit visible again
· d7f4533e
Yoel
authored
4 years ago
d7f4533e
Revert "Changed one private member to public"
· ba59482e
Yoel
authored
4 years ago
ba59482e
Test Commit
· db64192a
Yoel
authored
4 years ago
db64192a
Changed one private member to public
· c132da59
Yoel
authored
4 years ago
c132da59
Changed const members to private and declared and defined getter
· 779ef151
Yoel
authored
4 years ago
779ef151
Sep 07, 2020
Pointless pointers deleted and added a special Background-member
· 1218ed36
Yoel
authored
4 years ago
1218ed36
Groups can now only add other Groups. Added friend function that builds Groups...
· 796b57fc
Yoel
authored
4 years ago
796b57fc
Sep 06, 2020
Fixed the bounds-function to return the member, added check for BoundingVolume in intersect
· 8678445a
Yoel
authored
4 years ago
8678445a
Whenever a new shape is added to a group, recalculate its BoundingVolume
· 266bcb05
Yoel
authored
4 years ago
266bcb05
Implemented BoundingVolumes Group.
· 9d277fd7
Yoel
authored
4 years ago
9d277fd7
Changed members of AABB to non-const to enable moves and assignments on the AABB-object
· e4365e8c
Yoel
authored
4 years ago
e4365e8c
Made the threading-function private
· a2f1efa5
Yoel
authored
4 years ago
a2f1efa5
Minor test-function changes and added sphere tests
· 6e4fa1dc
Yoel
authored
4 years ago
6e4fa1dc
Implemented AABB for Spheres
· 1b3bd80e
Yoel
authored
4 years ago
1b3bd80e
Sep 04, 2020
Minor test-function changes and intro of shape-test. CircPlane tests done
· 2c3c4650
Yoel
authored
4 years ago
2c3c4650
Defined AABB for circle-planes, shape-interface-method bounds now implemented for circle-plane
· 070bcbca
Yoel
authored
4 years ago
070bcbca
Added tests for 2-dimensional-AABBs
· dd14ae1d
Yoel
authored
4 years ago
dd14ae1d
Infinite AABB for Backgrounds
· 96b1e296
Yoel
authored
4 years ago
96b1e296
Added virtual function bounds to give AABBs to shapes
· f0bff290
Yoel
authored
4 years ago
f0bff290
Testing for infinte AABBs added
· 3a734289
Yoel
authored
4 years ago
3a734289
Fixed no arg constructor to box of infinite size
· 8d7e105c
Yoel
authored
4 years ago
8d7e105c
Put the definitions for the Background-methods in the right namespace
· 56dcba7f
Yoel
authored
4 years ago
56dcba7f
Inclusion hierarchy fixed
· ac4abf5c
Yoel
authored
4 years ago
ac4abf5c
Sep 03, 2020
Test function for AxisAlignedBoundingBox implemented and tested
· 33d31eaa
Yoel
authored
4 years ago
33d31eaa
Complete implementation of BoundingVolumes
· 6745d5ea
Yoel
authored
4 years ago
6745d5ea
Added a constructor for 1-float Vec3
· 7565f2c8
Yoel
authored
4 years ago
7565f2c8
Sep 02, 2020
Added const and override to all material-interface functions, sampler-function...
· 1ca7221e
Yoel
authored
4 years ago
1ca7221e
Switched out public and private properties for consistency
· 87f42d1f
Yoel
authored
4 years ago
87f42d1f
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
Fixed threading function args, i is not needed
· 281eea2e
Yoel
authored
4 years ago
281eea2e
Sep 01, 2020
Added a threadpool class to the util namespace
· f2b403a8
Yoel
authored
4 years ago
f2b403a8
Reformatted every file
· bc30bcbd
Yoel
authored
4 years ago
bc30bcbd
Aug 30, 2020
Sphere added to the scene
· e4bb0d50
Yoel
authored
4 years ago
e4bb0d50
Sphere implementation added
· e82e6768
Yoel
authored
4 years ago
e82e6768
Corrected attribute names and added getter for Vec3
· 6b1dc295
Yoel
authored
4 years ago
6b1dc295
Loading