Search found 13 matches

by sir_gon
Fri Jul 13, 2007 11:00 pm
Forum: Beginners Help
Topic: I need access to CMatrix4 M property, but is private.
Replies: 4
Views: 394

Yes, already it had I gave account to me of that, so I am going to try to make it more direct. the important thing is that now it compiles without errors .

thanks. :D
by sir_gon
Fri Jul 13, 2007 10:27 pm
Forum: Beginners Help
Topic: I need access to CMatrix4 M property, but is private.
Replies: 4
Views: 394

wow, now i can compile. :D But, now I do not know like replacing this: matrix4 RowMaj2ColumnMaj(matrix4 RowMat) { int Row,Col; int i=0; matrix4 ColMat=RowMat; dFloat Matriz[4][4]; for(Col=0;Col<4;Col++) { for (Row=0;Row<4;Row++) { Matriz[Row][Col]=(dFloat)RowMat.M[i]; i++; } } i=0; for (Row=0;Row<4;...
by sir_gon
Fri Jul 13, 2007 10:02 pm
Forum: Beginners Help
Topic: I need access to CMatrix4 M property, but is private.
Replies: 4
Views: 394

I need access to CMatrix4 M property, but is private.

I have a code that acceded thus to the members of a matrix:

Code: Select all

matrix4 Matrix;

NewtonBodyGetMatrix(body,(dFloat*)&Matrix.M[0]);
But now M is private. I cant access to this property directly.

I proved with the method to pointer (), but it did not work to me or I applied it bad.
by sir_gon
Mon Jun 25, 2007 12:42 am
Forum: Beginners Help
Topic: [Linux] writing XML File, i get a binary and no text file
Replies: 3
Views: 734

[Linux] writing XML File, i get a binary and no text file

When i write an XML File on windows, i get a text file (this is normal). But on Linux (Ubuntu Dapper/Edgy/Feisty and Opensuse 10.2), myfile.xml is saved as a binary :shock: When i read myfile.xml with Irrlicht, has no problems :shock:, but when i want to open myfile.xml with kate or nano, they warn ...
by sir_gon
Sat Feb 10, 2007 6:15 am
Forum: Open Discussion and Dev Announcements
Topic: For spanish people
Replies: 119
Views: 21099

hace poco instale mediawiki para la web de mi proyecto, creo q sería buena idea un wiki irrlicht en español.

Es sencillo instalarlo con poco conocimiento de php y siguiendo las guías.

Adelante!
by sir_gon
Thu Feb 08, 2007 9:42 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht in debian? (spanish/english)
Replies: 7
Views: 825

gracias por acoger mi sugerencia, igual me gustaría saber con quien debo contactar (dentro del staff) para hacer saber esto. sería muy comodo instalar irrlicht con un simple: apt-get install libirrlicht libirrlicht-dev En cualquier caso, probablemente no pueda hacer nada hasta que empiece marzo, per...
by sir_gon
Wed Feb 07, 2007 5:09 am
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht in debian? (spanish/english)
Replies: 7
Views: 825

Irrlicht in debian? (spanish/english)

Hola, Soy usuario linux ( debian/ubuntu). Hace poco aprendí a empaquetar en .deb, entonces se me ocurrio que ¿porque Irrlicht no está en alguna distro? Entre otras cosas, empaquete irrlicht, pero no tengo un repositorio donde subirlo. Me gustaría saber que opinan. Si no hay inconveniente, me puedo e...
by sir_gon
Thu Feb 01, 2007 10:32 pm
Forum: Beginners Help
Topic: Does irrlicht allow the .X file format to run on linux ?
Replies: 4
Views: 226

Yes. I using .x in some demos with irrlicht on linux.
by sir_gon
Thu Feb 01, 2007 10:30 pm
Forum: Beginners Help
Topic: ERROR on LINUX: Could not find win32 key for x11 key
Replies: 4
Views: 373

ERROR on LINUX: Could not find win32 key for x11 key

when I press some keys, I get this error and a segmentation fault. this happens when I press keys like a "º" or "¡", etc... with letters and numbers it does not happen. is possible to modify the code of irrlicht so that it does not do anything if it does not recognize some key? M...
by sir_gon
Sun Nov 26, 2006 7:21 am
Forum: Open Discussion and Dev Announcements
Topic: For spanish people
Replies: 119
Views: 21099

parece que soy afortunado por haber hallado este topic :lol: Soy Gonzalo Díaz Cruz desde Chile Bueno, les cuento: Hace un tiempo descubri gracias al home de la web de irrlicht que existía un toolkit para juegos llamado GDT (Game Developers Toolkit). Ya hace un tiempo lo he probado y lo encuentro exc...
by sir_gon
Tue Oct 31, 2006 4:00 am
Forum: Beginners Help
Topic: how to change the video mode???
Replies: 2
Views: 245

how to change the video mode???

how to change the video mode while the system is being executed?

example: 1024x768x16 -> 800x600x32 -> 640x480x32

is possible?

I was reading the documentation but nonencounter not at all adapted to solve this :oops:
by sir_gon
Mon Oct 23, 2006 7:03 am
Forum: Beginners Help
Topic: Missing files on 1.1 (trying to compile with dev-c++)
Replies: 3
Views: 179

then I solicit that they move topic to begginers. On the problem, both archives do not appear in sources folder :? . I thought in add them by hand but they do not exist. Soon the problem with make (last error) I do not know to that one talks about with: E:\profiles\gon\Escritorio\INFO\irrlicht-1.1\s...
by sir_gon
Mon Oct 23, 2006 12:56 am
Forum: Beginners Help
Topic: Missing files on 1.1 (trying to compile with dev-c++)
Replies: 3
Views: 179

Missing files on 1.1 (trying to compile with dev-c++)

Ok, i try to compile the Irrlicht dll, but when i open Irrlicht.dev from source folder, i got it: http://img117.imageshack.us/img117/2787/screenshoterror1ta7.th.png http://img226.imageshack.us/img226/4828/screenshoterror2ut5.th.png Soon, omitting that, I compile and it appears to some errors: E:\pro...