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

Refactor glTF pipeline to async #1667

Merged
merged 32 commits into from
Aug 25, 2023

Conversation

zhuxudong
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:

@zhuxudong zhuxudong marked this pull request as ready for review July 31, 2023 09:57
# Conflicts:
#	packages/loader/src/gltf/GLTFUtils.ts
#	packages/loader/src/gltf/parser/GLTFTextureParser.ts
@zhuxudong zhuxudong self-assigned this Aug 2, 2023
@GuoLei1990 GuoLei1990 added the enhancement New feature or request label Aug 17, 2023
@GuoLei1990 GuoLei1990 added this to the 1.1 milestone Aug 17, 2023
* dev/1.1: (66 commits)
  build: fix pnpm lock file
  build: fix pnpm-lock file
  build: fix pnpm-lock file
  build: fix build error
  `ResourceManager` support `findResourcesByType` (galacean#1700)
  fix: memory leak of Transform (galacean#1701)
  fix: file name error
  "v1.1.0-alpha.1"
  test(RenderTarget): fix `getColorTexture` error
  Fix ktx2 loader can't throw error (galacean#1699)
  Enhance type for `LoadItem` & `Entity.getComponent` (galacean#1696)
  types: opt getComponent return type
  types: fix lint
  Fix ci test (galacean#1677)
  Shader Lab support `RenderState` (galacean#1664)
  feat: enhance type for `LoadItem` & `Entity.getComponent`
  fix: variable error (galacean#1693)
  `SkinnedMeshRenderer` support immediate initialization of `rootBone` and `bones` (galacean#1672)
  Support camera depth texture (galacean#1658)
  "v1.0.0-beta.18"
  ...

# Conflicts:
#	packages/loader/src/gltf/parser/GLTFSceneParser.ts
#	packages/loader/src/gltf/parser/GLTFSkinParser.ts
#	tests/src/loader/GLTFLoader.test.ts
packages/core/src/asset/ResourceManager.ts Outdated Show resolved Hide resolved
packages/core/src/asset/ResourceManager.ts Outdated Show resolved Hide resolved
packages/core/src/asset/ResourceManager.ts Outdated Show resolved Hide resolved
packages/core/src/asset/ResourceManager.ts Outdated Show resolved Hide resolved
packages/core/src/asset/ResourceManager.ts Outdated Show resolved Hide resolved
Copy link
Member

@GuoLei1990 GuoLei1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test context restore already?

@GuoLei1990 GuoLei1990 merged commit 971a450 into galacean:dev/1.1 Aug 25, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request glTF
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants