Loading 3d building files

41 views
Skip to first unread message

Amith Kumar

unread,
Mar 16, 2017, 3:53:28 AM3/16/17
to GAMA
Hello folks,

I have been wondering about making a model in which one can render a 3d building and simulate people movement inside the building (some what similar to BIM model, inspired by this video: https://www.youtube.com/watch?v=2qu3-R2EwX0 ). I am pretty new to GAML and I couldn't find the documentation regarding rendering 3d models and implementation of the BIM model. It would be great if some one point me towards the right direction about BIM implementation. For a time being I am getting familiar with GAML and trying to implement the agents complex behaviour in model.

I have couple of questions:
1) Is it possible interface unity3d models with GAMA? If yes, How? (assuming I have fbx or obj files)
2) Where to find the basic BIM toy model?
3) Do I need to have extra plugins to render 3d models?

Thanks in advance,
Amith


Patrick Taillandier

unread,
Mar 16, 2017, 4:02:51 AM3/16/17
to gama-p...@googlegroups.com
Hi,

1) Is it possible interface unity3d models with GAMA? If yes, How? (assuming I have fbx or obj files)
no not for the moment. GAMA just allows to render obj files (using opengl).


2) Where to find the basic BIM toy model?
Not available for the moment. I mean the IFC plugin that allows to load BIM model is not yet deployed. We will try to deploy it (make it available for all GAMA users) in the following weeks. Just a side note, the integration of BIM model (through IFC file) is still experimental, and far from being stable.

3) Do I need to have extra plugins to render 3d models?
GAMA already integrates opengl rendering features: you can render 3D objects, in particular obj files. However, GAMA does not use a video-game engine like Unity, and so is not very efficient in terms of 3D objects rendering (if you have many complex obj files, the display will be very slow).

Cheers,

Patrick

--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platform+unsubscribe@googlegroups.com.
To post to this group, send email to gama-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/gama-platform.
For more options, visit https://groups.google.com/d/optout.

Amith Kumar

unread,
Mar 16, 2017, 5:13:17 AM3/16/17
to GAMA
Thank you very much Patrick. I am looking forward for the IFC plugin and will get my hands dirty on BIM model.

Cheers,
Amith


On Thursday, March 16, 2017 at 1:32:51 PM UTC+5:30, Patrick Taillandier wrote:
Hi,

1) Is it possible interface unity3d models with GAMA? If yes, How? (assuming I have fbx or obj files)
no not for the moment. GAMA just allows to render obj files (using opengl).

2) Where to find the basic BIM toy model?
Not available for the moment. I mean the IFC plugin that allows to load BIM model is not yet deployed. We will try to deploy it (make it available for all GAMA users) in the following weeks. Just a side note, the integration of BIM model (through IFC file) is still experimental, and far from being stable.

3) Do I need to have extra plugins to render 3d models?
GAMA already integrates opengl rendering features: you can render 3D objects, in particular obj files. However, GAMA does not use a video-game engine like Unity, and so is not very efficient in terms of 3D objects rendering (if you have many complex obj files, the display will be very slow).

Cheers,

Patrick
2017-03-16 6:46 GMT+01:00 Amith Kumar <ura...@gmail.com>:
Hello folks,

I have been wondering about making a model in which one can render a 3d building and simulate people movement inside the building (some what similar to BIM model, inspired by this video: https://www.youtube.com/watch?v=2qu3-R2EwX0 ). I am pretty new to GAML and I couldn't find the documentation regarding rendering 3d models and implementation of the BIM model. It would be great if some one point me towards the right direction about BIM implementation. For a time being I am getting familiar with GAML and trying to implement the agents complex behaviour in model.

I have couple of questions:
1) Is it possible interface unity3d models with GAMA? If yes, How? (assuming I have fbx or obj files)
2) Where to find the basic BIM toy model?
3) Do I need to have extra plugins to render 3d models?

Thanks in advance,
Amith


--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.

Amith Kumar

unread,
Mar 17, 2017, 4:28:47 AM3/17/17
to GAMA
Hi
How to load obj files ? is it similar to importing a shape file? If possible could you please share some sample code to read .obj files and display the same.


Cheers,
Amith

On Thursday, March 16, 2017 at 1:32:51 PM UTC+5:30, Patrick Taillandier wrote:
Hi,

1) Is it possible interface unity3d models with GAMA? If yes, How? (assuming I have fbx or obj files)
no not for the moment. GAMA just allows to render obj files (using opengl).

2) Where to find the basic BIM toy model?
Not available for the moment. I mean the IFC plugin that allows to load BIM model is not yet deployed. We will try to deploy it (make it available for all GAMA users) in the following weeks. Just a side note, the integration of BIM model (through IFC file) is still experimental, and far from being stable.

3) Do I need to have extra plugins to render 3d models?
GAMA already integrates opengl rendering features: you can render 3D objects, in particular obj files. However, GAMA does not use a video-game engine like Unity, and so is not very efficient in terms of 3D objects rendering (if you have many complex obj files, the display will be very slow).

Cheers,

Patrick
2017-03-16 6:46 GMT+01:00 Amith Kumar <ura...@gmail.com>:
Hello folks,

I have been wondering about making a model in which one can render a 3d building and simulate people movement inside the building (some what similar to BIM model, inspired by this video: https://www.youtube.com/watch?v=2qu3-R2EwX0 ). I am pretty new to GAML and I couldn't find the documentation regarding rendering 3d models and implementation of the BIM model. It would be great if some one point me towards the right direction about BIM implementation. For a time being I am getting familiar with GAML and trying to implement the agents complex behaviour in model.

I have couple of questions:
1) Is it possible interface unity3d models with GAMA? If yes, How? (assuming I have fbx or obj files)
2) Where to find the basic BIM toy model?
3) Do I need to have extra plugins to render 3d models?

Thanks in advance,
Amith


--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.

Srirama Bhamidipati

unread,
Mar 17, 2017, 4:32:26 AM3/17/17
to GAMA
Please see examples in Model Library. 

cheers
Srirama

Amith Kumar

unread,
Mar 17, 2017, 2:20:14 PM3/17/17
to GAMA
Yes, I fund one while searching on github. Thanks Srirama.
Reply all
Reply to author
Forward
0 new messages