access to world space transformation
| 282 | |
| 283 | // access to world space transformation |
| 284 | Matrix4 Object::WorldTransform() const |
| 285 | { |
| 286 | // normal objects are not in any hierearchy |
| 287 | // thay have world-space transform same as in-hierarchy |
| 288 | return Transform(); |
| 289 | } |
| 290 | |
| 291 | Vector3 Object::WorldSpeed() const |
| 292 | { |