slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Minimaps Broken #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Show Minimaps
2.
3.

What is the expected output? What do you see instead?
The meshes are not aligned properly to be viewed in the minimap

Please use labels and text to provide additional information.
When trying to reduce the load time of the client, I broke the minimaps by
NOT setting the meshes location (doing so caused the main view's mesh to
be changed). I think the minimaps were downloading a separate request to
download a duplicate of the mesh which is why it worked before. Now that
they are the same mesh (same object in JVM) its broken because the
position/orientation is incorrect

Original issue reported on code.google.com by caprea on 4 Jun 2010 at 8:09

GoogleCodeExporter commented 9 years ago

Original comment by caprea on 9 Jun 2010 at 10:02