Search found 140 matches

by Iyad
Tue Jul 19, 2011 7:39 pm
Forum: Beginners Help
Topic: Problem with Borland (now Embarcadero) Builder6
Replies: 7
Views: 455

Re: Problem with Borland (now Embarcadero) Builder6

Are you sure that the device was successfully created? Try to check it's value with a debugger, and where *device is pointing.
by Iyad
Sat Jul 16, 2011 9:30 pm
Forum: Bug reports
Topic: [fixed]problem with addFileArchive
Replies: 6
Views: 997

Re: problem with addFileArchive

Meanwhile, try to simply use "../Myfolder"
by Iyad
Thu Jul 14, 2011 2:59 pm
Forum: Beginners Help
Topic: fallback to software-renderer without reloading?
Replies: 1
Views: 134

Re: fallback to software-renderer without reloading?

No, you actually have to delete and recreate a new device (new video driver, new scene manager, etc) ...
You could save all your pointers to your meshes and textures, but you have to call the new scene manager and video driver to load them.
by Iyad
Mon Jun 06, 2011 4:17 am
Forum: Beginners Help
Topic: Can't remove model during rendering?
Replies: 6
Views: 857

the whole thing crashes at my smgr->drawAll(); This is surely a segmentation fault. You are referring to something in memory that does not exist anymore, and you are trying to render it. When deleting a node from the scenemanager, be sure to delete all its referring pointers. Use a debugger to find...
by Iyad
Mon Jun 06, 2011 4:10 am
Forum: Beginners Help
Topic: changing video driver
Replies: 12
Views: 514

It may be a hardware problem or a coding problem. Did you tried both openGL and directX? Does it give white screens for the 2 drivers? I think that you just overloaded the application in the beggining (loading tons of stuff and making tons of calculation), just re-check your code, i suggest that you...
by Iyad
Mon Jun 06, 2011 3:53 am
Forum: Beginners Help
Topic: animation
Replies: 2
Views: 198

b3d or directx. Look for gandalf's b3d converter for blender or you can simply export as directx format (.x). I prefer using b3d because it is much more reliable (always good uv maps, proportions, etc. and i get the exact mesh from blender to irrlicht). btw, be sure to animate your mesh with armatur...
by Iyad
Mon Jun 06, 2011 3:41 am
Forum: Beginners Help
Topic: about build the sources
Replies: 10
Views: 515

Does those errors happen when you compile your project or when you compile irrlicht? If it is in irrlicht, try to comment out the lines on the jpg library in irrcompileconfig.h.
by Iyad
Tue May 03, 2011 3:26 pm
Forum: Beginners Help
Topic: Loading 2D image into 3D space
Replies: 1
Views: 334

Create a plane. Add your texture image. Rotate it where you need. If you are a begginer in 3D developpement and you don't know how to manually create meshes: create a cube (cube scene node), set it z scale to 0, add your texture image and rotate it... ISceneNode* node = scenemanager()->addCubeSceneN...
by Iyad
Mon May 02, 2011 3:29 pm
Forum: Beginners Help
Topic: OnEvent problems
Replies: 8
Views: 414

This is a linker error. Probably you should recompile irrlicht, because it looks that OnEvent is not defined in the library. Be also sure that you include the correct files at the correct place and that you use the good namespaces.
by Iyad
Thu Apr 14, 2011 1:20 am
Forum: Advanced Help
Topic: Cut out water at intersection with ship
Replies: 9
Views: 949

This problem seems really hard to solve. If I was you, I would try to hack this; the solutions that comes to my mind right now : -Dont let the camera see what is inside the boat. -If the camera enter or sees what is in the boat, move the boat up on the z axis. -Make the boat model much more larger a...
by Iyad
Thu Apr 14, 2011 12:55 am
Forum: Project Announcements
Topic: Biology project
Replies: 15
Views: 13705

There is no malicious code in there, I have no interested in doing this; I provided some images to prove you that it is a serious project and if it was if it was a virus, probably that someone from the forum would had already reported it. If you dont trust me, scan the file on a anti-virus or simply...
by Iyad
Tue Apr 12, 2011 4:37 pm
Forum: Project Announcements
Topic: Biology project
Replies: 15
Views: 13705

I memorized about 10~ first words and then I started to forget them as more words came so I closed the app You must memorize the more you can, not all! :lol: The goal of this test is to verify if the short term memory is dynamic (like an array!), the results we expect is that brain memorize mostly ...
by Iyad
Tue Apr 12, 2011 4:08 pm
Forum: Project Announcements
Topic: Biology project
Replies: 15
Views: 13705

I'll reverse you the question, why have I to try that if the source is not available? I will re-reverse you the question. Why would you want the source code of a program that you did not even tryed? :D Then I got bored and quit :S Ah common man... You made the biggest part, there was a little part ...
by Iyad
Tue Apr 12, 2011 11:55 am
Forum: Project Announcements
Topic: Biology project
Replies: 15
Views: 13705

you can still release the source code using leaving destination IP blank. so user can send data only using the original application. Relesing it opensource will encourage people using it a lot Even if I let the destination IP blank, if another compiled version circulates through the internet, I may...
by Iyad
Mon Apr 11, 2011 12:57 am
Forum: Project Announcements
Topic: Biology project
Replies: 15
Views: 13705

Biology project

Hi everyone! As part of our biology class, we have to make an experiment and a research on a chosen topic. We took as subject the human memory, and we had the idea to make our analyses on computer (since we have to get alot of testers). How does it work? Simply download the application, run it and f...