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

Displacement Effect #5573

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 17, 2023

  1. feature(Displacement): Init

    defektu committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cb69ae3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix(displacement): rollback & heightMap replacement

    mesh-displacement example added.
    defektu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bab5a3d View commit details
    Browse the repository at this point in the history
  2. fix(displacement): working state with temporary flag

    This change is for temporary purposes.
    DISPLACEMENT definition is must (otherwise displacementVS must be created)
    minimalOptions is disabled due to shaderpass definitions.
    defektu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    778ed42 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    7f7b099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8571a0c View commit details
    Browse the repository at this point in the history
  3. feature(displacement-effect): displacement offset

    Displacement offset is introduced as material attribute.
    defektu committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4321fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix(standart-material): lint

    forgot console.log
    defektu committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    70eb2f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. feature(Displacement): Init

    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0771893 View commit details
    Browse the repository at this point in the history
  2. fix(displacement): rollback & heightMap replacement

    mesh-displacement example added.
    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c6daa4c View commit details
    Browse the repository at this point in the history
  3. fix(displacement): working state with temporary flag

    This change is for temporary purposes.
    DISPLACEMENT definition is must (otherwise displacementVS must be created)
    minimalOptions is disabled due to shaderpass definitions.
    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    480edb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9fa42c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    744516c View commit details
    Browse the repository at this point in the history
  6. feature(displacement-effect): displacement offset

    Displacement offset is introduced as material attribute.
    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e21a60b View commit details
    Browse the repository at this point in the history
  7. fix(standart-material): lint

    forgot console.log
    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    60f59ec View commit details
    Browse the repository at this point in the history
  8. Merge branch 'displacement_effect' of https://github.com/defektu/engine

    … into displacement_effect
    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    eb7ae50 View commit details
    Browse the repository at this point in the history
  9. feat(displacement): displacementFactor added

    useDisplacement flag is setting from `displacementFactor !== 0`
    defektu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8289413 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. chore(mesh-displacement.tsx): added displacementFactor variable

    - Fixed useDisplacement flag
    - Minified mesh-displacement example
    defektu committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3738ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312bed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535f0b2 View commit details
    Browse the repository at this point in the history
  4. fix(types): lint

    defektu committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d919105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5c4d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    20b5b0c View commit details
    Browse the repository at this point in the history