Search found 60 matches
- Tue Nov 17, 2009 11:47 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 28034
audierre integration in the way will finish it as soon as i get enough time, for now i have to get ready for RadioPhysics seminar. so that no one says this post is offtopic: actual frime is never initialized when playing with this player i noticed that actual frame was something like -8494257245.......
- Sat Nov 14, 2009 3:19 pm
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 28034
work on windows.
for those who want to use this player in windows. what i did was: download http://ffmpeg.arrozcru.org/builds/shared/ffmpeg-r16537-gpl-lshared-win32.tar.bz2 from http://ffmpeg.arrozcru.org add include files & link libraries from this and also wrap ffmpeg includes with: //include extern "C&qu...
- Mon Sep 03, 2007 1:15 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Is there any way to play AVI in Irrlicht v1.3?
- Replies: 19
- Views: 2889
- Thu Aug 02, 2007 2:43 pm
- Forum: Beginners Help
- Topic: can i set refresh rate in irrlicht?
- Replies: 8
- Views: 693
hybrid I think thats not a good idea because refresh rates change with resolution if its possibe to get Max Refresh rate for chosen resolution that would be better for example on 1024x768 mode my monitor supports 120hz on 1280x1024 it supports only 85hz if desktop is 1024x768 and in irrlicht i creat...
- Thu Aug 02, 2007 2:35 pm
- Forum: Beginners Help
- Topic: can i set refresh rate in irrlicht?
- Replies: 8
- Views: 693
- Thu Aug 02, 2007 1:35 pm
- Forum: Beginners Help
- Topic: can i set refresh rate in irrlicht?
- Replies: 8
- Views: 693
- Thu Aug 02, 2007 10:14 am
- Forum: Beginners Help
- Topic: can i set refresh rate in irrlicht?
- Replies: 8
- Views: 693
can i set refresh rate in irrlicht?
hi, is it possible to set Screen Refresh Rate in irrlicht? :? it is a very important thing in games I hated GTA for that no way to set Display Freq and on 19' monitor 60hz thats bad really bad. why settle for 60 when 120 is much much better? I know i can force 120Hz from Catalyst Control Panel buy w...
- Wed Jul 25, 2007 2:49 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: How to make a 3d rpg camera in 10 steps
- Replies: 38
- Views: 36872
Geo877
just add
somwhere before main ();
just add
Code: Select all
#pragma comment(lib,"irrlicht.lib")
- Tue Jul 17, 2007 2:34 pm
- Forum: Beginners Help
- Topic: howto create boundaries around map? DONT allow swimming
- Replies: 9
- Views: 738
- Mon Jul 16, 2007 4:40 pm
- Forum: Beginners Help
- Topic: howto create boundaries around map? DONT allow swimming
- Replies: 9
- Views: 738
- Mon Jul 16, 2007 4:21 pm
- Forum: Beginners Help
- Topic: howto create boundaries around map? DONT allow swimming
- Replies: 9
- Views: 738
howto create boundaries around map? DONT allow swimming
hi,
i have my project on island and i want to create something like a boundary around a map so that my camera will be forbidden to go in water or jump of a dock into water any ideas?
thanks.
i have my project on island and i want to create something like a boundary around a map so that my camera will be forbidden to go in water or jump of a dock into water any ideas?
thanks.
- Fri Jul 13, 2007 3:36 pm
- Forum: Beginners Help
- Topic: CLICKING ON MOUSE GENERATES KEYBOARD EVENTS? UPDATED!
- Replies: 7
- Views: 566
- Fri Jul 13, 2007 3:29 pm
- Forum: Beginners Help
- Topic: CLICKING ON MOUSE GENERATES KEYBOARD EVENTS? UPDATED!
- Replies: 7
- Views: 566
oh the code.. well maybe because its tooo long? :D the main.cpp file is well about 4000Lines. and the event receiver part about 1000 lines. and i test for keys when clicking mouse because I use both mouse and keyboard together. and well my code is very messed its my first serious project im only 17 ...
- Fri Jul 13, 2007 2:07 pm
- Forum: Beginners Help
- Topic: CLICKING ON MOUSE GENERATES KEYBOARD EVENTS? UPDATED!
- Replies: 7
- Views: 566
CLICKING ON MOUSE GENERATES KEYBOARD EVENTS? UPDATED!
so me again.
now i think i found a bug.
when i click the mouse Event.KEYINPUT.CHAR is " Char 950 'ζ' wchar_t
"
but Event.keyinput.Key is KEY_KEY_U
and with keyboard pressed on U
char is 'U' and Key is KEY_KEY_U
now i think i found a bug.
when i click the mouse Event.KEYINPUT.CHAR is " Char 950 'ζ' wchar_t
"
but Event.keyinput.Key is KEY_KEY_U
and with keyboard pressed on U
char is 'U' and Key is KEY_KEY_U
- Tue Jul 03, 2007 12:55 pm
- Forum: Beginners Help
- Topic: help, something with images in gui.
- Replies: 0
- Views: 262
help, something with images in gui.
hi, there is something weird going on i have PNG Pictures created with adobe photoshop. but somethings wrong depending on position of element. some display correctly others not :( if i move them using keyboard PICTURE->move(0,1) in movement this place of "bending" moves and after moving of...