Search found 7 matches

by sarabulho
Tue Aug 25, 2009 7:20 pm
Forum: Beginners Help
Topic: Rotating Camera
Replies: 4
Views: 354

Tanks a lot men it really works.
by sarabulho
Tue Aug 25, 2009 2:39 pm
Forum: Beginners Help
Topic: Rotating Camera
Replies: 4
Views: 354

I want replace the mouse using keys from keyboard to do what the mouse do. The camera stay fixed and i want to look up and down, and look to right and left side but the camera have to stay fixed in a point. i have tray with two codes: 1: core::vector3df cameraRotation = camera->getRotation(); if(rec...
by sarabulho
Tue Aug 25, 2009 2:55 am
Forum: Beginners Help
Topic: Rotating Camera
Replies: 4
Views: 354

Rotating Camera

I want rotate the camera through the Y axis, with the E and R keys, but i keep failing, can anyone please help me? i don't know what else to do
by sarabulho
Mon Aug 24, 2009 7:40 pm
Forum: Beginners Help
Topic: Can anyone help me with this?
Replies: 5
Views: 570

Problem solved!!
by sarabulho
Thu Aug 20, 2009 9:49 pm
Forum: Beginners Help
Topic: Can anyone help me with this?
Replies: 5
Views: 570

thanks but it didn't work
by sarabulho
Thu Aug 20, 2009 6:29 pm
Forum: Beginners Help
Topic: Can anyone help me with this?
Replies: 5
Views: 570

#include <irrlicht.h> #include <iostream> using namespace irr; #ifdef _MSC_VER #pragma comment(lib, "Irrlicht.lib") #endif class MyEventReceiver : public IEventReceiver { public: MyEventReceiver(scene::ISceneNode* room, gui::IGUIEnvironment* env, video::IVideoDriver* driver) { // store po...
by sarabulho
Thu Aug 20, 2009 5:33 pm
Forum: Beginners Help
Topic: Can anyone help me with this?
Replies: 5
Views: 570

Can anyone help me with this?

Hey everybody! I'm making a game and i seem to have a problem, i used the irrlicht example number 11 - Per Pixel Lighting, and applyed the collision example to have both light shaders, and collisions. When i run the game my walls look like a disco, when i exchange between parallax mapping and bump m...