Search found 3 matches

by gizmocuz
Tue Nov 02, 2004 9:28 am
Forum: Advanced Help
Topic: How to use offset rotation with a billboard
Replies: 0
Views: 431

How to use offset rotation with a billboard

I asked the question in the newby section (http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=4201)
but none could answer this... maybe someone knows how to do this:

Imagine you have a plane that is rotated 20degrees on the X-az and Z-ax and you want to use this as a billboard node.... With the ...
by gizmocuz
Tue Nov 02, 2004 9:08 am
Forum: Advanced Help
Topic: Sending external messages to nodes
Replies: 7
Views: 1034

Hi Puh,

Afcourse it is possible to send mouse messages to the node this way. If you implement the above function (onmessage) you have two parameters. You can for example pass a structure to the message like this:

struct tagMouse
{
unsigned short posx;
unsigned short posy;
char bLeftMouseState ...
by gizmocuz
Thu Oct 21, 2004 3:02 pm
Forum: Open Discussion and Dev Announcements
Topic: wgl extentions
Replies: 0
Views: 512

wgl extentions

Hi there....

Is it possible to include the wglext.h header into irrlicht (SGI)? so we can start implementing for example PBuffers? And it will keep the library clean. The sync function for example is not taken out of this header file. (PFNWGLSWAPINTERVALFARPROC ... should be ...