Search found 14 matches
- Tue Jan 30, 2007 1:43 pm
- Forum: Advanced Help
- Topic: Does setFov work as the zoom function?
- Replies: 20
- Views: 2938
If HL2 does not use fov, you better not use it too. I dont remember UT using FOV. I am trying to write code to perform zooming by cam movements. I wrote a simple code, used setPosition func. and it worked but then I decided to add collision detection to the code. The problem is that the collision de...
- Mon Jan 29, 2007 8:04 am
- Forum: Advanced Help
- Topic: Does setFov work as the zoom function?
- Replies: 20
- Views: 2938
In all the FPS games I have played zooming has been achieved by reducing (not increasing) the FOV, whether it was a built in function or a user made macro. Could you please name some games? Irrlicht's camera works properly. When you increase the FOV, a larger area must be shown in the predefined wi...
- Sun Jan 28, 2007 7:17 pm
- Forum: Advanced Help
- Topic: Does setFov work as the zoom function?
- Replies: 20
- Views: 2938
Why setFOV cannot be used for zooming Take a look at the following pics. 1st pic: no change in fov or zoom 2nd pic: effect of increasing FOV 3rd pic: effect of zoom back (performed by cam. movement) http://www.geocities.com/as15ir/fovnzoom2.jpg Notice the degradation of the tiles in second pic. rela...
- Fri Jan 26, 2007 8:06 pm
- Forum: Advanced Help
- Topic: Does setFov work as the zoom function?
- Replies: 20
- Views: 2938
I think setFOV cannot be used as zoom. Because increasing the FOV yields a panorama cam which is different from what we expect from a zoom function. I find it funny that you ask us if fov does what we say it does, and then when we say yes, you tell us we are wrong I was not sure about this, and I as...
- Fri Jan 26, 2007 8:14 am
- Forum: Advanced Help
- Topic: Does setFov work as the zoom function?
- Replies: 20
- Views: 2938
Thank you all for your answers. I examined the setFOV function more. The problem with this function is that the setFOV changes the position of the camera. What is Field Of View? Try to put your eyes half closed. This changes your field of view. There is no zoom or translation in your view. But in Ir...
- Thu Jan 25, 2007 6:58 pm
- Forum: Advanced Help
- Topic: Does setFov work as the zoom function?
- Replies: 20
- Views: 2938
Does setFov work as the zoom function?
Dear friends As I searched in Irr forums, I found that some people use setFov function for zooming. But it seems that these are different things. Consider a real camera, the field of view is related to the lens area (i.e. fish eye camera), but zoom depends on distance of two internal lenses used. It...
- Mon Jan 15, 2007 7:38 am
- Forum: Game Programming
- Topic: IrrEdit source released?
- Replies: 3
- Views: 2107
- Wed Jan 10, 2007 11:36 am
- Forum: Game Programming
- Topic: IrrEdit source released?
- Replies: 3
- Views: 2107
IrrEdit source released?
Dear Friends
Has the source of IrrEdit been published? If not do you know any other editor for irrlicht with source code?
Has the source of IrrEdit been published? If not do you know any other editor for irrlicht with source code?
- Sun Sep 10, 2006 2:05 pm
- Forum: Advanced Help
- Topic: Playing movie in texture
- Replies: 118
- Views: 62264
Guys, the maximum fps I reach on a GeForce4 MX 4000, is 70 with a movie playing. How do you manage to get fps higher than 200? aerial, I'm afraid i have only tried WMVs not any of the other formats and my problem simply turned out to be me trying to use 32-bit colour format AND the stencil buffer (I...
- Mon Sep 04, 2006 12:32 pm
- Forum: Advanced Help
- Topic: Playing movie in texture
- Replies: 118
- Views: 62264
- Wed Feb 22, 2006 11:46 am
- Forum: Beginners Help
- Topic: Show Video file with Irrlicht
- Replies: 1
- Views: 182
Show Video file with Irrlicht
Dear Friends
I want to show a video file with irrlicht.
Unfortunately I could not find this feature on Irrlicht.
Could anyone help me if Irrlicht supplies video displaying and if not can I change it to show video files?
Best Regards
I want to show a video file with irrlicht.
Unfortunately I could not find this feature on Irrlicht.
Could anyone help me if Irrlicht supplies video displaying and if not can I change it to show video files?
Best Regards
- Sun Oct 16, 2005 12:50 pm
- Forum: Beginners Help
- Topic: making a good quality scene (contains an image)
- Replies: 6
- Views: 631
Thanx for your guidance, That my friend is the zbuffer problem. Firstly try enabling StencilBuffer - that SHOULD get rid of it. However that is not ideal for low end systems. So you can either implement 24bit nostencil in your renderer or SCALE DOWN your mesh a large amount - the smaller mesh will p...
- Tue Oct 11, 2005 9:05 am
- Forum: Beginners Help
- Topic: making a good quality scene (contains an image)
- Replies: 6
- Views: 631
making a good quality scene (contains an image)
Dear Friends I made a scene with 3ds max & exported it to my3d format. It's ok, loaded in Irrlicht, The problem is I don't like the quality, for example when 2 perpendicular surfaces join together, the joining line between them is not a smooth line, Please see the picture I uploaded from the sce...
- Mon Sep 26, 2005 11:29 am
- Forum: Beginners Help
- Topic: tutorial about exporting from 3ds max
- Replies: 4
- Views: 428
tutorial about exporting from 3ds max
Dear friends. I know this maybe a very elementary question and maybe answered before but I could not find where. I have no experience on graphic designing, So I dont know how to export from 3ds max to a format which can be used in Irrlicht, I tried using my3d exporter , but I dont know what to do wi...