yangfengzzz
yangfengzzz
### 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...
The primitive mesh don't contain tangent data which will cause normal texture have no effect. By adding this data, the playground‘s visual performance can be optimized better.
### 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...
**Is your feature request related to a problem? Please describe.** some components is related with each other like rigidbody need collider, when collider is deleted, it should inform rigidbody to...
"poses" is not a standard field of gltf, so it cannot be read directly in my program. Why not set the data in the TPose directly to the node?
in buidSystem func: ` const size_t cIdx = acc.index(i, j, k); const size_t lIdx = acc.index(i - 1, j, k); const size_t rIdx = acc.index(i + 1, j, k); const...
I found it is hard to use openvdb in fluid simulation because I can't use some operators like 'sample' 'gradient' which don't care about boundary condition. Now I have to...
1. The Wasm version of physx backend relay on DOM element to detect platform ability 2. WASM binding javascript should modify according to the requirement of miniprogram
I found there are alot API changes in PBD 2.0.1. In SPH code, PBDWrapper is releated to such modification. #167 only fix the link with old pbd code. how can...