Merge branch 'trunk' of https://github.com/lrre-foss/rnr into trunk
This commit is contained in:
commit
f40ad7833e
|
|
@ -9,7 +9,7 @@ material sky/null_plainsky512
|
|||
|
||||
texture_unit
|
||||
{
|
||||
cubic_texture sky/null_plainsky512_bk.jpg sky/null_plainsky512_ft.jpg sky/null_plainsky512_lf.jpg sky/null_plainsky512_rt.jpg sky/null_plainsky512_up.jpg sky/null_plainsky512_dn.jpg separateUV
|
||||
cubic_texture sky/null_plainsky512_rt.jpg sky/null_plainsky512_lf.jpg sky/null_plainsky512_bk.jpg sky/null_plainsky512_ft.jpg sky/null_plainsky512_up.jpg sky/null_plainsky512_dn.jpg separateUV
|
||||
tex_address_mode clamp
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 218159140c7d79ae745e646da721d12331f536f5
|
||||
Subproject commit e25de95445f2d635a125ab463426bb7fda017093
|
||||
|
|
@ -40,9 +40,7 @@ class MainWindow : public QMainWindow
|
|||
void run();
|
||||
void pause();
|
||||
|
||||
#ifndef NDEBUG
|
||||
void dbg_pointlight();
|
||||
#endif
|
||||
protected:
|
||||
void widgetItemPrepare(QTreeWidgetItem* item, RNR::Instance* instance);
|
||||
void recurseTreeAddInstance(QTreeWidgetItem* parent, RNR::Instance* instance);
|
||||
|
|
|
|||
|
|
@ -128,12 +128,10 @@ void MainWindow::pause()
|
|||
this->ogreWidget->world->getRunService()->pause();
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
void MainWindow::dbg_pointlight()
|
||||
{
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent* event)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue