Thanks for replying my post...
I will try to find something with google, the searchengine here etc. (I am so stupid that I didn't searched first)
--Blender3D
Search found 10 matches
- Fri Aug 22, 2008 12:46 pm
- Forum: Beginners Help
- Topic: Output redirection?
- Replies: 3
- Views: 406
- Fri Aug 22, 2008 11:04 am
- Forum: Beginners Help
- Topic: Output redirection?
- Replies: 3
- Views: 406
Output redirection?
Hello, Guys
I have a short question again: How can outputs of Irrlicht be redirected to any file (e.g. /dev/null)? I know that you cat do this when you don't call ./yourExectable but ./yourExecutable > /dev/null. But don't want to call my programm from the shell. So this dataredirection should be ...
I have a short question again: How can outputs of Irrlicht be redirected to any file (e.g. /dev/null)? I know that you cat do this when you don't call ./yourExectable but ./yourExecutable > /dev/null. But don't want to call my programm from the shell. So this dataredirection should be ...
- Mon Aug 18, 2008 11:28 am
- Forum: Beginners Help
- Topic: 50% CPU during Demo app
- Replies: 17
- Views: 2280
I think he wants his Dualcore-machine working with 100% too. If so he has to change his code. OpenMP is a (easy to use) multiprocessing librarie which will make his application working on both cores (with 100%). I guess that he will have to write some extra lines of code if he wants to use openMP ...
- Sun Aug 17, 2008 2:56 pm
- Forum: Project Announcements
- Topic: IPhysics - Newton/Irrlicht framework
- Replies: 338
- Views: 134863
- Sat Aug 16, 2008 3:30 pm
- Forum: Advanced Help
- Topic: double sided faces?
- Replies: 8
- Views: 948
- Thu Aug 14, 2008 7:41 pm
- Forum: Advanced Help
- Topic: double sided faces?
- Replies: 8
- Views: 948
Thanks for replying guys...
I can tell you: The model looks much better now, but the shadow is as bad as before. The Shadow looks better, if I take the model twice: once with normals outside an once with normals flipped. But that gives very very poor performance.
Another question: How can faces be ...
I can tell you: The model looks much better now, but the shadow is as bad as before. The Shadow looks better, if I take the model twice: once with normals outside an once with normals flipped. But that gives very very poor performance.
Another question: How can faces be ...
- Thu Aug 14, 2008 12:45 pm
- Forum: Beginners Help
- Topic: 3D Studio Max
- Replies: 13
- Views: 1194
- Thu Aug 14, 2008 12:36 pm
- Forum: Beginners Help
- Topic: 3D Studio Max
- Replies: 13
- Views: 1194
- Thu Aug 14, 2008 12:27 pm
- Forum: Advanced Help
- Topic: double sided faces?
- Replies: 8
- Views: 948
- Thu Aug 14, 2008 11:51 am
- Forum: Advanced Help
- Topic: double sided faces?
- Replies: 8
- Views: 948
double sided faces?
Hallo, guys
I have a short question about the engine. I modified the 08.SpecialFX example so that only the light with his billboard an the room was left. Then I added a tree made by myself to test shadows. Therefore I used the *.3ds fileformat exported from Blender. And everything works well but ...
I have a short question about the engine. I modified the 08.SpecialFX example so that only the light with his billboard an the room was left. Then I added a tree made by myself to test shadows. Therefore I used the *.3ds fileformat exported from Blender. And everything works well but ...