0

with most of conversions of MeshLabServer I'm getting this error:

meshlabserver: symbol lookup error: /usr/lib/meshlab/plugins/libio_x3d.so: undefined symbol: gluNewTess

I'm on Ubuntu 12.10, I've tried to compile MeshLab for myself and use default package also. How to fix this?

Thanks in advance!

Marc Mutz - mmutz
  • 24,485
  • 12
  • 80
  • 90
yablokoff
  • 165
  • 1
  • 7

1 Answers1

0

If you simply want to convert X3D XML encoded files to VRML Classic encoded files you can use Titania, http://titania.create3000.de/. Open your .x3d file and save it as .x3dv or .wrl.

Titania also comes with a command line utitity »x3dtidy« that can do the conversion too. Simply type:

x3dtidy file.x3d converted.x3dv