Hi,
thanks for this, works very fine!
I just have problems with lines containing NaNs:
plot( 1:5, [1 2 NaN 4 5] )
fig2u3d( gca, 'test' );
Throws:
Profile = 0
Scaling factor = 1.000000
Debug level = 0
Position Quality = 1000
Texture Coordinate Quality = 1000
Normal Quality = 1000
Diffuse Color Quality = 1000
Specular Color Quality = 1000
Geometry Default Quality = 1000
Texture Quality = 100
Animation Quality = 1000
Zero Area Faces Removal = ENABLED
Zero Area Face Tolerance = 0.000012
Exclude Normals = FALSE
Export Option Flags = ffff
Texture size limit = 0
Exit code = 81110005
Grabbing through some code, least exit code means "IFX_E_FLOAT_NOT_FOUND" (ConverterResult.h) in component 0x0111 which is "IFXRESULT_CONVERTERS" (IFXResultComponentEngine.). That error is ommitted in FileScanner.cpp only (IFXRESULT FileScanner::ScanFloat( F32* pNumber ) ).
I rebuilt IDTFConver (Version u3d-1.4.3) from scratch, but the same failure occures, so I guess the idtf input file, created from MATLAB scripts, is malformed.
Do you have any ideas?
Kindly regards,
Andreas
Hi,
thanks for this, works very fine!
I just have problems with lines containing NaNs:
plot( 1:5, [1 2 NaN 4 5] )fig2u3d( gca, 'test' );Throws:
Profile = 0Scaling factor = 1.000000Debug level = 0Position Quality = 1000Texture Coordinate Quality = 1000Normal Quality = 1000Diffuse Color Quality = 1000Specular Color Quality = 1000Geometry Default Quality = 1000Texture Quality = 100Animation Quality = 1000Zero Area Faces Removal = ENABLEDZero Area Face Tolerance = 0.000012Exclude Normals = FALSEExport Option Flags = ffffTexture size limit = 0Exit code = 81110005Grabbing through some code, least exit code means "IFX_E_FLOAT_NOT_FOUND" (ConverterResult.h) in component 0x0111 which is "IFXRESULT_CONVERTERS" (IFXResultComponentEngine.). That error is ommitted in FileScanner.cpp only (IFXRESULT FileScanner::ScanFloat( F32* pNumber ) ).
I rebuilt IDTFConver (Version u3d-1.4.3) from scratch, but the same failure occures, so I guess the idtf input file, created from MATLAB scripts, is malformed.
Do you have any ideas?
Kindly regards,
Andreas