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 */ |