Search found 22 matches

by forX
Wed Jan 05, 2011 4:05 pm
Forum: Beginners Help
Topic: multiplayer server connection
Replies: 3
Views: 427

tank you both
by forX
Wed Jan 05, 2011 4:14 am
Forum: Beginners Help
Topic: multiplayer server connection
Replies: 3
Views: 427

multiplayer server connection

Hi,
I want to create a multiplayer version of irrlicht

I'm junior developper so I know how to use socket in somes language but I dont know if that will be a good idea.

did I need to use a librairie or something like that

I saw somebody talk about libcurl and network library.

DirecPlay maybe

any ...
by forX
Tue Nov 23, 2010 2:14 pm
Forum: Code Snippets
Topic: Anaglyph rendering.
Replies: 28
Views: 34289

in fact, I try to change/duplicate the drawAll on sceneManager but each time I had an error when I try to execute the new function
by forX
Tue Nov 23, 2010 2:39 am
Forum: Code Snippets
Topic: Anaglyph rendering.
Replies: 28
Views: 34289

so I duplicate the wndProc, I change somes things but I have somethings that I ... I dont know what to do


driver->setViewPort(rect<s32>(0,0,ResX,ResY)); driver->beginScene(true,true,SColor(255,100,100,100),hWnd1); smgr->setActiveCamera(camera[0]);
smgr->drawAll();
driver->endScene();
driver ...
by forX
Mon Nov 22, 2010 12:48 am
Forum: Code Snippets
Topic: Anaglyph rendering.
Replies: 28
Views: 34289

did u succed on a dual screen or only the anaglyph with a simple device?

-----------------------------------------------------------------------------------

I have some issues all the time, I try to create window with irrlitch winproc fct but...

I try :
wc.lpfnWndProc = (WNDPROC)(irr ...
by forX
Sat Oct 16, 2010 7:31 pm
Forum: Beginners Help
Topic: camera no action drawAll
Replies: 4
Views: 491

I need to create the an app with 2 windows

both of them have their own camera,
each camera are created by the main camera of my scene (1 is the left side and the other the right side)

so, I cant use/draw the main camera and this make my program not moving

why is not moving, the move is on the ...
by forX
Sat Oct 16, 2010 2:59 am
Forum: Beginners Help
Topic: camera no action drawAll
Replies: 4
Views: 491

nobody have do multiple window for a program

I use a part of this post, but like here no answer
http://irrlicht.sourceforge.net/phpBB2/ ... 081#234081

any help/idea???
by forX
Fri Oct 15, 2010 3:25 am
Forum: Code Snippets
Topic: Anaglyph rendering.
Replies: 28
Views: 34289

did the code working, for me the window is freeze

the winProc need to be the win32 version (I work on windows)
how to create that

I use a standard winProc for the moment but we need the processing of the win32 but I dont know how to use it because CIrrDeviceWin32 is not in irr, I dont know how ...
by forX
Thu Oct 14, 2010 6:01 am
Forum: Beginners Help
Topic: camera no action drawAll
Replies: 4
Views: 491

camera no action drawAll

Hi ,
I have a little problem with a program using hWnd and draw a modified camera
so I not draw the fps camera (//smgr->drawAll())
but not using it make off fps control, so no action

did we have another function that I can use/call for that the program knows is suppose to do something?


note/idea ...
by forX
Sun Oct 10, 2010 4:18 am
Forum: Code Snippets
Topic: Anaglyph rendering.
Replies: 28
Views: 34289

Hi
I look at your code and I try to do something similar
I try somes things but I'm always stuck wioth the fps not moving,
if the main camera (in your program its pcamera) is not draw, the software seems to not move, maybe the receiver not sending the information?

did you succeed with that (its ...
by forX
Sun Oct 10, 2010 1:05 am
Forum: Advanced Help
Topic: Multiple screens
Replies: 10
Views: 4770

I'm noob

did u edit the endScene function?
by forX
Thu Sep 30, 2010 9:12 pm
Forum: Beginners Help
Topic: Window/Device position
Replies: 4
Views: 773

tanks
but I'm not really that much advanced,
did you have any direction or something that can help me to go that way.
maybe somebody else project?

tank you
by forX
Thu Sep 30, 2010 3:59 am
Forum: Beginners Help
Topic: Window/Device position
Replies: 4
Views: 773

Window/Device position

its a simple question:

How did we move/change the position of a window/device in NOT fullscreen mode?

tank you
by forX
Sun Sep 12, 2010 8:49 pm
Forum: Advanced Help
Topic: Rendering with OpenGL
Replies: 14
Views: 2581

I see
I already look at anaglyph with opengl, that's why I already saw the code above.
but what I want to do its to separate each of view, left and right, in different viewport.
I dont want to use the nvidia stereo drivers
I have 2 small screen, 1 by eye for emulate the 3d vision
but I have some ...
by forX
Sun Sep 12, 2010 8:25 pm
Forum: Advanced Help
Topic: Rendering with OpenGL
Replies: 14
Views: 2581

did u mean the matrix4 function like buildCameraLookAtMatrixLH?