-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug in createOcTreeFromImage? #1
Comments
This doesn't work for me either - I don't think it's a hard fix, it just doesn't look like the code has been updated since jOcTree was split from jInv.Mesh or since 0.5. Is this a piece of code that is useful to anyone? It's not one I have ever used before aside from maybe demonstrating how an OcTree works. Maybe it should be modified to be more flexible in it's inputs? |
Its very useful.
I'll try to fix it next week
E
…On Tue, Mar 14, 2017 at 9:40 AM, David Marchant ***@***.***> wrote:
This doesn't work for me either - I don't think it's a hard fix, it just
doesn't look like the code has been updated since jOcTree was split from
jInv.Mesh or since 0.5.
Is this a piece of code that is useful to anyone? It's not one I have ever
used before aside from maybe demonstrating how an OcTree works. Maybe it
should be modified to be more flexible in it's inputs?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AF7sexXc-Imgb-_xqHqnVEfLqeeqjrm3ks5rlsL1gaJpZM4KXWxe>
.
|
No worries - I fixed it this morning. I'll submit a PR with the changes later today. |
try if this works for you!
for me it does not. there are two issues. first Mesh.sparse3 does not exist. second, getindex does not seem to work with UInt's. For a fix see my forked version. Feel free to pull that over if you like it.
The text was updated successfully, but these errors were encountered: