I need to rotate/resize an FBX with some embedded textures and I stumbled upon a weird problem.
Apparently, the file generated by OSGconv has external textures only, and there is no way to change this.
I'm using OSG 3.6.5 and this is the command line I am using.
I tried with OSG 3.6.4 as well.
osgconv.exe -e fbx -O Embedded --compressed -o 180-0,0,1 -s 100,100,100 input.fbx output.fbx
C:\Users\lcostant\Downloads\OpenSceneGraph-3.6.5-VC2017-64-Release\bin>osgconv.exe --format fbx Plugin osgPlugins-3.6.5/osgdb_fbx.dll
{
ReaderWriter : FBX reader/writer
{
features : readObject readNode writeNode
extensions : .fbx FBX format
options : Embedded (Write option) Embed textures in FBX file
Any hint?