2011-11-01 03:59:16 +00:00
|
|
|
#include "objects.hpp"
|
|
|
|
|
|
|
|
using namespace MWRender;
|
|
|
|
|
2011-11-01 17:46:57 +00:00
|
|
|
void Objects::insertBegin (const MWWorld::Ptr& ptr, bool enabled, bool static_){
|
2011-11-01 03:59:16 +00:00
|
|
|
|
|
|
|
}
|
2011-11-01 17:46:57 +00:00
|
|
|
void Objects::insertMesh (const MWWorld::Ptr& ptr, const std::string& mesh){
|
2011-11-01 03:59:16 +00:00
|
|
|
|
|
|
|
}
|
2011-11-01 17:46:57 +00:00
|
|
|
void Objects::insertLight (const MWWorld::Ptr& ptr, float r, float g, float b, float radius){
|
2011-11-01 03:59:16 +00:00
|
|
|
|
|
|
|
}
|