Torque3D - Game Engine
Find a file
AzaezelX ee6481153f specular code review.
the CAPTURING flag was being improperly checked for existence instead of state, leading to overbrightness in the precence of metalness. removed hacky workaround, and applied the proper fix.
also foreshortened the roughness range to avoid values outside of f0 going asymptotic.
alternative suggestion for if that portion plays up:
   surface.roughness = pbrProperties.b*0.92f+0.04f;
to
  clamp(gbuffer2.b, 0.04f, 0.96f);
(basically a case of do we support more fine-grained differences or just chuck anything too extreem)
2022-08-17 05:47:11 -05:00
.github Adds a conditional to the github workflow file so it only runs on the main repo 2022-04-26 11:06:15 -05:00
Engine OpenAL Internal name 2022-08-16 15:55:56 +01:00
My Projects changed readme 2014-03-19 02:20:35 +01:00
Templates specular code review. 2022-08-17 05:47:11 -05:00
Tools Adjusts logic for definingi TORQUE_DEBUG and TORQUE_RELEASE to be consistent across platforms 2022-08-04 14:01:54 -05:00
.editorconfig Add a .editorconfig file 2019-01-08 19:35:02 +00:00
.gitattributes Update gitattributes with some text files for avoid EOF problems with Git. 2014-12-06 01:18:41 +01:00
.gitignore Merge pull request #777 from Azaezel/alpha40/assimp523 2022-05-06 17:10:51 -05:00
.travis.yml travis test whether compilation works on mac and linux 2019-01-10 12:39:27 +01:00
CMakeLists.txt make use of folder properties in cmake 2021-11-22 12:30:08 +10:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-04-16 16:00:34 -05:00
CONTRIBUTING.md forgot to remove section 2020-06-13 09:20:14 -04:00
LICENSE.md Update LICENSE.md 2016-12-21 08:28:01 -06:00
README.md add roadmap link 2022-04-08 18:03:37 -04:00

Torque3D

MIT Licensed Open Source version of Torque3D from GarageGames

GitHub tag GitHub release Github All Releases

Discord IRC

More Information

Extras: Torque3D Resources | Awesome Torque3D

Pre-compiled Version

In addition to GitHub we also have a couple of pre-packaged files for you to download if you would prefer to not compile the code yourself. They are available from the Torque3D Binaries repo.

License

All assets and code are under the license