Flywheel/src/main/java/com/jozufozu/flywheel
PepperCode1 d0c6669a49 Fragments of utility
- Give material fragment shaders a use
  - Add new variables to api/fragment.glsl
  - Add flw_initFragment to context shaders
- Add flw_vertexOverlay
- Normalize flw_vertexLight
  - Values are now [0, 1] where 0 is no light and 1 is max light
  - All light values sent to layout shaders and instance shaders are now
[0, 15] and not normalized
  - Remove util/light.glsl
- Rename program samplers
- Add FileResolution.isWeak()
- Add BackendType.getShortName()
- Tweak default material
- Move ShaderField to parse package
- Organize imports
2022-07-23 17:53:57 -07:00
..
api Fragments of utility 2022-07-23 17:53:57 -07:00
backend Fragments of utility 2022-07-23 17:53:57 -07:00
config Fragments of utility 2022-07-23 17:53:57 -07:00
core Fragments of utility 2022-07-23 17:53:57 -07:00
event A Performance on the (Render)Stage 2022-07-22 16:41:39 -07:00
light One more thing... 2022-07-10 15:22:02 -04:00
mixin Merge remote-tracking branch 'origin/1.18/next' into 1.18/next 2022-07-22 17:48:40 -07:00
util Fragments of utility 2022-07-23 17:53:57 -07:00
vanilla Fragments of utility 2022-07-23 17:53:57 -07:00
Flywheel.java Fragments of utility 2022-07-23 17:53:57 -07:00