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
b3f26a44e60437dae1dca2d62e97a6cd7888b94a
Select Git revision
0 results
CppRaytracer
RayTracer
Author
Search by author
Any Author
authors
0 authors
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
Refactored the hit class to be a surfacepoint
· f0f24511
Yoel
authored
4 years ago
f0f24511
New class SurfacePoint
· 07504f40
Yoel
authored
4 years ago
07504f40
Oct 06, 2020
Sphere is now a light which its defined functions
· 70efd9cb
Yoel
authored
4 years ago
70efd9cb
DiffuseMaterial refactored as it needs the Random-functions
· 921f274f
Yoel
authored
4 years ago
921f274f
New files Random, which include the rand-stuff prev. in material
· ab2182d5
Yoel
authored
4 years ago
ab2182d5
Material is now purely an interface
· 97cd5a63
Yoel
authored
4 years ago
97cd5a63
Light interface correction
· 5e373e8e
Yoel
authored
4 years ago
5e373e8e
Added new interface for lights
· 34f7b4b6
Yoel
authored
4 years ago
34f7b4b6
Slight changes how the scene handles background hits
· b231e89d
Yoel
authored
4 years ago
b231e89d
Sep 26, 2020
Added ostream operator for AABBs
· cd5f5ce4
Yoel
authored
4 years ago
cd5f5ce4
Sep 11, 2020
Changed some parameters to const-refs
· c0aefa7e
Yoel
authored
4 years ago
c0aefa7e
Sep 10, 2020
Added the groups transform to the rebuidBoundingVolume-method
· 69a21f0d
Yoel
authored
4 years ago
69a21f0d
Implemented the *-operator for transforming a AABB with matrices
· 9bd479f1
Yoel
authored
4 years ago
9bd479f1
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
Loading