zhuxudong

Results 52 issues of zhuxudong

**Describe the bug** `quicksort` is wrong when `compareFunc` returns 0, what can be happened when `camera.isOrthographic === true` **To Reproduce** because of `element._distanceForSort` returns the same value when `camera.isOrthographic ===...

bug

### Please check if the PR fulfills these requirements - [ ] The commit message follows our [guidelines](https://github.com/oasis-engine/engine/blob/main/.github/COMMIT_MESSAGE_CONVENTION.md) - [ ] Tests for the changes have been added (for bug...

### Please check if the PR fulfills these requirements - [x] The commit message follows our [guidelines](https://github.com/oasis-engine/engine/blob/main/.github/COMMIT_MESSAGE_CONVENTION.md) - [ ] Tests for the changes have been added (for bug fixes...

feature
rendering

### Please check if the PR fulfills these requirements - [x] The commit message follows our [guidelines](https://github.com/oasis-engine/engine/blob/main/.github/COMMIT_MESSAGE_CONVENTION.md) - [ ] Tests for the changes have been added (for bug fixes...

feature
rendering

### Please check if the PR fulfills these requirements - [x] The commit message follows our [guidelines](https://github.com/oasis-engine/engine/blob/main/.github/COMMIT_MESSAGE_CONVENTION.md) - [ ] Tests for the changes have been added (for bug fixes...

feature
rendering

### Please check if the PR fulfills these requirements - [x] The commit message follows our [guidelines](https://github.com/oasis-engine/engine/blob/main/.github/COMMIT_MESSAGE_CONVENTION.md) - [ ] Tests for the changes have been added (for bug fixes...

feature
rendering

### Please check if the PR fulfills these requirements - [x] The commit message follows our [guidelines](https://github.com/oasis-engine/engine/blob/main/.github/COMMIT_MESSAGE_CONVENTION.md) - [ ] Tests for the changes have been added (for bug fixes...

feature
rendering

**Describe the bug** ![image](https://user-images.githubusercontent.com/17639043/182293937-2db5dfba-ff17-4607-930c-55ffb05da864.png) **To Reproduce** ![image](https://user-images.githubusercontent.com/17639043/182293970-795d6465-c9d0-434b-a770-d5a3f85c4480.png) **Expected behavior** ![image](https://user-images.githubusercontent.com/17639043/182294014-ae1a308a-33af-4856-907e-06b302f04bde.png)

bug

**Describe the bug** ``` const depthTexture = new Texture2D(engine, width, height, TextureFormat.Depth); ```

bug

**Is your feature request related to a problem? Please describe.** For hdr assets, I want to be able to parse into `Texture2D` or `TextureCube`,but i can't now. ``` @resourceLoader(AssetType.HDR, ["hdr"])...

feature