Search found 16 matches

by rcelha
Thu Sep 04, 2008 3:34 pm
Forum: Beginners Help
Topic: Irr 1.4.1 and Newton 1.53 (LINUX)
Replies: 4
Views: 233

No, i didn't tried yet.

Well, i don't know if is a error of mine because i did download the example that are in irrlicht home page (http://irrlicht.sourceforge.net/tut_newton.html). The binary works, but when i compile using the newest version of irrlicht and newton (in booth Linux and on Windows ...
by rcelha
Thu Sep 04, 2008 2:54 pm
Forum: Beginners Help
Topic: Irr 1.4.1 and Newton 1.53 (LINUX)
Replies: 4
Views: 233

Irr 1.4.1 and Newton 1.53 (LINUX)

Hello,

I'm trying to start irrlicht physics with newton. I've tried every tutorial/howto that i've found, In every i have the same problem, the callbacks aren't called.

So, i looked in the forum and i didn't find no problem like this. some one know some problem between irrlicht 1.4.1 and newton 1 ...
by rcelha
Thu Aug 14, 2008 8:06 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 60

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 6:22 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 46

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 5:24 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 47

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 5:02 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 52

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 3:43 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 49

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 3:23 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 57

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 3:15 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 49

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 3:14 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 52

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 3:13 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 46

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Thu Aug 14, 2008 3:13 pm
Forum: Beginners Help
Topic: Problem to extend some elements
Replies: 0
Views: 45

Problem to extend some elements

Hello guys,

I'm studying irrlicht in my spare time. Every time i see someone implementing the irrlicht gui or billboard, i see a procedural structure used.

So, i was planning to think a structure to implement a animated billboard. I thought in doing that extending the IBillboardSceneNode (and the ...
by rcelha
Mon Apr 28, 2008 11:06 am
Forum: Beginners Help
Topic: string TO const c8*
Replies: 4
Views: 229

Folks!!!

tnx for that, now are really working :D

:)
by rcelha
Sat Apr 26, 2008 11:14 pm
Forum: Beginners Help
Topic: string TO const c8*
Replies: 4
Views: 229

hybrid, i've tryed this... but i think that i was confused when did it, hehehe


I'll try with more patience.... and tell you later....

Thanks a lot, guy
by rcelha
Sat Apr 26, 2008 11:06 pm
Forum: Beginners Help
Topic: string TO const c8*
Replies: 4
Views: 229

string TO const c8*

I've made a class that read content from xml file based on IrrXML. Is a very simples class, with that i pass only the path and the class return the value - some like xmlParser.getValue("/level/name") to get the value of node, or xmlParser.getValue("/level/skybox/up", "file") to get the attribute ...