Search found 62 matches

by deprecated
Mon Mar 21, 2005 3:34 pm
Forum: Beginners Help
Topic: GPS Coordinates
Replies: 3
Views: 397

If you mean "how do I show grid coordinates" that's just a matter of dividing Z and X by the gridsize and adding an offset. (Using the simplification of a flat world, not a spherical one) Ok, sorry for being vague... What I am up to is this, I am getting DEM files from USGS that I convert...
by deprecated
Sat Mar 19, 2005 10:32 pm
Forum: Beginners Help
Topic: GPS Coordinates
Replies: 3
Views: 397

GPS Coordinates

What is the best way to implement gps coordinates into a terrain?

Thanks for your help!
by deprecated
Thu Feb 24, 2005 3:26 pm
Forum: Beginners Help
Topic: problem with pixel shader
Replies: 5
Views: 349

But what about LINUX and the pixel shader... the demo doesn't seem to work for me either..
I have a newer nvidia card... same message is displayed on my screen ... "your hardware ... renderer is not able to display..."

I was hoping for better linux support in this release... :cry:
by deprecated
Wed Feb 23, 2005 5:46 pm
Forum: Beginners Help
Topic: 3d-terrain. Where to start?
Replies: 3
Views: 583

If you are not concerned with height ... (ie; mountains and valleys) then ... You can load multiple heightmaps and use setPosition to position them properly... (based on tile size and relative x/z coords) If you want height... you can use a bmp image splitter and break up a larger image (with mounta...
by deprecated
Thu Feb 17, 2005 3:06 pm
Forum: Beginners Help
Topic: Fog creation
Replies: 7
Views: 811

Using Linux, OpenGL, I have a similar problem... Whenever I turn on fog, it only gets applied to the ground, basically as a % opacity of the chosen color. So, in other words, everytime I turn fog on, the ground will turn grey (at 100% or so) Used the examples on the forum with no luck... Can fog be ...
by deprecated
Tue Feb 15, 2005 11:04 pm
Forum: Off-topic
Topic: Free cash for all. (was spam, now a conversation about spam)
Replies: 17
Views: 1760

CZestmyr wrote: So have you been successful or did you fall down and when you just thought you'd be smashed, you found out that the concrete is incredibly soft and you bounced off it? :wink:
Well, Actually... Collision detection was all messed up, and I just stopped when I reached the top.
by deprecated
Tue Feb 15, 2005 2:32 pm
Forum: Off-topic
Topic: Free cash for all. (was spam, now a conversation about spam)
Replies: 17
Views: 1760

GFXstyLER wrote:can anyone become moderator or do you have to have certain skills etc? because if you are in need of moderators ... :)
Last I checked, You had to be able to leap tall buildings in a single bound!
:shock:
by deprecated
Tue Feb 15, 2005 2:30 pm
Forum: Off-topic
Topic: Free cash for all. (was spam, now a conversation about spam)
Replies: 17
Views: 1760

I found a quite interesting way to stop them. I registered the guest usernames that they kept using. Something like mobo and albie. Nice idea... seems like they would always be stopped by something similar, unless the spambot name list was expanded to 10^N... But, isn't there a way to require a val...
by deprecated
Tue Feb 15, 2005 1:53 am
Forum: Off-topic
Topic: Free cash for all. (was spam, now a conversation about spam)
Replies: 17
Views: 1760

No kidding, but its not going to help the last one i saw was a registered member. really?? who? was it a new user or an existing user?... doesnt the irrlicht sign-up require a valid email? spam is lame!.. when I signed up with earthlink, our *new* email address not only had a welcome message from e...
by deprecated
Mon Feb 14, 2005 4:58 pm
Forum: Beginners Help
Topic: Regina Falangi tells All...Tonight at 10pm....
Replies: 2
Views: 516

Can anyone help with this?

It is a simple c++ syntax problem... I dont know what I am doing enough to pass the values from my class back to main() in a unable way... (ie; wchar_t, or array)

It would probably take 5 minutes....

Please help!

Thanks :D
by deprecated
Mon Feb 14, 2005 4:44 am
Forum: Advanced Help
Topic: Loading a GeoMipMapSceneNode using Spintz's Addon Problem
Replies: 1
Views: 498

Try captain_kill's code on page 2 of that thread... It is what I used at first to get it working... If you cant get it to work say so... and I'll post a sample later.

Also, try resizing the freeworld bmp file , its 512x512, try 256x256 if you are having problems...
by deprecated
Sun Feb 13, 2005 3:35 am
Forum: Project Announcements
Topic: Free hosting for irrlicht projects!
Replies: 16
Views: 4901

As an experienced web application developer, I would suggest the above example. You cant count on the mail() function being supported on all servers (req. sendmail, qmail) although a simple test can verify it works. Here is a simple tutorial on PHP email contact forms. http://www.thesitewizard.com/a...
by deprecated
Sat Feb 12, 2005 11:29 pm
Forum: Project Announcements
Topic: Free hosting for irrlicht projects!
Replies: 16
Views: 4901

<form action="/cgi-bin/FormMail.cgi" method="post"> <input type=hidden name="recipient" value="your@email.com"> <input type=hidden name="recipient" value="your-other@email.com"> <table border="0"> <tr><td height="30">&a...
by deprecated
Sat Feb 12, 2005 4:09 pm
Forum: Off-topic
Topic: See young lesbians play with each other
Replies: 18
Views: 3750

eXodus;
Can I be a beta tester?

:D
by deprecated
Fri Feb 11, 2005 8:37 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: GeoMipMapped Terrain Scene Node ( UPDATED 3/3/05 )
Replies: 101
Views: 30556

Hey spintz... down the road, do you plan on releasing another Irrlicht version of the GeoMipMapSceneNode ??