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
f8bacb2dcecbee2c05b4b6b4ad72f43afb793935
Select Git revision
Branches
11
master
default
protected
chess
depthVariance
indoor
daysky
outdoor
master_counting
counting
multipleImportanceSampling
OptimizedMesh
OptimizedMesh1.5
11 results
CppRaytracer
RayTracer
Author
Search by author
Any Author
authors
Yoel
s73017
1 author
Feb 14, 2021
New Shape-method which takes position and calcs the uvs depending on the shape
· f8bacb2d
Yoel
authored
4 years ago
f8bacb2d
Change in Interface necessitates change of deriven classes
· e804ccba
Yoel
authored
4 years ago
e804ccba
Refactor albedo and emision methods, texels are float-pairs
· b4ded92d
Yoel
authored
4 years ago
b4ded92d
Added Texels to Hit
· 9fdb6c9d
Yoel
authored
4 years ago
9fdb6c9d
Added texels to SurfacePoints
· 2e0197bf
Yoel
authored
4 years ago
2e0197bf
Feb 12, 2021
Fixed some texel bug
· 13829265
Yoel
authored
4 years ago
13829265
New readImage-method
· 61136405
Yoel
authored
4 years ago
61136405
ADded stb library to the toolset
· 8e693c75
Yoel
authored
4 years ago
8e693c75
Jan 23, 2021
Clear triangle vector
· 01d4bb27
Yoel
authored
4 years ago
01d4bb27
Better output
· a9ccb0c4
Yoel
authored
4 years ago
a9ccb0c4
Added siye method for AABB
· 98ac3237
Yoel
authored
4 years ago
98ac3237
Added AABB-condition
· 37c23573
Yoel
authored
4 years ago
37c23573
Remove assertion
· 1681d783
Yoel
authored
4 years ago
1681d783
Jan 22, 2021
Main Change
· 0cc15b0d
Yoel
authored
4 years ago
0cc15b0d
Optimized 2.0
· e8fab659
Yoel
authored
4 years ago
e8fab659
Disable importance sampling
· b44480af
Yoel
authored
4 years ago
b44480af
Main changes
· 3e1db41a
Yoel
authored
4 years ago
3e1db41a
first commit
· 1f86f54a
Yoel
authored
4 years ago
1f86f54a
Main changes
· a0287c6c
Yoel
authored
4 years ago
a0287c6c
Added hierarch stuff
· 57e85122
Yoel
authored
4 years ago
57e85122
Added shadowHit check. Also square nn
· e457f128
Yoel
authored
4 years ago
e457f128
Little beautify
· 494c0fd8
Yoel
authored
4 years ago
494c0fd8
contains and partially contains AABB tests
· c05e329e
Yoel
authored
4 years ago
c05e329e
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
Added base for reflective material. Currently same as diffuse
· eab7b922
Yoel
authored
4 years ago
eab7b922
Jan 20, 2021
More contain fixes
· 980a2c09
Yoel
authored
4 years ago
980a2c09
Added function contains for bb. Fixed partially contains.
· 80d88b2d
Yoel
authored
4 years ago
80d88b2d
Fixed partially contains function
· 6fe247f0
Yoel
authored
4 years ago
6fe247f0
Jan 17, 2021
New AABB-function tests implemented. Triangle tests implemented
· add2523e
Yoel
authored
4 years ago
add2523e
Implemented new functions, Contructor now orientates the bb. Intersect now...
· 16c6aa96
Yoel
authored
4 years ago
16c6aa96
New functions: center, partiallyContains, orientate and split
· cf2a8342
Yoel
authored
4 years ago
cf2a8342
Jan 16, 2021
See last commit
· da54f190
Yoel
authored
4 years ago
da54f190
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
WriteBmp now a static function of Image
· dd93d802
Yoel
authored
4 years ago
dd93d802
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
Loading