Search found 22 matches

by Sergio Cossa
Wed Oct 26, 2005 10:04 pm
Forum: Off-topic
Topic: Who you people really are !!!!!!!!!!!!!!!!!!
Replies: 90
Views: 9378

The old Sergio Cossa and their children


http://www.cervetto-ref.com.ar/SergioCossa_Hijos.jpg
by Sergio Cossa
Tue Sep 20, 2005 3:13 pm
Forum: Off-topic
Topic: Whats your favorite game/s (of all time)
Replies: 135
Views: 21439

1 - Civilization 1-2-3
2 - X-COM Terror from de deep

Turn strategy!! :D
by Sergio Cossa
Sat Aug 27, 2005 12:52 pm
Forum: Beginners Help
Topic: VS 2005 - Irrlicht.dll "c#"
Replies: 7
Views: 386

Marv,

You should not make reference to irrlich.dll you should make reference to Irrlicht.NET.dll only.

In the debug folder, the two libraries should be.

All the best.
by Sergio Cossa
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...
by Sergio Cossa
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. :...
by Sergio Cossa
Wed Jul 27, 2005 6:55 pm
Forum: Advanced Help
Topic: Camera Black & White style?
Replies: 9
Views: 1788

Thank you Spintz!

I will try to implement your suggestion.

All the best!
by Sergio Cossa
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...
by Sergio Cossa
Tue Jul 26, 2005 12:48 pm
Forum: Open Discussion and Dev Announcements
Topic: For spanish people
Replies: 119
Views: 22429

Viejo hilo, pero igual sigue habiendo lengua hispana por Irrlicht :)

Yo estoy trabajando con la versión .NET y C#

Saludos!!
by Sergio Cossa
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 :(

Thank you in advance!!
by Sergio Cossa
Sat Jul 23, 2005 12:01 pm
Forum: Irrlicht.NET
Topic: How to solve the gimbal lock in .NET?
Replies: 9
Views: 4323

Hi! I don't still know a lot of develop in games 3D and Irrlicht, but I am making some tests with code that appears in this post: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=4680&postdays=0&postorder=asc&highlight=skybox+camera&start=0 There are some samples in c++ and an ...
by Sergio Cossa
Fri Jul 22, 2005 2:34 pm
Forum: Irrlicht.NET
Topic: Matrix 4 Problem [beginner]
Replies: 2
Views: 1661

I neither can make that translation in C#... will it be that it is not still implemented for. NET?

All the best.
by Sergio Cossa
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...
by Sergio Cossa
Mon Jul 18, 2005 11:50 am
Forum: Irrlicht.NET
Topic: I want to develop with irrlicht and c#
Replies: 5
Views: 2293

ops... OK Sabima, it is correct, those links doesn't work more :(

If you give me an e-mail address, I send the file .zip that I download with the elric samples.

I suppose that there won't be any legal inconvenience with it :)
by Sergio Cossa
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...
by Sergio Cossa
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, ...