Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add graphic effects documentation #69

Merged
merged 6 commits into from
Aug 14, 2021

Conversation

jdrueckert
Copy link
Member

@jdrueckert jdrueckert commented Aug 6, 2021

To preview the docs, you can either use the docsify CLI tool or just run a static server on the docs folder.

For the following, the effect is clearly visible in the screenshots:

  • animate water
  • film grain (might need a bit of zoom-in)
  • fog
  • light shafts
  • outline (might need a bit of zoom-in)
  • SSAO
  • volumetric fog
  • water reflections

For the following I think mainly the chosen location for the screenshot is not ideal:

  • animate grass
  • cloud shadows
  • shadows

For the following I don't think the effect still works as intended:

  • bloom (not sure if cloud or actual effect in the screenshot?)
  • blur
  • clamp lighting (is this only expected to have an effect in combination with other effects?)
  • extra lighting
  • parallax mapping
  • vignette

@jdrueckert jdrueckert added the Category: Doc Requests, Issues and Changes targeting javadoc and module documentation label Aug 6, 2021
@jdrueckert jdrueckert self-assigned this Aug 6, 2021
@jdrueckert jdrueckert added the Topic: Rendering Requests, Issues and Changes related to lighting, meshes, camera, etc. label Aug 6, 2021
@jdrueckert jdrueckert changed the title docs: add docsify structure and first content docs: add graphic effects documentation Aug 6, 2021
@jdrueckert
Copy link
Member Author

These are the current presets:

Minimal

image

  "rendering": {
    "chunkLods": 0.0,
    "flickeringLight": false,
    "animateGrass": true,
    "animateWater": false,
    "blurIntensity": 0,
    "reflectiveWater": false,
    "vignette": false,
    "ssao": false,
    "filmGrain": false,
    "outline": false,
    "lightShafts": false,
    "bloom": false,
    "dynamicShadows": false,
    "shadowMapResolution": 4096,
    "normalMapping": false,
    "parallaxMapping": false,
    "dynamicShadowsPcfFiltering": false,
    "cloudShadows": false,
    "inscattering": false,
    "localReflections": false,
    "clampLighting": false,
    "volumetricFog": false
  }

Low

image

  "rendering": {
    "chunkLods": 0.0,
    "flickeringLight": true,
    "animateGrass": true,
    "animateWater": false,
    "blurIntensity": 0,
    "reflectiveWater": false,
    "vignette": true,
    "ssao": false,
    "filmGrain": true,
    "outline": false,
    "lightShafts": false,
    "bloom": false,
    "dynamicShadows": false,
    "shadowMapResolution": 4096,
    "normalMapping": true,
    "parallaxMapping": false,
    "dynamicShadowsPcfFiltering": false,
    "cloudShadows": false,
    "inscattering": false,
    "localReflections": false,
    "clampLighting": false,
    "volumetricFog": false
  }

Medium

image

  "rendering": {
    "chunkLods": 0.0,
    "flickeringLight": true,
    "animateGrass": true,
    "animateWater": false,
    "blurIntensity": 0,
    "reflectiveWater": false,
    "vignette": true,
    "ssao": false,
    "filmGrain": true,
    "outline": false,
    "lightShafts": false,
    "bloom": true,
    "dynamicShadows": false,
    "shadowMapResolution": 4096,
    "normalMapping": true,
    "parallaxMapping": false,
    "dynamicShadowsPcfFiltering": false,
    "cloudShadows": false,
    "inscattering": false,
    "localReflections": false,
    "clampLighting": false,
    "volumetricFog": false
  }

High

image

  "rendering": {
    "chunkLods": 0.0,
    "flickeringLight": true,
    "animateGrass": true,
    "animateWater": false,
    "blurIntensity": 0,
    "reflectiveWater": false,
    "vignette": true,
    "ssao": false,
    "filmGrain": true,
    "outline": false,
    "lightShafts": true,
    "bloom": true,
    "dynamicShadows": false,
    "shadowMapResolution": 4096,
    "normalMapping": true,
    "parallaxMapping": false,
    "dynamicShadowsPcfFiltering": false,
    "cloudShadows": true,
    "inscattering": false,
    "localReflections": false,
    "clampLighting": false,
    "volumetricFog": false
  }

Ultra

image

  "rendering": {
    "chunkLods": 0.0,
    "flickeringLight": true,
    "animateGrass": true,
    "animateWater": false,
    "blurIntensity": 0,
    "reflectiveWater": false,
    "vignette": true,
    "ssao": true,
    "filmGrain": true,
    "outline": false,
    "lightShafts": true,
    "bloom": true,
    "dynamicShadows": false,
    "shadowMapResolution": 4096,
    "normalMapping": true,
    "parallaxMapping": false,
    "dynamicShadowsPcfFiltering": false,
    "cloudShadows": true,
    "inscattering": false,
    "localReflections": false,
    "clampLighting": false,
    "volumetricFog": false
  }

@jdrueckert
Copy link
Member Author

@jdrueckert jdrueckert marked this pull request as ready for review August 8, 2021 10:53
@skaldarnar skaldarnar changed the title docs: add graphic effects documentation doc: add graphic effects documentation Aug 14, 2021
@skaldarnar skaldarnar merged commit 3562c6e into develop Aug 14, 2021
@skaldarnar skaldarnar deleted the docs/add-graphic-option-documentation branch August 14, 2021 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Doc Requests, Issues and Changes targeting javadoc and module documentation Topic: Rendering Requests, Issues and Changes related to lighting, meshes, camera, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants