YiQianYao

Results 7 issues of YiQianYao

### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / Document optimization - [ ] TypeScript definition update -...

##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] commit message follows commit guidelines ##### Description of change

PR: reviewed-approved
ignore-for-release

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug
physics
high priority

https://flourish.studio/2018/02/27/climate-weather-map ![15050338-435A-4AFA-B934-0C8F1DAFD7CC](https://user-images.githubusercontent.com/42212176/141399989-0a9b6809-03a1-49f1-988a-89ca0d5f9920.png)

enhancement

在重新设置 entity 的位置之后,wireframe 显示的位置和 collider 实际位置存在偏移 ```js model.addComponent(MeshRenderer); const wireframe = model.addComponent(WireframeManager); const colliderEntity = model.createChild('colliderEntity'); // Add collider. const collider = colliderEntity.addComponent(StaticCollider); const capsuleColliderShape = new CapsuleColliderShape(); capsuleColliderShape.position.set(0, 0.5,...

首页样式可以优化一下嘛