Search found 5 matches

by giacomo986
Thu Jul 09, 2015 6:31 am
Forum: Beginners Help
Topic: Problems with cameras
Replies: 4
Views: 892

Re: Problems with cameras

Seven wrote:if you made camera 1 and 2 children of camera 3, then you wouldnt have to update them at all, they would automagically move with camera 3
My needs are different. The transformations of the cameras are complex:

https://youtu.be/7UOVn3XjmnM
by giacomo986
Wed Jul 08, 2015 2:35 pm
Forum: Beginners Help
Topic: Problems with cameras
Replies: 4
Views: 892

Re: Problems with cameras

That works nicely, thank you.
by giacomo986
Wed Jul 08, 2015 1:37 pm
Forum: Beginners Help
Topic: Problems with cameras
Replies: 4
Views: 892

Problems with cameras

Hello everyone, I modified tutorial 18 SplitScreen to show you a problem that I can't solve: I want to make sure that a camera moves as a fps camera is connected to, so i modified the example: to connect camera[2] (normal camera) to camera[3] (fps camera) I added: camera[2]->bindTargetAndRotation(tr...
by giacomo986
Tue Mar 03, 2015 4:05 pm
Forum: Open Discussion and Dev Announcements
Topic: Stencil portals with irrlitch
Replies: 2
Views: 1112

Re: Stencil portals with irrlitch

Here i posted the source: https://github.com/giacomo986/Irrlicht-Stencil-Portals To compile the code I used Codeblocks and minGW with freeglut. Insert the folder inside irrlicht example folder, open the project with codeblocks and run. My code might be bad to see but I learned how to program for hob...
by giacomo986
Tue Mar 03, 2015 12:57 pm
Forum: Open Discussion and Dev Announcements
Topic: Stencil portals with irrlitch
Replies: 2
Views: 1112

Stencil portals with irrlitch

Hello everyone, i've done portals with irrlicht.

Here the video:
https://www.youtube.com/watch?v=lG3q7mjLg6E

I have to finish part of the code and write comments, then i'll share with you the source code.