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
84d242a781b4581fc505d4694befd058378e5dd7
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
Jan 12, 2022
PointLight cleanup
· 84d242a7
Yoel
authored
3 years ago
84d242a7
RectanglePlane cleanup
· 161e6f91
Yoel
authored
3 years ago
161e6f91
Sphere cleanup
· cc46cb23
Yoel
authored
3 years ago
cc46cb23
Triangle cleanup
· 1cb16013
Yoel
authored
3 years ago
1cb16013
TriangleMesh cleanup
· 40c64d8b
Yoel
authored
3 years ago
40c64d8b
LightSingleGroup cleanup
· c89708d5
Yoel
authored
3 years ago
c89708d5
ReflectiveMateiral renamed for faster compiling
· 89c69241
Yoel
authored
3 years ago
89c69241
DiffuseMaterial, refactor and new contructor
· bf770bc9
Yoel
authored
3 years ago
bf770bc9
BackgroundMaterial, comments and refactor
· 5f485e7f
Yoel
authored
3 years ago
5f485e7f
Material no longer has scatter, scattered_d handles old scatter bool
· 42481ead
Yoel
authored
3 years ago
42481ead
Image cleanup, no more public constructor, readImage is friend, raytrace is friend and takes scene
· 8dea5c44
Yoel
authored
3 years ago
8dea5c44
EmissionProfile, cleanup
· 1f6f9ab7
Yoel
authored
3 years ago
1f6f9ab7
Surfacepoint, no more scatter, scattered_ray can return null_opt, scatter now in scattered_ray
· 72cad9ff
Yoel
authored
3 years ago
72cad9ff
Threadpool cleanup
· 1721007e
Yoel
authored
3 years ago
1721007e
Mat4 cleanup and optimization, dont use []-operators in own functions
· a5b4bed4
Yoel
authored
3 years ago
a5b4bed4
StratifiedSampler cleanup
· 957474f4
Yoel
authored
3 years ago
957474f4
Ray added << to header, cleanup
· 959ebd5a
Yoel
authored
3 years ago
959ebd5a
Hit cleanup
· a6c15fbd
Yoel
authored
3 years ago
a6c15fbd
CamObs cleanup
· 69706300
Yoel
authored
3 years ago
69706300
Renamed GridSampler to speed up compilation
· c22db6d9
Yoel
authored
3 years ago
c22db6d9
Sep 17, 2021
Temporary Main changes
· b80e4d9d
Yoel
authored
3 years ago
b80e4d9d
May 14, 2021
Refactor of shapes with light_pdf, light_emission
· b4411a7d
Yoel
authored
3 years ago
b4411a7d
Background is now skysphere, sinus correction of distribution in cornstructor implemented
· bf501248
Yoel
authored
3 years ago
bf501248
Refactor materials, reflective material still not done
· 70b9cd3f
Yoel
authored
3 years ago
70b9cd3f
Materials now have a function: brdf_pdf
· 46637d06
Yoel
authored
3 years ago
46637d06
Added functions for potential MIS, new function to outsource, directLightning
· 9fda80ee
Yoel
authored
3 years ago
9fda80ee
Image can be purposely halfed, for hemispheres
· 0d2aef63
Yoel
authored
3 years ago
0d2aef63
Refactor point light with emission and pdf
· 626a4a69
Yoel
authored
3 years ago
626a4a69
As we dont implement MIS we do not need an intersection for lights
· f271d5cc
Yoel
authored
3 years ago
f271d5cc
Mar 30, 2021
LSG Refactor
· fbb484ad
Yoel
authored
3 years ago
fbb484ad
calculateLightEmission split into lightEmission, lightPdf
· 0bd92a61
Yoel
authored
3 years ago
0bd92a61
Mar 29, 2021
Reflective Refactor
· 501f94f0
Yoel
authored
3 years ago
501f94f0
Diffuse Refactor
· 90d47f0b
Yoel
authored
3 years ago
90d47f0b
BackgroundMaterial Refactor
· 8e01b223
Yoel
authored
3 years ago
8e01b223
New functions sampleEmissionProfile called and emission_pdf
· 78f8e56a
Yoel
authored
3 years ago
78f8e56a
EmissionProfile implemented
· 15feef3a
Yoel
authored
3 years ago
15feef3a
Mar 25, 2021
Fixed self hits
· a3d91781
Yoel
authored
3 years ago
a3d91781
Mar 17, 2021
Make Background inherit from Sphere
· f64f15c0
Yoel
authored
4 years ago
f64f15c0
Mar 16, 2021
sL-method now takes a hit
· 1fe1fcb5
Yoel
authored
4 years ago
1fe1fcb5
Point Light implemented
· 95f76249
Yoel
authored
4 years ago
95f76249
Loading