The old Sergio Cossa and their children
http://www.cervetto-ref.com.ar/SergioCossa_Hijos.jpg
Search found 22 matches
- Wed Oct 26, 2005 10:04 pm
- Forum: Off-topic
- Topic: Who you people really are !!!!!!!!!!!!!!!!!!
- Replies: 90
- Views: 9378
- Tue Sep 20, 2005 3:13 pm
- Forum: Off-topic
- Topic: Whats your favorite game/s (of all time)
- Replies: 135
- Views: 21439
- Sat Aug 27, 2005 12:52 pm
- Forum: Beginners Help
- Topic: VS 2005 - Irrlicht.dll "c#"
- Replies: 7
- Views: 386
- Sat Jul 30, 2005 11:53 am
- Forum: Advanced Help
- Topic: Camera Black & White style?
- Replies: 9
- Views: 1788
Hi! Thank you to all. I was reading all the suggestions and trying to adapt them to my code. I also found an old one post on the topic: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=3245 Working is already almost, although they lack adjustments. When it is finished I will show in a post for...
- Wed Jul 27, 2005 9:46 pm
- Forum: Advanced Help
- Topic: Camera Black & White style?
- Replies: 9
- Views: 1788
Spintz, If I implemented it correctly, with that process my camera is fixed in the center and tour on its own axis. I need the inverse process, that is to say that an object is fixed in the center of the screen and my camera rotates around... Perhaps be this a basic concept, but I cannot solve it. :...
- Wed Jul 27, 2005 6:55 pm
- Forum: Advanced Help
- Topic: Camera Black & White style?
- Replies: 9
- Views: 1788
- Wed Jul 27, 2005 2:03 pm
- Forum: Advanced Help
- Topic: Camera Black & White style?
- Replies: 9
- Views: 1788
I will be more exact, to see if I get a help: I adapted several tutorials to make camera movements. A common camera, non FPS. For example, I can make that the camera rotates around my in center, move, ascend, lower, bring near or move away. But, how can I make that the camera rotates around an objec...
- Tue Jul 26, 2005 12:48 pm
- Forum: Open Discussion and Dev Announcements
- Topic: For spanish people
- Replies: 119
- Views: 22429
- Mon Jul 25, 2005 7:43 pm
- Forum: Advanced Help
- Topic: Camera Black & White style?
- Replies: 9
- Views: 1788
Camera Black & White style?
Hi!
Can somebody indicate me a link to code sample of how to create a camera to the style of Black & White?
I am new in Irrlicht and I have test some tutorials, but I don't achieve the same functionality![Sad :(](./images/smilies/icon_sad.gif)
Thank you in advance!!
Can somebody indicate me a link to code sample of how to create a camera to the style of Black & White?
I am new in Irrlicht and I have test some tutorials, but I don't achieve the same functionality
![Sad :(](./images/smilies/icon_sad.gif)
Thank you in advance!!
- Sat Jul 23, 2005 12:01 pm
- Forum: Irrlicht.NET
- Topic: How to solve the gimbal lock in .NET?
- Replies: 9
- Views: 4323
- Fri Jul 22, 2005 2:34 pm
- Forum: Irrlicht.NET
- Topic: Matrix 4 Problem [beginner]
- Replies: 2
- Views: 1661
- Mon Jul 18, 2005 12:01 pm
- Forum: Irrlicht.NET
- Topic: Button click event not work
- Replies: 12
- Views: 4831
Thank you karim. I didn't know about that separation of the events :? But... the good thing when the things don't work it is that they force to investigate :D MingGames, thank you, I no longer need their example code :D I also test RealmForge engine, it is based on the support of Axiom. I think that...
- Mon Jul 18, 2005 11:50 am
- Forum: Irrlicht.NET
- Topic: I want to develop with irrlicht and c#
- Replies: 5
- Views: 2293
- Sat Jul 16, 2005 2:46 pm
- Forum: Irrlicht.NET
- Topic: Button click event not work
- Replies: 12
- Views: 4831
karim , I test your code and I didn't have answers, but... I from inside the OnEvent also controlled the event EventType.MouseInput ( in other if ) I made the test of erasing those code lines and YES!!! :D the BUTTON_CLICKED event is captured correctly. MindGames , I can also close GUI windows from...
- Sat Jul 16, 2005 1:49 pm
- Forum: Irrlicht.NET
- Topic: How do you detect a window closing
- Replies: 4
- Views: 2829
I made an application in VS 2003 to take off the doubts that it was a problem of C# Express Beta 2. The button doesn't work to close the window GUI, neither the BUTTON_CLICKED event works... The event click that recognizes is that of EventType.MouseInput Similar to what I comment in another thread, ...