Activity
Merge pull request #6 from LagoLunatic/joint-unload
Merge pull request #6 from LagoLunatic/joint-unload
Pull request merge
Apply tex matrix transforms in vertex shader even if the matrix is ID…
Apply tex matrix transforms in vertex shader even if the matrix is ID…
update libflipper to newer reduced memory branch version
update libflipper to newer reduced memory branch version
update libflipper to reduced memory usage branch
update libflipper to reduced memory usage branch
add reserves and shrinks to make sure vectors arent allocating lots o…
add reserves and shrinks to make sure vectors arent allocating lots o…
Merge branch 'main' of github.com:Sage-of-Mirrors/J3DUltra
Merge branch 'main' of github.com:Sage-of-Mirrors/J3DUltra
Merge pull request #5 from Sage-of-Mirrors/gcc-fixes
Merge pull request #5 from Sage-of-Mirrors/gcc-fixes
Pull request merge
Clean up indirect a tad
Clean up indirect a tad
Began adding indirect texturing to fragment shader
Began adding indirect texturing to fragment shader
Some fixes, including loading LOD bias from textures as s16 and using…
Some fixes, including loading LOD bias from textures as s16 and using…
Delete vertex array with the vertex array delete function .-.
Delete vertex array with the vertex array delete function .-.
Track down memory leaks and squash them were they're found
Track down memory leaks and squash them were they're found
Separate render packet sorting from rendering, so sorting can happen …
Separate render packet sorting from rendering, so sorting can happen …
Make sure to set/reset GL state
Make sure to set/reset GL state
Try to fix depth issues when using J3D depth config for picking buffer
Try to fix depth issues when using J3D depth config for picking buffer
Remove extra depth and clipping config from overridden materials
Remove extra depth and clipping config from overridden materials
Finish initial impl of picking
Finish initial impl of picking
Finish initial implementation of viewport picking via FBO, including …
Finish initial implementation of viewport picking via FBO, including …
Reject BCK and BCA loading if the joint counts in the anim and the mo…
Reject BCK and BCA loading if the joint counts in the anim and the mo…
Add SortBias to model instance
Add SortBias to model instance
Make GX to GL functions for texture factory accessible
Make GX to GL functions for texture factory accessible
Updated a ton of the API and added initial work on integrated scene p…
Updated a ton of the API and added initial work on integrated scene p…
Animation stuff
Animation stuff
fix BTK and transpose SRT mtx for tex mtx
fix BTK and transpose SRT mtx for tex mtx
Material stuff, also change J3DModelData::GetInstance() to CreateInst…
Material stuff, also change J3DModelData::GetInstance() to CreateInst…
Implement billboards, do some tex effects, update libflipper
Implement billboards, do some tex effects, update libflipper