Search found 27 matches

by nannolo
Thu Jan 06, 2011 2:03 am
Forum: Beginners Help
Topic: Cut IGUIImage
Replies: 8
Views: 388

Thanks ducky i got the wanted effect using an empty image rect as parent for the compass :D
by nannolo
Sat Dec 25, 2010 3:00 pm
Forum: Beginners Help
Topic: Cut IGUIImage
Replies: 8
Views: 388

:/ I haven't find how to move UV texture on IGUIElements yet
by nannolo
Sat Dec 25, 2010 2:32 pm
Forum: Beginners Help
Topic: Cut IGUIImage
Replies: 8
Views: 388

:/ but the image will translate on the left and on the right

cutting manually previously i think is too laborously and hard to mantain if i want to change graphics

http://sanje.comuv.com/irrtest/test.png

this is the actual image
by nannolo
Sat Dec 25, 2010 2:07 pm
Forum: Beginners Help
Topic: Cut IGUIImage
Replies: 8
Views: 388

Hi
I don't want to hide the exceded parts with another picture
I want to cut them :) before showing them on the screen
by nannolo
Sat Dec 25, 2010 1:54 pm
Forum: Beginners Help
Topic: Cut IGUIImage
Replies: 8
Views: 388

Cut IGUIImage

Hi everybody I'm creating a compass for a first person shooter game it's a inline compass like the cod4 one or the rabcat one I used an IGUIImage to display the compass image and i'm translating it to show the pointer now i need to cut off some part of the image something like a resize of the showin...
by nannolo
Thu Mar 12, 2009 8:47 pm
Forum: Advanced Help
Topic: QT libraries
Replies: 2
Views: 445

I searched with "qt" and i didn't find anything maybe search engine needs more letter...
i found what i want with "qt widget", thanks
by nannolo
Wed Mar 11, 2009 1:45 pm
Forum: Advanced Help
Topic: QT libraries
Replies: 2
Views: 445

QT libraries

Does anyone integrate irrlicht in a QT widget? (some thing like seeing irrlicht in a box)
I didn't find anything about this in the forum
(maybe i have written a wrong criteria to search)
by nannolo
Fri Jul 25, 2008 5:44 pm
Forum: Beginners Help
Topic: Collisione Detection with Newton
Replies: 8
Views: 261

Sudi wrote:then u didn't check the irrlicht forum. bc there are hundreds posts about using newton. and i know that bc i answered to almost all of them. but seeing u being that lazy i will just say use the search function.
Yes i used the search function, any other ways to search something?
by nannolo
Fri Jul 25, 2008 5:22 pm
Forum: Beginners Help
Topic: Collisione Detection with Newton
Replies: 8
Views: 261

Do you have any idea Why bother to get an answer straight away by searching the wealth of knowledge in existing threads, when you can start yet another "wich phsyic engane shood i yews????" thread and wait for someone to take the time to craft a personal answer tailored just for you? I di...
by nannolo
Fri Jul 25, 2008 3:14 pm
Forum: Beginners Help
Topic: Need help and explanation on creating game Menu..
Replies: 5
Views: 207

I create another class for the menu, because it was easier to manage the menu that way after used menu simply i have a switch like this menu.showMenu(); switch (menu.getChoice()){ case 0: //click on the start button core.start(); break; case 1: //click on the option button menu.showOption(); break; ...
by nannolo
Fri Jul 25, 2008 3:04 pm
Forum: Beginners Help
Topic: Need help and explanation on creating game Menu..
Replies: 5
Views: 207

ah ok

i made something like this
1. init game ,
2. GUI loop
3. from the loop i get a value , it's the choice about the menu
4. if the choice is "start game" then clear the GUI and start the GAME loop
by nannolo
Fri Jul 25, 2008 2:53 pm
Forum: Beginners Help
Topic: Collisione Detection with Newton
Replies: 8
Views: 261

cdrwolfe wrote:No!

or Perhaps YES?
wow...

i mean
i want to use it istead of the triangle selector

?_?
by nannolo
Fri Jul 25, 2008 2:51 pm
Forum: Beginners Help
Topic: Need help and explanation on creating game Menu..
Replies: 5
Views: 207

Hi
there is a class for manage the GUI enviroment
you can find something very usefull here -> http://irrlicht.sourceforge.net/tut005.html

this is tha api about the GUI enviroment -> http://irrlicht.sourceforge.net/docu/cl ... nment.html
by nannolo
Fri Jul 25, 2008 2:41 pm
Forum: Beginners Help
Topic: Collisione Detection with Newton
Replies: 8
Views: 261

Do you have any idea how many times this question has been asked? Of course not. Why bother to get an answer straight away by searching the wealth of knowledge in existing threads, when you can start yet another "wich phsyic engane shood i yews????" thread and wait for someone to take the...
by nannolo
Fri Jul 25, 2008 1:42 pm
Forum: Beginners Help
Topic: Collisione Detection with Newton
Replies: 8
Views: 261

Collisione Detection with Newton

Hi all ,
i m going to use Newton
for my project with irrlicht

which is the most easy to use physic engine?

is it a good idea to use Newton for evreything?
even for collission between the main character and the world?