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

Merge dev/0.6 branch #574

Merged
merged 33 commits into from
Nov 10, 2021
Merged

Merge dev/0.6 branch #574

merged 33 commits into from
Nov 10, 2021

Commits on Sep 7, 2021

  1. feat: solve math design circular dependency (galacean#488)

    * feat: solve math design cirular dependency
    yangfengzzz authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    986cbc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. PhysX based raycast and collider (galacean#505)

    * feat: add physx version raycast and trigger
    * feat: add  trigger event in script
    yangfengzzz authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    fa92e1c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. feat: Add InputManager (galacean#497)

    * feat:  add InputManager
    cptbtptpbcptdtptp authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    81f8f7d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Fix InputManager's Bug which will be triggered when there is no physi…

    …cs engine. (galacean#524)
    
    * fix:InputManager modify timing
    cptbtptpbcptdtptp authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    da53f3c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Lite Physics Package (galacean#522)

    * feat: add physics lite package
    yangfengzzz authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    9492ddc View commit details
    Browse the repository at this point in the history
  2. Refactor: split pbr shader (galacean#514)

    * refactor: pbr shader clean up
    zhuxudong authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8c517ad View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. feat: add createCapsule in PrimitiveMesh (galacean#515)

    * feat: add createCapsule in PrimitiveMesh
    JujieX authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0e14a9f View commit details
    Browse the repository at this point in the history
  2. Feat: support read/write mipmap data from textures and render target (g…

    …alacean#382)
    
    * feat: support render to mip level
    
    * feat: support reading from texture with mip level
    zhuxudong authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    483d05f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Feat: hdr runtime (galacean#523)

    * feat: support IBL  HDR Specular
    zhuxudong authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0a8c480 View commit details
    Browse the repository at this point in the history
  2. perf: plane horizontal default (galacean#535)

    * perf(plane): plane horizontal default
    singlecoder authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f4d524e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a487a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Oct 22, 2021

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

Commits on Oct 25, 2021

  1. Feat: Sprite add clone function. (galacean#532)

    * feat: sprite add clone function
    cptbtptpbcptdtptp authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b1b2878 View commit details
    Browse the repository at this point in the history
  2. Add color space (galacean#543)

    * feat: add engine settings
    GuoLei1990 authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    60c6f80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331ebc7 View commit details
    Browse the repository at this point in the history
  4. feat: modify physics-related class for editor (galacean#547)

    * feat: modify physics-related class for editor
    yangfengzzz authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c8c355a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Merge main to dev/0.6 (galacean#553)

    * refactor: merge main to dev/0.6
    GuoLei1990 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    82563c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix: bump verison (galacean#557)

    Co-authored-by: shensi.zxd <[email protected]>
    zhuxudong and shensi.zxd authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    259bd7f View commit details
    Browse the repository at this point in the history
  2. fix: shader error (galacean#556)

    Co-authored-by: shensi.zxd <[email protected]>
    zhuxudong and shensi.zxd authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4edd2ee View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Nov 8, 2021

  1. feat: support skybox with hdr(rgbe) format (galacean#567)

    * feat: add rgbm decode mode
    zhuxudong authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f571fe0 View commit details
    Browse the repository at this point in the history
  2. fix: color space correction (galacean#566)

    * fix: color space correction
    zhuxudong authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5c0414e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adde3a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. feat: change clipTime to normalized as same as transitionTime for mo… (

    …galacean#560)
    
    * feat: change clipTime to normalized as same as  transitionTime for more understandable
    luzhuang authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    be224b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ce686 View commit details
    Browse the repository at this point in the history
  3. feat: support ambient-light replacement (galacean#569)

    * feat: support ambient-light replacement
    
    Co-authored-by: shensi.zxd <[email protected]>
    Co-authored-by: GuoLei <[email protected]>
    3 people authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b33681f View commit details
    Browse the repository at this point in the history
  4. Feat/ambient light adapter editor (galacean#570)

    * feat: adapter oasis editor with ambient light
    zhuxudong authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3c1065a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    9845181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b695b0 View commit details
    Browse the repository at this point in the history
  3. add wasm file (galacean#572)

    * fix: use alipay cdn for physx wasm
    
    * fix: include wasm files
    yangfengzzz authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    00f74cd View commit details
    Browse the repository at this point in the history
  4. Fix : the compatibility problem of IOS lower version (galacean#573)

    * fix: the compatibility problem of IOS lower version
    cptbtptpbcptdtptp authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    97be84a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev/0.6'

    # Conflicts:
    #	packages/core/src/animation/Animator.ts
    #	packages/core/src/animation/internal/AnimatorStatePlayData.ts
    #	packages/rhi-webgl/src/WebGLRenderer.ts
    GuoLei1990 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b87b09f View commit details
    Browse the repository at this point in the history