I am a green hand in Ogre.I have watched the samples.It seems that Ogre can import .mesh and .skeleton.Can I import .fbx file? Thank you
Can Orge import .fbx file?
-
tom011581
- Gnoblar
- Posts: 10
- Joined: Tue Sep 15, 2015 4:22 am
Can Orge import .fbx file?
Hi,
I am a green hand in Ogre.I have watched the samples.It seems that Ogre can import .mesh and .skeleton.Can I import .fbx file? Thank you
I am a green hand in Ogre.I have watched the samples.It seems that Ogre can import .mesh and .skeleton.Can I import .fbx file? Thank you
-
NotCamelCase
- Greenskin
- Posts: 140
- Joined: Sun Feb 03, 2013 6:32 pm
- x 8
Re: Can Orge import .fbx file?
You can't directly use .fbx as Ogre has its own format internally but you can easily export your model/animation from the modelling program (Maya, 3ds Max, Blender, etc.) using exporters. So the original format of your file does not matter much as long as there is an exporter available.
Check Wiki for how to use exporters.
Check Wiki for how to use exporters.
Check out my projects: https://github.com/NotCamelCase
-
Zonder
- Ogre Magi
- Posts: 1176
- Joined: Mon Aug 04, 2008 7:51 pm
- Location: Manchester - England
- x 76
Re: Can Orge import .fbx file?
Have a look here http://www.ogre3d.org/tikiwiki/tiki-ind ... 20pipeline
There are 10 types of people in the world: Those who understand binary, and those who don't...
-
tom011581
- Gnoblar
- Posts: 10
- Joined: Tue Sep 15, 2015 4:22 am
Re: Can Orge import .fbx file?
Thanks you for answering.Therefore,I must get the .mesh from the modelling program (Maya, 3ds Max, Blender, etc.)by using exporters. Can I use the .FBX model which is bought from the Internet? Or I need to import the .fbx to the modelling program and then export it by exporters?
-
NotCamelCase
- Greenskin
- Posts: 140
- Joined: Sun Feb 03, 2013 6:32 pm
- x 8
Re: Can Orge import .fbx file?
Yep, you got it!tom011581 wrote:Or I need to import the .fbx to the modelling program and then export it by exporters?
Check out my projects: https://github.com/NotCamelCase
-
Transporter
- Minaton
- Posts: 933
- Joined: Mon Mar 05, 2012 11:37 am
- Location: Germany
- x 110
Re: Can Orge import .fbx file?
You can check out http://www.ogre3d.org/tikiwiki/OgreAssi ... ture=Tools, too. Assimp can load FBX.
-
tom011581
- Gnoblar
- Posts: 10
- Joined: Tue Sep 15, 2015 4:22 am
Re: Can Orge import .fbx file?
love you guys,thanks a lot
P.S.Did I post this topic in a wrong place?
P.S.Did I post this topic in a wrong place?
-
Zonder
- Ogre Magi
- Posts: 1176
- Joined: Mon Aug 04, 2008 7:51 pm
- Location: Manchester - England
- x 76
Re: Can Orge import .fbx file?
I would say it should be in User Forums -> General Discussionm as this forum if just for ogre related things. But don't worry too much if you post in the wrong place it can always be moved we are very laid back heretom011581 wrote: P.S.Did I post this topic in a wrong place?
There are 10 types of people in the world: Those who understand binary, and those who don't...
-
tom011581
- Gnoblar
- Posts: 10
- Joined: Tue Sep 15, 2015 4:22 am
Re: Can Orge import .fbx file?
Zonder wrote:I would say it should be in User Forums -> General Discussionm as this forum if just for ogre related things. But don't worry too much if you post in the wrong place it can always be moved we are very laid back heretom011581 wrote: P.S.Did I post this topic in a wrong place?
Thanks,I got it.I have post a new one in User Forums ->Help.
-
tom011581
- Gnoblar
- Posts: 10
- Joined: Tue Sep 15, 2015 4:22 am
Re: Can Orge import .fbx file?
The post is "Merge Ogre in iOS Project", can you guys have a look and give some opinions
:
Hi,
I am a green hand in Ogre.I have download Ogre.I can build the sample project in iPhone and run it.If I want to
1.build my own Ogre scene ,which only import a 3d model
2.merge the scene in my own Xcode project
How can I do ?
For 1 , I have found Ogre_Xcode4_Templates_20140408.pkg,but I am using Xcode6.2 now,I don't know is it right.
P.S. I am very confused in configure Ogre .I have spent a week more to run the sample in iPhone only. Could anyone help?
Hi,
I am a green hand in Ogre.I have download Ogre.I can build the sample project in iPhone and run it.If I want to
1.build my own Ogre scene ,which only import a 3d model
2.merge the scene in my own Xcode project
How can I do ?
For 1 , I have found Ogre_Xcode4_Templates_20140408.pkg,but I am using Xcode6.2 now,I don't know is it right.
P.S. I am very confused in configure Ogre .I have spent a week more to run the sample in iPhone only. Could anyone help?
-
tom011581
- Gnoblar
- Posts: 10
- Joined: Tue Sep 15, 2015 4:22 am