1436:241d3e452b32 | 1437:1a77c6156db7 |
---|---|
165 double GLCamera::depth() const | 165 double GLCamera::depth() const |
166 { | 166 { |
167 return m_depth; | 167 return m_depth; |
168 } | 168 } |
169 | 169 |
170 bool GLCamera::isModelview() const | |
171 { | |
172 return m_isFree; | |
173 } | |
174 | |
170 /* | 175 /* |
171 * Returns the X-panning of this camera. | 176 * Returns the X-panning of this camera. |
172 */ | 177 */ |
173 double GLCamera::panningX() const | 178 double GLCamera::panningX() const |
174 { | 179 { |