Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bumpmap experiment
#1
www.geocities.com/shashiraja_1/3dfloor.zip

Press space to alternate between normal and bumpmapped.
Tell me what you think.(FBCST is the freebasic version)

Also....
How come the program refuses to exit when I press escape, though it worked fine in qb?
am part of the legion of n00b. We are numerous if dumb. We will enslave you all!
Reply
#2
very cool little demo....the bump effect is convincing......well done
hen they say it can't be done, THAT's when they call me ;-).

[Image: kaffee.gif]
[Image: mystikshadows.png]

need hosting: http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
Reply
#3
That really cool,. Big Grin=b

But for your question, I looked at your code, really simple, you're checking for both k$ and INKEY$, this always screws up keypresses, don't know why.. here, change this:

Code:
IF INKEY$ = " " THEN mode = -mode

To this, and it works well as you will see...

Code:
IF k$ = " " THEN mode = -mode

:wink: , Really cool still!!!
Kevin (x.t.r.GRAPHICS)

[Image: 11895-r.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)