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
d48df1aea559ad910af2729a49fc6374a375f4eb
Select Git revision
0 results
CppRaytracer
RayTracer
shape
Author
Search by author
Any Author
authors
0 authors
Oct 08, 2020
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
Oct 06, 2020
Sphere is now a light which its defined functions
· 70efd9cb
Yoel
authored
4 years ago
70efd9cb
Light interface correction
· 5e373e8e
Yoel
authored
4 years ago
5e373e8e
Added new interface for lights
· 34f7b4b6
Yoel
authored
4 years ago
34f7b4b6
Sep 10, 2020
Added the groups transform to the rebuidBoundingVolume-method
· 69a21f0d
Yoel
authored
4 years ago
69a21f0d
Streamlined optional returns
· 7b78ff1f
Yoel
authored
4 years ago
7b78ff1f
Changed double to floats in intersect
· c35d9a56
Yoel
authored
4 years ago
c35d9a56
Test Commit
· db64192a
Yoel
authored
4 years ago
db64192a
Sep 07, 2020
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
Implemented AABB for Spheres
· 1b3bd80e
Yoel
authored
4 years ago
1b3bd80e
Sep 04, 2020
Defined AABB for circle-planes, shape-interface-method bounds now implemented for circle-plane
· 070bcbca
Yoel
authored
4 years ago
070bcbca
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
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 02, 2020
Added const and override to all material-interface functions, sampler-function...
· 1ca7221e
Yoel
authored
4 years ago
1ca7221e
Sep 01, 2020
Reformatted every file
· bc30bcbd
Yoel
authored
4 years ago
bc30bcbd
Aug 30, 2020
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
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