Search found 85 matches
- Thu Jan 11, 2007 3:28 pm
- Forum: Project Announcements
- Topic: Irrlicht 4 delphi and all copilers that suport dll's
- Replies: 10
- Views: 15457
Hi darkvadr, I have been waiting for sometime now for more news on this post. Also tried working with the code example djoker posted and not had much progress. There seems too much code missing, and I hope to see more, but no news from the Delphi master yet :wink: Hopefully he shall return. Anyway, ...
- Mon Jan 08, 2007 12:54 pm
- Forum: Beginners Help
- Topic: White Textures
- Replies: 14
- Views: 1438
Hey :wink: Are you compiling your code as it originally was, or maybe possible you added or modified it somewhere. My first point of call would be looking somewhere at the lighting :idea: Maybe you added something new, or changed the intesity of a light. Just a guess, but that's where I would start ...
- Sun Dec 31, 2006 10:07 pm
- Forum: Beginners Help
- Topic: 2d images
- Replies: 10
- Views: 623
hi Gladius_Coldhead
Is your problem with Direct3D Only.
I had the same issues, but worked fine with OpenGL
Also see this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
Is your problem with Direct3D Only.
I had the same issues, but worked fine with OpenGL
Also see this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
- Sun Dec 31, 2006 6:07 pm
- Forum: Project Announcements
- Topic: SuperScaryGayme!
- Replies: 32
- Views: 6632
- Sat Dec 30, 2006 6:08 pm
- Forum: Beginners Help
- Topic: What network library is the best?
- Replies: 6
- Views: 701
- Sat Dec 30, 2006 5:44 pm
- Forum: Beginners Help
- Topic: What network library is the best?
- Replies: 6
- Views: 701
WOW, This could be a very in-depth topic :!: Well to start here is a quote from the GameDev Forum: TCP is a reliable protocol. Although this sounds like I'm paying it a compliment, it can be a bad thing for games. Reliable means that the packets you send are received in the same order. If you send p...
- Fri Dec 29, 2006 6:16 pm
- Forum: Project Announcements
- Topic: Tiled terrain scene node
- Replies: 60
- Views: 24082
- Fri Dec 29, 2006 6:15 pm
- Forum: Project Announcements
- Topic: Irrlicht 4 delphi and all copilers that suport dll's
- Replies: 10
- Views: 15457
- Fri Dec 29, 2006 6:10 pm
- Forum: Project Announcements
- Topic: IrrWizard?
- Replies: 320
- Views: 100511
- Fri Dec 29, 2006 5:43 pm
- Forum: Beginners Help
- Topic: Can't get gouraud shading on my model?
- Replies: 15
- Views: 1342
Hey, OK just so you know, I have compiled and run your source, the problem with everything being white is your light sources. You are creating 2 lights and adding billboards, that are not shown in the code above, but the brightness of the lights is way too much, try changing it from 20000 to around ...
- Thu Dec 28, 2006 4:29 pm
- Forum: Beginners Help
- Topic: music not playing(SOLVED!!!!!!)thanks tropper,vitek,Acki,Mon
- Replies: 22
- Views: 1140
- Thu Dec 28, 2006 4:27 pm
- Forum: Beginners Help
- Topic: Different computers show different textures
- Replies: 23
- Views: 2177
hey :wink: ok well the level seems pretty basic, and I can't really tell from the terrain or the model, but I can see the problem with the 'skybox' could you mail the program, or put a download link somewhere, and maybe we could see whats wrong. Did you ever try to compile the terrain demo, and send...
- Wed Dec 27, 2006 1:14 pm
- Forum: Beginners Help
- Topic: music not playing(SOLVED!!!!!!)thanks tropper,vitek,Acki,Mon
- Replies: 22
- Views: 1140
- Tue Dec 26, 2006 9:33 pm
- Forum: Project Announcements
- Topic: Irrlicht 4 delphi and all copilers that suport dll's
- Replies: 10
- Views: 15457
AWSOME !! I'm a Delphi guy, and been looking for something like this for a while. Only stuff I could find was .NET and even that didn't seem to work, everyone had DLL problems, and just seemed an extravigant claim that Irrlicht worked with Delphi. I'm impressed, and think Delphi 7 is one of the best...
- Tue Dec 26, 2006 9:17 pm
- Forum: Beginners Help
- Topic: How to lighten screen when look to sun?
- Replies: 7
- Views: 635
hey, Have you got lens flare working, I think I saw a thread on that somewhere. What kind of sun do you have, is it a light source, or part of the skybox texture. Not sure but first simple thing could be white/yellow texture, and change the alpha. I read a similar thread where someone wanted to chan...