-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Tool for generating indirect function variants #572
Conversation
let intersection; | ||
/* @if INDIRECT */ | ||
|
||
intersection = intersectTri( geometry, side, ray, _indirectBuffer ? _indirectBuffer[ i ] : i ); |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
let tri; | ||
/* @if INDIRECT */ | ||
|
||
tri = bvh.resolveTriangleIndex( i ); |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
Consistent regressions compared to master:
BVH Casts
Tower Case Geometry
Full BenchmarkBVH General
BVH Casts
BVH Misc
Math Functions
Tower Case Geometry
|
Math Functions
Tower Case Geometry
Full BenchmarkBVH General
BVH Casts
BVH Misc
Math Functions
Tower Case Geometry
|
TODO
Move all functions that need to be transformed to a common spotAdd concurrent rollup watcher to example testerAdd final build supportEnsure rollup watcher worksFix tests / regressionsAFTER