Convert Adobe 3D-pdf to WebGL?

若如初见. 提交于 2019-12-24 09:51:34

问题


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.


回答1:


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.


来源:https://stackoverflow.com/questions/44791687/convert-adobe-3d-pdf-to-webgl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!