src/linetypes/modelobject.h

changeset 1298
dbc8bb2a4d84
parent 1297
389516787a4c
child 1299
b692088dc1a6
equal deleted inserted replaced
1297:389516787a4c 1298:dbc8bb2a4d84
121 const Matrix& transformationMatrix() const; 121 const Matrix& transformationMatrix() const;
122 void serialize(class Serializer& serializer) override; 122 void serialize(class Serializer& serializer) override;
123 123
124 private: 124 private:
125 Vertex m_position; 125 Vertex m_position;
126 Matrix m_transformationMatrix; 126 Matrix m_transformationMatrix = Matrix::identity;
127 }; 127 };
128 128
129 /* 129 /*
130 * Represents a line in the LDraw file that could not be properly parsed. 130 * Represents a line in the LDraw file that could not be properly parsed.
131 */ 131 */

mercurial