-
Notifications
You must be signed in to change notification settings - Fork 11
Potential List of Real World Bugs that would have been fixed by Linguine
Horace He edited this page Apr 2, 2019
·
2 revisions
More promising:
- https://github.com/processing/processing/issues/187
- https://github.com/JuliaGL/GLVisualize.jl/pull/188 (Disagreement over what space the light position is given in)
- https://github.com/bjornbytes/lovr/issues/55 (update to API reveals issue with mixing up camera space and projection space). This is the one of the commits where he fixes it: https://github.com/bjornbytes/lovr-docs/commit/4d660e879a2418efafb04486d615324d66f87009
Less promising:
- https://github.com/opentomb/OpenTomb/issues/140
- https://github.com/godotengine/godot/issues/17714 (issue with assuming color space is linear when it isn't)