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

Fixing instanced meshes and worker collisions #705

Merged
merged 1 commit into from
Sep 27, 2015
Merged

Fixing instanced meshes and worker collisions #705

merged 1 commit into from
Sep 27, 2015

Conversation

RaananW
Copy link
Member

@RaananW RaananW commented Sep 27, 2015

The mesh is added to the scene before the source mesh was even set (and
is updated later). Without checking if the sourceMesh exists it would
throw an exception at the first call of the constructor and will prevent
worker collisions to work with instances.

The mesh is added to the scene before the source mesh was even set (and
is updated later). Without checking if the sourceMesh exists, it would
throw an exception at the first call of the constructor and will prevent
worker collisions to work with instances.
RaananW added a commit that referenced this pull request Sep 27, 2015
Fixing instanced meshes and worker collisions
@RaananW RaananW merged commit b190884 into BabylonJS:master Sep 27, 2015
@RaananW RaananW deleted the instanced-mesh-fix branch September 27, 2015 20:35
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.

None yet

1 participant