]> git.tdb.fi Git - r2c2.git/commit
Add View3D class to bundle Layout3D with a camera and a pipeline
authorMikko Rasa <tdb@tdb.fi>
Thu, 7 Apr 2011 20:18:11 +0000 (20:18 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 7 Apr 2011 20:18:11 +0000 (20:18 +0000)
commit495c54e187ddbb7514c983e1829a69d82ccad5f3
tree58ee3b95aa00f8fa61169daa9d8081bc199ce8ef
parent6c2b29fb45402ee86b010f05367dad20972d25ed
Add View3D class to bundle Layout3D with a camera and a pipeline
Store lighting in Layout3D
Add get_bounds method to Layout3D
Use View3D in designer
source/3d/layout.cpp
source/3d/layout.h
source/3d/view.cpp [new file with mode: 0644]
source/3d/view.h [new file with mode: 0644]
source/designer/cameracontroller.cpp
source/designer/cameracontroller.h
source/designer/designer.cpp
source/designer/designer.h