Search found 16 matches

by Peppe
Sat Aug 25, 2007 6:22 am
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Wow, it work!!!!!!!!! :D :D Thank you very much!!!!!!!! :D
by Peppe
Fri Aug 24, 2007 10:04 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Ok...I solved...But if I solve a problem, another problem appear: http://img262.imageshack.us/img262/9312/teletd9.jpg When I rotate the camera target from -90° to 90° it work correctly, but if I rotate the camera target over 90° , the target rotate forr 180° on the Y axis and return to -90°. This is...
by Peppe
Fri Aug 24, 2007 8:09 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

can you help me?
by Peppe
Tue Aug 21, 2007 11:53 am
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

If I click the arrow key I move the camera with setPosition and rotate the target...

I want rotate the target whit mouse movement.
by Peppe
Mon Aug 20, 2007 9:54 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

uhm..I have a strange effect:

If I click right mouse button, My target is (0,0,0), but if I move the camera with directional keys , I rotate the camera :shock: .

Hem...can I rotate the camera whit the mouse?
by Peppe
Mon Aug 20, 2007 9:38 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Dont work :( this is my loop: camera->setPosition(core::vector3df( Spostamento_CameraX*2,255*2,Spostamento_CameraZ*2)); if (sganctarg==true){ //I use the boolean SgancTarg for the right mouse button is pressed. point = device->getCursorControl()->getPosition(); if (point.X >= 645){ Rotangle = Rotang...
by Peppe
Mon Aug 20, 2007 9:21 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

If I moltiplicate the cosinus and the sinus for a high value (eg: 880) I generate a "earthquake" :shock: :shock: :shock: :shock:

hum...like a two forces stop the camera:

Anti-camera movement <----MyCamera----> camera movement
by Peppe
Mon Aug 20, 2007 9:09 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

ok, the debug values reading the movement, but the camera don't move :shock:
by Peppe
Mon Aug 20, 2007 7:25 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Uhm...I understand... :D I calculate the Z position by the Pythagoras' theorem : the radius of circle is the hypotenuse and the x value is a triangle's leg. the z value is another triangle's leg. Value.Z = sqrt(radius*radius - Value.X*Value.X) . but how I have the radius value?? thank you very much....
by Peppe
Mon Aug 20, 2007 1:04 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Ok, I solved...but I have another problem: I move the target, but the target stop at 90 degrees and at -90 degrees. :shock: . the maximum rotation of the target, in my program is 180 degrees :shock: ... I post my code: camera->setPosition(core::vector3df( Spostamento_CameraX*2,255*2,Spostamento_Came...
by Peppe
Fri Aug 17, 2007 12:13 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

can you help me?
by Peppe
Thu Aug 16, 2007 9:25 am
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Thank you, randomMesh, but my real problem is the input.. :oops: I partially solved the problem, for the camera movement foward/Backward, Left/Right: class MyEventReceiver : public IEventReceiver { virtual bool OnEvent(SEvent event) { if (event.EventType == irr::EET_KEY_INPUT_EVENT&& event.K...
by Peppe
Wed Aug 15, 2007 7:16 pm
Forum: Beginners Help
Topic: Can I create a not-FPS camera?
Replies: 24
Views: 2003

Can I create a not-FPS camera?

Hi to all! :D I want to create a camera not-fps, but I don't know the procedures. Can you explain to me the procedures?

thank you very much!

PS: excuse me if I committed several mistakes, but I'm Italian and I know only little bit of English. :oops:
by Peppe
Thu Aug 09, 2007 7:01 pm
Forum: Beginners Help
Topic: How to create a dynamic texture
Replies: 4
Views: 369

Ehm...I Tryed it, but the program don't work :( . Do you give me a sample code, please? :)

Thank you :D
by Peppe
Thu Aug 09, 2007 10:03 am
Forum: Beginners Help
Topic: How to create a dynamic texture
Replies: 4
Views: 369

Thank you, bleck :D ! I tryng it soon :D !

bye :)