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

bump v0.6.6 #240

Merged
merged 12 commits into from
Jun 29, 2023
Merged

bump v0.6.6 #240

merged 12 commits into from
Jun 29, 2023

Commits on Jun 17, 2023

  1. feat(geometry): Add extrude geometry feature (#225)

    Add extrude geometry class,
    Add 3 conduit demos base on extrude geometry.
    lrc199023 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1cb5d50 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. chore(log): clean glb log

    lslzl3000 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f128ae5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. perf(globalFog): Optimize the fog effect to add fog color to the ambi… (

    #223)
    
    Update the fog effect to add atmospheric diffuse reflection to the final effect
    chore(fog): revert heightFactor to distance.
    revert heightFactor to distance.
    The color of fog can affect the sky
    hellmor committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fab97a5 View commit details
    Browse the repository at this point in the history
  2. feat(GUI): New feature of scissor the GUI content. (#219)

    You can set the button transition mode to color mode.
    You can scissor the GUI content by the UIPanel.
    merge GUIMesh to UIPanel
    hellmor committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    722abe1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix(loader): fix unnecessary copy #233 (#235)

    fix unnecessary copy
    jiangheng90 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7ad1581 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

  1. fix(Matrix4): Fix matrix calculation error of lookAt (#231)

    Fix matrix calculation error when executing the lookAt function from a special angle(90/270).
    Delete the wrong Euler angles calculation method
    Delete the wrong Euler angles calculation method
    Delete the wrong Euler angles calculation method.
    hellmor committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a1617f6 View commit details
    Browse the repository at this point in the history
  2. fix(material): Complete data for cloned shaders (#226)

    Complete data for cloned shaders
    modify brdfLut texture ref.
    hellmor committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fb7aa97 View commit details
    Browse the repository at this point in the history
  3. feat(RelativeSky): Relative sky to sunlight (#237)

    Establish relative between Sky Box and other 3D object(For example sunlight) to ensure their data consistency.
    hellmor committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3664c8b View commit details
    Browse the repository at this point in the history
  4. fix(collider): Fix error of component deconstruction (#236)

    Fix error for data dependency during component deconstruction
    Revert sample codes.
    hellmor committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7b6d356 View commit details
    Browse the repository at this point in the history
  5. fix(skyLight): change all AtmosphericComponent of samples (#239)

    Cover all samples and bind the direction of the sky and sunlight.
    Change the initialization sun direction to the appropriate value
    hellmor committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2050e54 View commit details
    Browse the repository at this point in the history
  6. bump v0.6.6

    lslzl3000 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d60e6d5 View commit details
    Browse the repository at this point in the history