}
}
+
protected function checkConfig()
{
if ($this->isMobileFirst() && $this->fluidbookSettings->mobilefirstFluidbookId) {
$this->config->content_lock = $this->content_lock;
}
+ public function add3DViewer()
+ {
+ $this->addJsLib(
+ 'o3dv', ['js/libs/o3dv/o3dv.min.js']
+ );
+ }
+
public function addPDFJSPageRenderer()
{
$this->vdir->copyDirectory(resource_path('pdfjs/dist-min'), 'pdfjs');
protected static $_acceptLottie = ['.zip', '.html', '.json', '.lottie'];
protected static $_acceptSlideshow = ['.jpg', '.jpeg', '.png', '.svg', '.gif', '.zip'];
protected static $_acceptPDF = ['.pdf'];
- protected static $_accept3D = ['.3ds', '.fbx'];
+ protected static $_accept3D = ['.3ds', '.fbx', '.3dm', '.3ds', '.3mf', '.amf', '.bim', '.brep', '.dae', '.fbx', '.fcstd', '.gltf', '.ifc', '.iges', '.step', '.stl', '.obj', '.off', '.ply', '.wrl'];
/**
* @return array[]