Landscape Aquarell

Developed or developing a new product in PureBasic? Tell the world about it.
xperience2003
Enthusiast
Enthusiast
Posts: 113
Joined: Tue Oct 05, 2004 9:05 pm
Location: germany
Contact:

Landscape Aquarell

Post by xperience2003 »

small voxeltest

Image

download
400kb fun
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Amazing! Thanks for sharing.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Whoa - I'm seasick

:D
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Amazing!!!!

Can we see the source?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
xperience2003
Enthusiast
Enthusiast
Posts: 113
Joined: Tue Oct 05, 2004 9:05 pm
Location: germany
Contact:

Post by xperience2003 »

User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Again... Amazing! Thanks for showing the source. :D
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

Nice :)
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Yay! Thank you for the source. :D
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Cool! But there's some vertical lines on the source demo, is it just my computer?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I've run the example and have the same issue with lines being displayed.

xperience2003, what software did you use to make the terrain height map and texture? It looks great.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Mistrel wrote:xperience2003, what software did you use to make the terrain height map and texture? It looks great.
I'm guessing a GIMP plugin, at least they look like they are generated by the same formula that's used in the GIMP.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I'm referring to the images included with the source demo. They don't seem randomly generated like the original post.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

I have the vertical lines problem too, the problem wasn't there on the original demos though.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Sveinung
Enthusiast
Enthusiast
Posts: 142
Joined: Tue Oct 07, 2003 11:03 am
Location: Bergen, Norway

Post by Sveinung »

I think there is a problem with the scaling.
As long as the scale_x.f is 1.0 or less it’s ok

Regards
Sveinung
xperience2003
Enthusiast
Enthusiast
Posts: 113
Joined: Tue Oct 05, 2004 9:05 pm
Location: germany
Contact:

Post by xperience2003 »

I have the vertical lines problem too, the problem wasn't there on the original demos though.
in the original i use opengl with a plotsize of 2.5
i translate it to pb normal commandset, but if i use the Box()
command to have a "plot" 3x3 pixels the fps going down under 10
Post Reply