Port of WebGL for use in GWT development.
5
votes
1answer
269 views
Drawing a 3D tree structure in WebGL
I am working on drawing large directed acyclic graphs in WebGL using the gwt-g3d library as per the technique shown here: http://www-graphics.stanford.edu/papers/h3/
At this point, I have a simple ...