mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 08:34:37 +00:00
dellepjane: fixed xml export
This commit is contained in:
parent
8c298b5882
commit
053bb737fa
@ -54,7 +54,7 @@ public:
|
||||
inline OOCRaster( RasterModel *r ) :
|
||||
nbBind(0),
|
||||
isOOC(false),
|
||||
imgFilename(QString()),
|
||||
imgFilename(r->currentPlane->shortName()),
|
||||
plane(r->currentPlane),
|
||||
shot(r->shot),
|
||||
id(r->id())
|
||||
|
||||
@ -317,7 +317,7 @@ void FilterOutputOpticalFlowPlugin::saveXMLProject( const QString &filename,
|
||||
<< std::endl;
|
||||
|
||||
vcg::Matrix44f rot = shot.Extrinsics.Rot();
|
||||
vcg::Point3f tra = shot.Extrinsics.Tra();
|
||||
vcg::Point3f tra = -shot.Extrinsics.Tra();
|
||||
|
||||
xmlFile << " <CamParam SimRot=\"";
|
||||
for( int i=0; i<4; ++i )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user