我知道这并不是什么编程问题,但我正在研究3D查看器应用程序和X3D查看器应用程序。我发现了很多3D查看器应用程序,但只有两个X3D查看器应用程序。我想知道为什么市场上几乎没有X3D查看器应用程序。编辑
我发现我所拥有的3D应用程序是:i3D Viewer, 3DVIA, 3D Model Viewer, Blue 3D Model Viewer, PortShape, 3DViewer, Babel3D, Afan
我正在努力确保当3d模型加载到查看器中时,它应该始终在等轴测视图中调整模型的方向,然后适合视图。我已经尝试了viewer.fitToView(null,null,true)方法和viewer.fitToView(模型)方法,但都没有成功。//file is 2D so load document browser extension viewer.loadExtension}
我正尝试在forge Viewer中绘制标记,但加载扩展时工作正常 var extensionOptions ={ hideIssuesButton: false,hideFieldIssuesButton: true,}; // Use the `viewer` reference to call `loadExtension` with the extension name and the extensionoptions:
viewer["3d"].loadExten