Search found 17 matches

by spyro
Fri Jul 28, 2006 4:50 pm
Forum: Beginners Help
Topic: Draw a single pixel
Replies: 14
Views: 1013

I've tried it but nothing changed.
Maybe the transforms cause this problem like vitek wrote.
I will see for it.

Edit: I've tried it and it works now! Thank you! :D
by spyro
Fri Jul 28, 2006 3:55 pm
Forum: Beginners Help
Topic: Draw a single pixel
Replies: 14
Views: 1013

How can I use glColor4f(red, green, blue, alpha)? I've tried it, but nothing happened. Any Ideas? Here is my current code (thanks to Emil_halim for his example): #include "gl/gl.h" #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video...
by spyro
Fri Jul 28, 2006 2:47 pm
Forum: Beginners Help
Topic: Draw a single pixel
Replies: 14
Views: 1013

Looks cool! :D
I will try it with OpenGl and thanks for your help.
by spyro
Mon Jul 17, 2006 7:33 pm
Forum: Beginners Help
Topic: Timer example...
Replies: 8
Views: 367

Yeah!
Thank you CuteAlien, the timer works now! :D

spyro
by spyro
Mon Jul 17, 2006 5:54 pm
Forum: Beginners Help
Topic: Timer example...
Replies: 8
Views: 367

Code: Select all

#include <windows.h>

void test()
{
}

SetTimer(hwnd, NULL, 1000, test);

int main()
{
}

by spyro
Mon Jul 17, 2006 5:23 pm
Forum: Beginners Help
Topic: Timer example...
Replies: 8
Views: 367

Here is the error :evil:

Code: Select all

expected constructor, destructor, or type conversion before '(' token 
expected `,' or `;' before '(' token 
[Build Error]  [main.o] Error 1 
PS: I'm using DevCPP

spyro
by spyro
Mon Jul 17, 2006 4:45 pm
Forum: Beginners Help
Topic: Timer example...
Replies: 8
Views: 367

Here is the definition of the function: UINT_PTR SetTimer( HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc ); Here is the full definition -> Link I tried to replace the last parameter of this function (IpTimerFunc) with the name of my function, but it didn't work. Any ideas? spyro
by spyro
Mon Jul 17, 2006 3:06 pm
Forum: Beginners Help
Topic: Timer example...
Replies: 8
Views: 367

Timer example...

Hi
I need a little timer example which uses the SetTimer function, because i wasn't able to get it working.
If someone has a example post it please.

spyro
by spyro
Sun Jul 16, 2006 1:38 pm
Forum: Beginners Help
Topic: Draw a single pixel
Replies: 14
Views: 1013

It sounds a little bit difficult, isn't it?
But i will try it soon. :wink:
Thank's for your help!

spyro
by spyro
Sun Jul 16, 2006 9:34 am
Forum: Beginners Help
Topic: Draw a single pixel
Replies: 14
Views: 1013

Where can i find this function?
In the OpenGL libraries or in the basic functions of Irrlicht?
If the function is in the OpenGL libraries, could it be combined with Irrlicht or not?
PS: Sorry, for my English :D

spyro
by spyro
Sat Jul 15, 2006 5:30 pm
Forum: Beginners Help
Topic: Draw a single pixel
Replies: 14
Views: 1013

Draw a single pixel

Is the drawing of single pixels in Irrlicht possible, when not, how it could be done?
I've searched for this feature today, but I've found nothing.

Thanks for your help :)
spyro
by spyro
Mon Aug 22, 2005 4:20 pm
Forum: Advanced Help
Topic: True Axis Physics
Replies: 2
Views: 420

PM sent! :D
(Thanks for your help)
by spyro
Fri Aug 19, 2005 5:59 pm
Forum: Advanced Help
Topic: True Axis Physics
Replies: 2
Views: 420

True Axis Physics

Hi!

I have some problems with the True Axis Physics Engine. If someone has an example, tutorial in using this Engine with Irrlicht -> give it to me, please.
Sorry for my English. 8)
by spyro
Wed Aug 10, 2005 11:01 am
Forum: Advanced Help
Topic: A Problem with: getSceneNodeFromRayBB()
Replies: 1
Views: 470

A Problem with: getSceneNodeFromRayBB()

Hi! I have some problems with this code: position2d<s32> MausPos; MausPos = device->getCursorControl()->getPosition(); line3d<f32> linie = smgr->getSceneCollisionManager()->getRayFromScreenCoordinates(MausPos, smgr->getActiveCamera()); objekt = smgr->getSceneCollisionManager()->getSceneNodeFromRayBB...
by spyro
Sun Jul 24, 2005 9:28 pm
Forum: Advanced Help
Topic: How can I get the File List of a .pk3/.zip etc. File?
Replies: 4
Views: 372

Thank you!
It has helped! :D