Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the controlability of the CAP traces #108

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f46fbf2
Improve the controlability of the CAP traces
dvdvideo1234 Oct 10, 2021
05a6407
Added: Use correct default type/values when not provided
dvdvideo1234 Oct 11, 2021
2ae0eea
Optimized: Traces minimal distance now uses integer for-loop
dvdvideo1234 Oct 13, 2021
df5a0f7
Added: Support for non-zero width traces
dvdvideo1234 Oct 22, 2021
ad4e811
Fixed: Use the proper key when doing a trace
dvdvideo1234 Oct 22, 2021
4a6881f
Fixed: Move trace code outside of data
dvdvideo1234 Nov 4, 2021
18e7a80
Fixed: Attempt to index a nil value `self.Trace`
dvdvideo1234 Nov 5, 2021
863a709
Fixed: Some comments being too long
dvdvideo1234 Dec 18, 2021
dae4863
Updated: `HitSphere` with flag forcing the API to check intersection …
dvdvideo1234 Dec 18, 2021
e629b6c
Fixed: Project uses tabs, but some functions use spaces
dvdvideo1234 Dec 21, 2021
eab2a5a
Fixed: Check when ray length is zero ( never negative )
dvdvideo1234 Dec 26, 2021
7702a96
Updated: Equation A coefficient from ray length
dvdvideo1234 Sep 7, 2022
e73a3a5
Fixed: Return `HitSphere` swapped values when origin is inside the ci…
dvdvideo1234 Sep 7, 2022
d4135db
Merge branch 'RafaelDeJongh:master' into patch-1
dvdvideo1234 Mar 28, 2024
064e1af
Fixed the variable typo at line:247
dvdvideo1234 Mar 28, 2024
99624f1
Updated: Adjust LEN^2 as SQRT is expensive operation
dvdvideo1234 Mar 28, 2024
5945b1d
Fixed: Ray-circle normal being wrong when ray fired inside the sphere
dvdvideo1234 Mar 29, 2024
882fd18
Updated: Use selection operator instead of IF statement
dvdvideo1234 Mar 30, 2024
41ada0c
updated: Avoid making a vector just for fraction
dvdvideo1234 Mar 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading