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

fix: undefined variables and wrong names #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GlintonLiao
Copy link

There are some mistakes in the template:

  1. inside Experience.js, there is no rendererInstance attribute in the class, so it's passing undefined to the Render().
  2. inside Loader.js, the class name is wrong.
  3. There is no DracoLoader.releaseDecoderModule() method in this version, it became an instance method dispose() instead.

None of these mistakes will have an impact on the final result, but it's always good to fix them :)

@GlintonLiao GlintonLiao changed the title fix: undefined virables and wrong names fix: undefined variables and wrong names Sep 14, 2022
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.

1 participant