Search found 108 matches

by FleshCrawler
Fri May 13, 2005 6:14 pm
Forum: Project Announcements
Topic: Giles+My3d, ready for a 1st test drive?
Replies: 36
Views: 42043

only could run the openGL example also
got a constant FPS of 50.

got a 2,4 ghz Celeron with Ati Radeon 9200 :)
by FleshCrawler
Mon Sep 20, 2004 7:16 pm
Forum: Beginners Help
Topic: how to place a camera in the centre of a map
Replies: 19
Views: 1470

i mostly use ->setPosition(0,0,0);
if i want something exactly in the center.

or better said, i used to, but i'm about to pickup again :P
by FleshCrawler
Wed Jan 14, 2004 6:40 am
Forum: Open Discussion and Dev Announcements
Topic: IrrLicht Tetris v0.9.5 (alpha)
Replies: 21
Views: 4262

ahh. ok, i should've read the readme then :) i only did with an earlier version. but its nice anyway :D
by FleshCrawler
Tue Jan 13, 2004 12:45 pm
Forum: Open Discussion and Dev Announcements
Topic: IrrLicht Tetris v0.9.5 (alpha)
Replies: 21
Views: 4262

http://home.wanadoo.nl/batavier.kerkrade/bug.jpg i got some bug reports :) (and improvements perhaps) as you can see my block got stuck in the wall, thats the only bug i found, and the score counting goes rather to hard, it also increases as your speed in game does, might wanna fix that, because i ...
by FleshCrawler
Wed Jan 07, 2004 3:20 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht Particle Editor
Replies: 34
Views: 29933

thats pretty cool :D only problem i got here, it crashes. but that can be my computer ;)
by FleshCrawler
Mon Jan 05, 2004 3:41 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht isnt just a good engine , it is the best engine!!
Replies: 12
Views: 2809

well, i hope in a few years, 2 or 3 years, that i can start here -> http://www.hku.nl/usadb/fac/fac-en/kmt/kmt-course/art-tech-gdd.html if its right this is in english ;) now i'm doing Electronics, and thats interesting also, but i wanna finish there asap :P i wanna do my exams now also :P then i ca...
by FleshCrawler
Wed Dec 31, 2003 12:13 pm
Forum: Off-topic
Topic: planet razial
Replies: 9
Views: 2166

It says the data limit is exceed, can you find another server? :P
by FleshCrawler
Wed Dec 31, 2003 10:24 am
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 495028

Name: Daniel
Age: 19
Languages: C/C++ and thats it :P
Location: Heerlen, The Netherlands

Started programming while i was 11 on Dos, but never created anything good, i now started active programming when i found irrlicht :P
by FleshCrawler
Wed Dec 31, 2003 12:34 am
Forum: Beginners Help
Topic: Event Receiver stopped working
Replies: 12
Views: 1408

does your application crash here -> if ( device->getSceneManager() && device->getSceneManager()->getActiveCamera()) { device->getSceneManager()->getActiveCamera()->OnEvent(event); return true; } because thats were the techdemo makes the error with 0.4.2 and also in my modified Techdemo App.
by FleshCrawler
Wed Dec 31, 2003 12:24 am
Forum: Open Discussion and Dev Announcements
Topic: why not suppor anim8or format? can not export animation from
Replies: 1
Views: 1082

IFAIK this is already planned. and will perhaps be in the next release wich will be 0.5.0
by FleshCrawler
Tue Dec 30, 2003 1:23 am
Forum: Open Discussion and Dev Announcements
Topic: MD3 Mesh Format Loader
Replies: 29
Views: 33607

I would like to see a nice tutorial on the MD3 loader, because its interesting :)
by FleshCrawler
Thu Dec 25, 2003 10:05 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Tutorial : Timing And Movement Part 2
Replies: 6
Views: 16829

have you created a win32 windows app or a win32 console app?

if you have console you need int main()

if windows you need:
INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT ) // this comes from the TechDemo source :P
by FleshCrawler
Mon Dec 22, 2003 6:34 pm
Forum: Beginners Help
Topic: trouble drawing simple 3D tris
Replies: 8
Views: 1012

well, you have to create a cameraNode if you havent done that.
by FleshCrawler
Mon Dec 22, 2003 8:34 am
Forum: Beginners Help
Topic: 2 errors at compiling the movement tutorial
Replies: 14
Views: 2426

ahh, ok :) so thats the solution to one problem :)
by FleshCrawler
Sun Dec 21, 2003 9:29 pm
Forum: Beginners Help
Topic: 2 errors at compiling the movement tutorial
Replies: 14
Views: 2426

But, with 0.4.2 I can compile the tutorials but can't run them. When I compile the techdemo, I can run him, I get the window of chosing the driver enz. But the background is missing (fairy is there) and when I click on play it crashes... (sorry I think this English is not very good :( ) With the Te...