GitHubDragonFly

Results 35 comments of GitHubDragonFly

Three.js PLYLoader is capable of showing colored ascii PLY files and they actually have an example model titled "dolphins_colored.ply" in their "ascii" folder. It shows colors in my viewer as...

Also to mention that the PLYLoader should be updated at approximately line 365, which shows as: var vertex_indices = element.vertex_indices; but should also include "vertex_index" to avoid console error related...

My viewers can show both this STL file as well as its GLB exported version (which is around 286MB in size). Online 3D Viewer is running out of memory for...

Both arm6hf and arm7l experimental libraries seem to work fine. I did update the text file to reflect using either of those libraries as well.

@kyle-github related to one of the warnings produced in the output, which can be seen in the text file from my initial post, does this discussion help you any or...

Those python modifications are not really an update but specifically designed for the Pi. The search path on the Pi is the issue for the original libplctag.py code. It was...

Besides for the Raspbian Buster OS, it appears that Kali Linux has a rather high potential on the Pi since it appears to be well organized and updated. This would...

To find all Android related deficiencies in any of the new plctag library releases, these would probably be the good steps to follow in Android Studio: - Start a new...

This is sort of an FYI and related to MicroLogix 1100. The attached py files were modified to include changes from PR https://github.com/ottowayi/pycomm3/pull/138 as well as new additions for reading...