zhuxudong

Results 52 issues of zhuxudong

feature
rendering
high priority

…s are allowed ### 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...

``` const customParser = new GLTFParser([ CustomParser, ...... ]); const customResource = new GLTFResource(engine); customResource.json = json; // customResource.arraybuffer = arraybuffer; customParser.parse(customResource).then((customResource)=>{ console.log(customResource) }) ```

feature

We manually focus the canvas in the engine, which will cause an outline to appear, hoping to hide it

bug
enhancement