Re: [Interest] [Qt3D] Assimp OBJ importer can not import a file with 500MB size

2018-10-16 Thread Saif Suleiman
Why then QMesh can import the geometry data even if it is 1GB file ?
Thank you.



On Tue, Oct 16, 2018 at 5:53 PM Olivier B. <
perso.olivier.barthel...@gmail.com> wrote:

> Assimp 4.1, integrated in qt 5.11.1, already added stream reading of
> obj files, and is the most recent version. You will have to raise an
> issue to assimp IMO, then if it can be improved, rebuild qt with that
> new assimp version
> Le mar. 16 oct. 2018 à 16:26, Saif Suleiman  a
> écrit :
> >
> > Hi,
> > As the title says, i can not import a 500MB obj file ( 6 million
> vertices and 11 million faces ) using QSceneloader.
> >
> > getting this msg :
> > Qt3D.AssimpImporter: Assimp scene import failed OBJ: Too many vertices,
> would run out of memory
> >
> > Qt3D.Renderer.SceneLoaders: class Qt3DCore::QEntity *__cdecl
> Qt3DRender::Render::LoadSceneJob::tryLoadScene(class
> Qt3DRender::Render::Scene *,enum Qt3DRender::QSceneLoader::Status &,const
> class QStringList &,const class std::function Qt3DRender::QSceneImporter *)> &) Failed to import
> QUrl("file:///C:/Users/USER/Downloads/a.obj") with errors ("OBJ: Too many
> vertices, would run out of memory")
> >
> >
> > Thanks in advance.
> >
> > ___
> > Interest mailing list
> > Interest@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] [Qt3D] Assimp OBJ importer can not import a file with 500MB size

2018-10-16 Thread Saif Suleiman
 sadly the app for 3D printing, which they use obj and stl formats the most.
Thanks.


On Tue, Oct 16, 2018 at 8:07 PM Giuseppe D'Angelo via Interest <
interest@qt-project.org> wrote:

> Il 16/10/18 16:26, Saif Suleiman ha scritto:
> > Hi,
> > As the title says, i can not import a *500MB* obj file *( 6 million
> > vertices and 11 million faces )* using QSceneloader.
>
> I know it's not a solution, but... ditching .obj for such a use case?
> You really want a real 3D format for these sizes (GLTF comes to mind).
>
> My 2 c,
> --
> Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
> KDAB (France) S.A.S., a KDAB Group company
> Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
> KDAB - The Qt, C++ and OpenGL Experts
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] [Qt3D] Assimp OBJ importer can not import a file with 500MB size

2018-10-16 Thread Saif Suleiman
 Why then QMesh can import the geometry data even if it is 1GB file ?
Thank you.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] [Qt3D] Assimp OBJ importer can not import a file with 500MB size

2018-10-16 Thread Giuseppe D'Angelo via Interest

Il 16/10/18 16:26, Saif Suleiman ha scritto:

Hi,
As the title says, i can not import a *500MB* obj file *( 6 million 
vertices and 11 million faces )* using QSceneloader.


I know it's not a solution, but... ditching .obj for such a use case? 
You really want a real 3D format for these sizes (GLTF comes to mind).


My 2 c,
--
Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
KDAB - The Qt, C++ and OpenGL Experts



smime.p7s
Description: Firma crittografica S/MIME
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] [Qt3D] Assimp OBJ importer can not import a file with 500MB size

2018-10-16 Thread Olivier B.
Assimp 4.1, integrated in qt 5.11.1, already added stream reading of
obj files, and is the most recent version. You will have to raise an
issue to assimp IMO, then if it can be improved, rebuild qt with that
new assimp version
Le mar. 16 oct. 2018 à 16:26, Saif Suleiman  a écrit :
>
> Hi,
> As the title says, i can not import a 500MB obj file ( 6 million vertices and 
> 11 million faces ) using QSceneloader.
>
> getting this msg :
> Qt3D.AssimpImporter: Assimp scene import failed OBJ: Too many vertices, would 
> run out of memory
>
> Qt3D.Renderer.SceneLoaders: class Qt3DCore::QEntity *__cdecl 
> Qt3DRender::Render::LoadSceneJob::tryLoadScene(class 
> Qt3DRender::Render::Scene *,enum Qt3DRender::QSceneLoader::Status &,const 
> class QStringList &,const class std::function Qt3DRender::QSceneImporter *)> &) Failed to import 
> QUrl("file:///C:/Users/USER/Downloads/a.obj") with errors ("OBJ: Too many 
> vertices, would run out of memory")
>
>
> Thanks in advance.
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] [Qt3D] Assimp OBJ importer can not import a file with 500MB size

2018-10-16 Thread Saif Suleiman
Hi,
As the title says, i can not import a *500MB* obj file *( 6 million
vertices and 11 million faces )* using QSceneloader.

getting this msg :
Qt3D.AssimpImporter: Assimp scene import failed OBJ: Too many vertices,
would run out of memory

Qt3D.Renderer.SceneLoaders: class Qt3DCore::QEntity *__cdecl
Qt3DRender::Render::LoadSceneJob::tryLoadScene(class
Qt3DRender::Render::Scene *,enum Qt3DRender::QSceneLoader::Status &,const
class QStringList &,const class std::function &) Failed to import
QUrl("file:///C:/Users/USER/Downloads/a.obj") with errors ("OBJ: Too many
vertices, would run out of memory")


Thanks in advance.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest