Graphics/AbstractViewer: Add ProjectDepth method

This commit is contained in:
Lynix
2018-05-29 23:55:51 +02:00
parent e46aa6772e
commit db0e3267da
3 changed files with 12 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ Nazara Engine:
- Added LuaState::Traceback method
- Added ModelLibrary, ModelManager and ModelSaver
- Added AbstractViewer::Project and AbstractViewer::Unproject methods
- Added AbstractViewer::ProjectDepth method
Nazara Development Kit:
- Added ImageWidget (#139)