implemented im2d for d3d, fun little software T&L renderer
This commit is contained in:
@ -17,10 +17,8 @@ InitRW(void)
|
||||
return false;
|
||||
if(!rw::Engine::start(&engineStartParams))
|
||||
return false;
|
||||
rw::engine->loadTextures = 1;
|
||||
|
||||
rw::TexDictionary::setCurrent(rw::TexDictionary::create());
|
||||
rw::Image::setSearchPath(".");
|
||||
rw::Image::setSearchPath("./");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user