Историја ревизија

Аутор SHA1 Порука Датум
  AzaezelX d75593bf6f hooks up missing probe capture filters пре 5 година
  Brian Roberts c0226d4640 mac crashfix and compilation correction. the former's down to a typo, the latter, needed specification for which class->setTexture(near identical sig) to use пре 5 година
  Areloch 72ceede272 Added Forward Material debug viz for HLSL(so far) and integrated it back into editor flagging. пре 5 година
  AzaezelX 501990c3b6 from @rextimmy: ssao work пре 6 година
  Areloch ff4c2d59fc Utilizes old method to clean up tree items in GuiTreeViewCtrl to resolve guiEditor crashes пре 6 година
  AzaezelX 9859d9b7bc 'correct' refscale back to mismatching between forward and deferred. Because Reasons. >.> пре 6 година
  Jeff Raab 38b0d0f1fe Updates names of probe forward shader consts to be consistent with shadergen, allowing proper data throughput пре 6 година
  AzaezelX e83eabcb87 refbox calc parity, and killed off some doubled up alpha subtraction пре 6 година
  Areloch 98f50a4453 Fixed probe cubemap reindexing assignment пре 6 година
  Areloch e87dc787ee Corrected probe init'ing so they don't fight for the cubemap idx order пре 6 година
  AzaezelX 4d714091b7 missed a few conversions пре 6 година
  AzaezelX 01f6938746 nomenclature shift for clarity: bunch of stuff tagged as probe that refferenced things properly tied conceptually to the reflection refrence box. пре 6 година
  Areloch af77444ec9 Merge branch 'MatInstanceViewer' of https://github.com/Areloch/Torque3D into Preview4_0 пре 6 година
  Areloch e5c12f4aab Reduce console spam from probe manager when not in debug пре 6 година
  Areloch dd3422b5a2 Added ability to pass ints to post effect shader consts пре 6 година
  Areloch b40d33a663 WIP of shifting the skylight cubemap to be packed into the cubemap array пре 6 година
  Areloch 27b304eec3 Various fixes пре 6 година
  Areloch a552471e4e Reorg of the probe initialization/update code to streamline parts of it, and make it flow more obviously пре 6 година
  Areloch 17cec11b97 Added refactor of Editor Settings window пре 6 година
  Areloch 8196ad9d32 Removed old code that set the BRDF texture and caused a texture profile conflict with the probe array post effect, leading to a crash. пре 6 година
  Areloch 3fa7a0d4fa Various fixes пре 6 година
  Areloch cedbd387d9 Updating BaseGame to work with PBR, and a PBR example module пре 6 година
  AzaezelX ae752a04e8 remed out stray code cleanups, added more remmed out code for referencing the way defered calculates bbminmax (as a percentage of the probes actual scale so folks can just copypaste most times) пре 6 година
  Areloch bd170b5abe WIP of forward probe scoring. пре 6 година
  Areloch 4e557aec83 Added fetch for BRDF texture for forward rendering use, re-enabled brdf logic in the lighting shader and got the probe arrays properly sampling into forward as well. пре 6 година
  Areloch 65fb8bc5f3 Ongoing fiddling with correcting the forward render behavior. пре 6 година
  Areloch 6db975e81c random testing bits trying to isolate remaining forward issues. пре 6 година
  AzaezelX 404cb929c1 we likely don't want to be overwriting that set of cubemap array registers for every forward lit object instance пре 6 година
  AzaezelX b5436b6cb7 tweaked the updating behavior in the probe manager so calling updateProbes just flags a ProbesDirty bool, which is used to kick the update of the static parameters when the bin's render() is called пре 6 година
  AzaezelX d034ea2be8 no point in resetting effectiveprobecount or mipcount in the compute4probes method. the latter is going to remain a fixed global var to support the cubemap arrays while the latter isn't even used by forward lit (though it likely should be, rather than trying to cook up 2 bound vectors) пре 6 година