Convert Adobe 3D-pdf to WebGL?

2019-07-27 17:09发布

Is there a way to convert an Adobe 3D-pdf file to WebGL? I searched the web but couldn't find a method. Adobe 3d pdf files have the disadvantage that they can only be viewed directly in the browser in Internet Explorer (and maybe on Safari -don't know), but if you use Firefox or Chrome, you need to download the file and open it in Acrobat. Moreover you need to activate it, sometimes adapt security settings... Whilst WebGL works directly in modern browsers. The export to 3d pdf is from Amira.

标签: pdf 3d webgl
1条回答
仙女界的扛把子
2楼-- · 2019-07-27 18:06

It is in fact possible to convert 3D PDF to WebGL.

You've got multiple options:

  1. Content in 3D PDF is either u3d or prc. Use the respective library to read data and write to WebGL format.
  2. Get the designed 3D model if you have access to it and skipping 3D PDF, just convert that model to WebGL.
  3. Use Hoops, which is capable of this conversion.
查看更多
登录 后发表回答