> > I implement a readerwriter plugin to read .las file which > contains tremendous amount of points . so i want to use progressbar to > tell the user how much points i have read . > anybody can tell me how to do? >
Counting points isn't feasible, but counting progress through the input file is (for some formats): http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/LoadingProgress -- Chris 'Xenon' Hanson, omo sanza lettere. [email protected] http://www.alphapixel.com/ Training • Consulting • Contracting 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio • LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

