Search found 34 matches

by Dr.Bunshin
Fri Aug 17, 2007 12:57 am
Forum: Beginners Help
Topic: Pre-Render for Cutscenes and Ingame movies
Replies: 4
Views: 444

Ok hybrid, and thanks. What I want to achieve is pre-rendering. I want to render a scene beforehand. Take the "REALTIME" out of irrlicht, capture each frame and write it to a file.
by Dr.Bunshin
Thu Aug 16, 2007 9:06 pm
Forum: Beginners Help
Topic: Pre-Render for Cutscenes and Ingame movies
Replies: 4
Views: 444

Well, Can someone just tell me its not possible?
by Dr.Bunshin
Sat Aug 11, 2007 5:06 am
Forum: Beginners Help
Topic: Pre-Render for Cutscenes and Ingame movies
Replies: 4
Views: 444

Pre-Render for Cutscenes and Ingame movies

Hello again Community!

I was wondering about optimizing cutscenes when I thought of trying to render things like that before-hand. Good idea? Possible? How would I go about doing it?
by Dr.Bunshin
Sat Aug 11, 2007 4:37 am
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Well!

I stoled the makefiles from the examples and set the CXX var and Tadaa! Everything is working smoothly. Horay! Thanks for all the help hybrid, also, I put -lIrrlichtm because I wanted to see if it would error out. Heh, thanks again.
by Dr.Bunshin
Fri Aug 10, 2007 3:23 pm
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Hello Everyone! I hope you slept well CuteAlien - I removed the slash but :( no go, Thanks anyways hybrid - Yeah, I put -lIrrlichtm and it did error out so... You know, I did compile irrlicht my self, could I have done something wrong? Ill be back online tonight, for the last night of my isolation/v...
by Dr.Bunshin
Fri Aug 10, 2007 5:02 am
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Yay, used script to capture stuff! /tmp/ccUwbkC3.o(.text+0x76): In function `main': : undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned, bool, bool, bool, irr::IEventReceiver*, char const*)' collect2: ld returned 1 exit status and c...
by Dr.Bunshin
Fri Aug 10, 2007 1:05 am
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Thanks guys, but I need more help.

randomMesh - No, its a linker error. I put using namespace irr anyways.

CuteAlien - I put -lIrrlicht, is that right?

hybrid - thanks, ill check SVN
by Dr.Bunshin
Thu Aug 09, 2007 10:04 pm
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

I would prefer to build my own html documentation, so where is this scripts/ you speak of? Its not in my irrlicht sdk nor is it in the doxygen as far as i can tell. Thanks some more for the help guys. Edit: Also, I got a funny linker error. Its a undefined refrence to the createDevice() function. Su...
by Dr.Bunshin
Thu Aug 09, 2007 3:43 pm
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Yay! Thanks hybrid, I didnt think to use g++, I thought it was a link anyways. Well thats what did it, g++. Thanks again.

On a later note, does anyone know of a good chm view for linux? So I can read the irrlicht api witout internet.
by Dr.Bunshin
Thu Aug 09, 2007 3:22 pm
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Well, Im using DSL cause it runs well on this antique laptop, thats all. I did link against the irrlicht library but i still have a small linker problem. Its something to do with irrlichts allocator. One of the errors goes something like this "Undefined refrence to operator delete(void*)" ...
by Dr.Bunshin
Thu Aug 09, 2007 1:29 am
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Wow, how stupid can I be? I got so used to coding my game in windows that I forgot irrlicht was organized in namespaces
Thanks a ton!
by Dr.Bunshin
Thu Aug 09, 2007 1:15 am
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

lol thanks but If there is a stroke for copy from xterm, tell me cause i dont know. ctrl + c does not work to my experience. also, i dont like the mouse, at home i prefer VR glove.
by Dr.Bunshin
Thu Aug 09, 2007 12:52 am
Forum: Beginners Help
Topic: Linux Problems (Was quite simple)
Replies: 23
Views: 839

Linux Problems (Was quite simple)

Hello everyone! I am on linux (DSL) and im having trouble compiling an irrlicht app. I sucessfully compiled Irrlicht itself. But when I just do #include<irrlicht.h> int main() { IrrlichtDevice *device; return 0; }; That is the simplist right? gcc does not say anything about not finding irrlicht.h. o...
by Dr.Bunshin
Mon Aug 06, 2007 4:16 am
Forum: Beginners Help
Topic: addArrowMesh
Replies: 3
Views: 675

Tanks! It all come together :)
by Dr.Bunshin
Mon Aug 06, 2007 1:11 am
Forum: Beginners Help
Topic: addArrowMesh
Replies: 3
Views: 675

addArrowMesh

Hello everyone!

I have not been around here in a while. Its nice to see some familiar aliases :)

How do you use addArrowMesh? Can someone provide an example?