Search found 3 matches

by Lokans
Fri Mar 30, 2007 3:53 am
Forum: Irrlicht.NET
Topic: Can't Clean Scene
Replies: 1
Views: 1305

Can't Clean Scene

[Sorry about my bad english] Im trying to clean a scene (GUI, Images, etc...)... i Develop a SceneManager for the manage of "Stages" on each stage i put a method called Clean(); thats clean the whole Stage to pass to another one wich with the method Load() loads another.... The problem is...
by Lokans
Tue Dec 13, 2005 6:59 pm
Forum: Beginners Help
Topic: Problem Build
Replies: 3
Views: 237

i forget something... this is the Code.... // HelloUniverse.cpp // Include the Irrlicht header #include "irrlicht.h" // Irrlicht Namespaces using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; int main() { Irrlich...
by Lokans
Tue Dec 13, 2005 6:57 pm
Forum: Beginners Help
Topic: Problem Build
Replies: 3
Views: 237

Problem Build

Sorry about my english, im Chilean ^^.... Well, i started to seeing the tutorials of irrlicht in the web, and i copy and paste a code, the Hello World code (i Always studies that way, copy pasten, then ready, then create a thing by myself), ok.... i copy the code maded by Andy Spurgeon, and i try to...