Math: renamed Rect to Rectf, implemented Vector2u32 and Rectu32. Scenegraph: implemen...
commit97c3dc3b2f9b8c7c465a5dd0e64516861ed8a4ac
authorAntoine Chavasse <a.chavasse@gmail.com>
Tue, 3 Jul 2007 00:46:16 +0000 (3 02:46 +0200)
committerAntoine Chavasse <a.chavasse@gmail.com>
Tue, 3 Jul 2007 00:46:16 +0000 (3 02:46 +0200)
tree3626c8cff67e8337c9cc904d5acecfec999e53fa
parent0073bb6786c99d6239ac2d6ebf65123c0b088976
Math: renamed Rect to Rectf, implemented Vector2u32 and Rectu32. Scenegraph: implemented viewport and camera.
25 files changed:
app/startup.lua
gui/BoringTheme/ButtonDecorator.cpp
gui/BoringTheme/WindowDecorator.cpp
gui/HGroup.cpp
gui/SimpleContainer.cpp
gui/SimpleContainer.h
gui/VGroup.cpp
gui/Widget.cpp
gui/Widget.h
gui/Window.cpp
gui/Window.h
gui/gui.aidl
math/Matrix44f.cpp
math/Matrix44f.h
math/Rectf.h [moved from math/Rect.h with 80% similarity]
math/Rectu32.h [new file with mode: 0644]
math/Vector2u32.h [new file with mode: 0644]
math/math.aidl
renderer/Context.h
renderer/renderer.aidl
scenegraph/Camera.h [new file with mode: 0644]
scenegraph/RenderContext.cpp
scenegraph/RenderContext.h
scenegraph/ViewPort.h [new file with mode: 0644]
scenegraph/scenegraph.aidl