Skip to content

GLTF Reuse Fix - #453

Merged
whuang37 merged 4 commits into
google:mainfrom
whuang37:gltf-loader-fix
Jul 21, 2026
Merged

GLTF Reuse Fix#453
whuang37 merged 4 commits into
google:mainfrom
whuang37:gltf-loader-fix

Conversation

@whuang37

Copy link
Copy Markdown
Collaborator

Allowed each GLTF loader to use its own instance + ktx on load up. dedupes any paths and resets if paths already exist

@whuang37
whuang37 requested review from dli7319 and ruofeidu July 21, 2026 18:23
Comment thread src/utils/ModelLoader.ts
this.manager = manager;
}

private getGLTFLoader(renderer?: THREE.WebGLRenderer) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can we abstract and hide this implementation details in the SDK in future?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This is private.

@whuang37
whuang37 merged commit 6ca68cd into google:main Jul 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants