Search found 3 matches

by Mr.Matze
Thu Mar 13, 2008 2:05 pm
Forum: Beginners Help
Topic: Code Problem
Replies: 11
Views: 1454

I changed snprintf(tmpbuf, 255, "%0.6f", number); to _snprintf_s(tmpbuf, 255, "%0.6f", number);

And now it works fine. Thanks to you all!
by Mr.Matze
Wed Mar 12, 2008 4:48 pm
Forum: Beginners Help
Topic: Code Problem
Replies: 11
Views: 1454

Yea I'll post it but it's exactly the code of the example:

/*
This tutorial will briefly show how to use the terrain renderer of Irrlicht. It will also
show the terrain renderer triangle selector to be able to do collision detection with
terrain.

Note that the Terrain Renderer in Irrlicht is ...
by Mr.Matze
Wed Mar 12, 2008 4:00 pm
Forum: Beginners Help
Topic: Code Problem
Replies: 11
Views: 1454

Code Problem

hi,

i am new at the irrlicht scene and just have a problem. I have some years programm experience in Basic and already some experience in C++. But with irrlicht i am a total noob.
Sorry for the nothing-saying title but it's hard to explain your Problem with just a few words ;).

Here we go:

I ...