userLayladcancel
branchsbox/scene-cubemapcancel

15 Commits over 0 Days - ∞cph!

1 Year Ago
Scrap trying to do managed cubemap entities, no real benefit
1 Year Ago
Reload env map texture resource, needed because buildcubemaps may have updated it
1 Year Ago
Build in game cubemaps by searching entity key values instead of game entities Fix crash trying to run buildcubemaps when not in game
1 Year Ago
No longer need env_cubemap_box Destroy cubemap object when entity is destroyed Support cubemap handshake, this is needed for static objects to find their cubemap
1 Year Ago
Summary for bake resource attribute
1 Year Ago
Forgot to calculate radiance SH
1 Year Ago
Forgot to network it
1 Year Ago
Support cubemap array index
1 Year Ago
Implement env_cubemap as C# entity Add BakeResource attribute
1 Year Ago
Move light probe debug grid out of base light probe volume
1 Year Ago
Remove default env map shit, unused nonsense Remove envmap constants, unused Remove envmap depth texture Remove more useless shit
1 Year Ago
Change some skybox textures back to cube instead of cubearray, skyboxes actually do need them to be cube type
1 Year Ago
Remove cubemap array shit, we never actually use this
1 Year Ago
Use box projection mode for cubemaps
1 Year Ago
Add sky color to scene sunlight so ambient SH can be computed - this is needed for cubemaps to show up CEnvMapSceneObject bindings Allow CEnvMapSceneObject to calculate SH Change some of our skybox textures to use cube array so they can be used in scene cubemaps