CyberX3D for C++ is a development package for X3D/VRML and Java programmers. Using the package, you can easily read and write the X3D/VRML files, set and get the scene graph information, draw the geometries, run the behaviors easily.
Follow CyberX3D for C++
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a great tool for VRML file format, easy and simple. The only issue I am facing with X3D support. X3DParser.cpp file => parser->parse(xmlFile); // here the execution gets stuck, dino.x3d (vertices = 2151, faces = 4300) takes 1 minute on this line (parse) in Visual Studio 2010 Release mode. I tried with xerces 3.1 and 2.3 , same results. Any solution would be appropriated. thanks.
-
I use it for quite a long time and it works correctly. It probably has problem with huge one object vrmls (10+ MB), we could dynamically split our objects so it's not a problem anymore, but if you want to do this (processing large VRML objects) you should heavily test. Anyway, it's the easiest to integrate VRML reader I found, and it works brilliantly.