View previous topic :: View next topic |
|
Author |
Message |
Ninin User
Joined: 10 Jun 2015 Posts: 31
|
Posted: Wed May 03, 2017 5:01 pm Post subject: Osg to fbx |
|
|
Hi,
I'm using visual studio 2012, osg version 3.0.1
I want to convert osgb file into fbx, the problem is :
Version 3.0.1 supports fbx sdk 2012.1, and it supports visual studio 2010 only
What is the best solution ? I want to stay with that version of visual studio (2012). What versions of osg, fbx sdk should I use ?
...
Thank you!
Cheers,
Joe |
|
Back to top |
|
 |
a.terenzi (Alessandro Terenzi) Appreciator
Joined: 03 Sep 2009 Posts: 250
|
Posted: Thu May 04, 2017 7:35 pm Post subject: Osg to fbx |
|
|
Hi Joe,I'm quite confident that the latest version of OSG works with the latest version of the FBX sdk... did you tried them?
Alessandro
On Wednesday, May 3, 2017, Joe Kindle < ( Only registered users can see emails on this board! Get registred or enter the forums! |
)> wrote:
Quote:
|
Hi,
I'm using visual studio 2012, osg version 3.0.1
I want to convert osgb file into fbx, the problem is :
Version 3.0.1 supports fbx sdk 2012.1, and it supports visual studio 2010 only
What is the best solution ? I want to stay with that version of visual studio (2012). What versions of osg, fbx sdk should I use ?
...
Thank you!
Cheers,
Joe
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70875#70875
_______________________________________________
osg-users mailing list
[url=javascript:;][/url]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
|
------------------
Post generated by Mail2Forum |
|
Back to top |
|
 |
Ninin User
Joined: 10 Jun 2015 Posts: 31
|
Posted: Tue May 09, 2017 2:26 pm Post subject: |
|
|
Hi,
so ive tried using the latest version of osg, it demands version 2014.1 so i installed it.
now when i try to recompile osg with the FBX plugin it shows the next error :
IntelliSense: a value of type "const char *" cannot be used to initialize an entity of type "const char *const *"
(ReaderWriterFBX.cpp)
anyone knows how to solve it ?
Thank you!
Cheers,
Joe |
|
Back to top |
|
 |
robertosfield OSG Project Lead
Joined: 18 Mar 2009 Posts: 12204
|
Posted: Tue May 09, 2017 2:36 pm Post subject: Osg to fbx |
|
|
Hi Joe,
What do you mean by the "latest version of osg", the latest stable
release (3.4.0) or dev reease, or git master?
Robert.
On 9 May 2017 at 15:26, Joe Kindle <> wrote:
Quote:
|
Hi,
so ive tried using the latest version of osg, it demands version 2014.1 so i installed it.
now when i try to recompile osg with the FBX plugin it shows the next error :
IntelliSense: a value of type "const char *" cannot be used to initialize an entity of type "const char *const *"
(ReaderWriterFBX.cpp)
anyone knows how to solve it ?
Thank you!
Cheers,
Joe
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70891#70891
|
------------------
Post generated by Mail2Forum |
|
Back to top |
|
 |
Ninin User
Joined: 10 Jun 2015 Posts: 31
|
Posted: Tue May 09, 2017 2:38 pm Post subject: |
|
|
sorry. i mean the latest stable release (3.4.0)
Thank you!
Cheers,
Joe |
|
Back to top |
|
 |
SMesserschmidt (Sebastian Messerschmidt) Forum Moderator
Joined: 10 Sep 2013 Posts: 824
|
Posted: Tue May 09, 2017 4:24 pm Post subject: Osg to fbx |
|
|
It should work just fine with a newer FBX SDK. The API changed and it seems they changed the signature. If you need to use the old 2014 SDK simply change it to char *.
Cheers
Sebastian
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
Am 09.05.17, 16:38, Joe Kindle <> schrieb: Quote:
|
sorry. i mean the latest stable release (3.4.0) Thank you! Cheers, Joe ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70893#70893 _______________________________________________ osg-users mailing list http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
|
------------------
Post generated by Mail2Forum |
|
Back to top |
|
 |
Ninin User
Joined: 10 Jun 2015 Posts: 31
|
Posted: Wed May 10, 2017 7:12 pm Post subject: |
|
|
It worked!!
Thank you!
Cheers,
Joe |
|
Back to top |
|
 |
|