Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[loaders] Add async-texture system. #187

Open
donmccurdy opened this issue Nov 2, 2017 · 1 comment
Open

[loaders] Add async-texture system. #187

donmccurdy opened this issue Nov 2, 2017 · 1 comment

Comments

@donmccurdy
Copy link
Collaborator

I'd like to add a system or scene-level component that would automatically use ImageBitmapLoader (when supported) to decode images after the user enters VR mode. From previous results, this could reduce the number of dropped frames during texture upload. In the future we can consider alternative strategies (e.g. WebGL2) for non-blocking texture upload.

@donmccurdy
Copy link
Collaborator Author

Suggested API:

@donmccurdy donmccurdy changed the title Add async-texture system. [loaders] Add async-texture system. Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants