105 if (this->isInverted) |
105 if (this->isInverted) |
106 { |
106 { |
107 result += "0 BFC INVERTNEXT\r\n"; |
107 result += "0 BFC INVERTNEXT\r\n"; |
108 } |
108 } |
109 result += utility::format( |
109 result += utility::format( |
110 "1 %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14", |
110 "1 %1 %2 %3", |
111 this->colorIndex.index, |
111 this->colorIndex.index, |
112 this->transformation[3][0], |
112 this->transformToBareString(), |
113 this->transformation[3][1], |
|
114 this->transformation[3][2], |
|
115 this->transformation[0][0], |
|
116 this->transformation[1][0], |
|
117 this->transformation[2][0], |
|
118 this->transformation[0][1], |
|
119 this->transformation[1][1], |
|
120 this->transformation[2][1], |
|
121 this->transformation[0][2], |
|
122 this->transformation[1][2], |
|
123 this->transformation[2][2], |
|
124 this->referenceName); |
113 this->referenceName); |
125 return result; |
114 return result; |
126 } |
115 } |
127 |
116 |
128 QString ldraw::SubfileReference::iconName() const |
117 QString ldraw::SubfileReference::iconName() const |