-
Notifications
You must be signed in to change notification settings - Fork 0
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
Precompute portal node graphs #4
Precompute portal node graphs #4
Conversation
Change recommended entrypoint for Windows build
Make component classes `final`
…into uniform_syntax_change
Update syntax of GlUniformBuffer to match that of GlUniformInput SFTtech#1683
correction of a few grammatical errors and typos
Co-authored-by: Christoph Heine <6852422+heinezen@users.noreply.github.com>
Co-authored-by: Christoph Heine <6852422+heinezen@users.noreply.github.com>
Update README.md
Fix tex unit assignment to `std::optional` type
Deactivate `_PyTraceback_Add`
Makes the updates thread-safe.
includes DbgHelp.h after windows.h to prevent errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor points, but it already looks pretty refined.
…e camera movement.
… of smallest positive value.
Renderer: Added camera boundaries to CameraManager and clamping SFTtech#1682.
b2552cb
to
64790d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final change requests I hope :D
7cc49be
to
d0b8fb9
Compare
I'm now seeing a performance decrease. I've messed around with valgrind and from a quick glance I think the map look ups are causing this. :/. edit: I've got a plan. |
d0b8fb9
to
0763aaf
Compare
@heinezen feel free to take a look, pretty decent performance increase observed :) |
Nice, I think this should be ready now :) We can always improve the code later. I have just a few requests before merging:
|
f3003dc
to
6d232d9
Compare
6d232d9
to
28a3c95
Compare
WIP