Page 2 of 2

Re: Landscape v4

Posted: Wed Mar 20, 2019 4:25 pm
by pf shadoko
@Mythros :
think I will do otherwise in future versions
(in my opinion multi-layered is greedy and limited in number of textures)

@ Kukulkan:
Strange, someone else had the problem on the next line (startdrawing...)
(you can however operate the code by avoiding the menu and "DisplayTransparentSprite" in "affiche3d' procedure)

Re: Landscape v4

Posted: Wed Mar 20, 2019 6:54 pm
by Mythros
?

Re: Landscape v4

Posted: Thu Apr 18, 2019 2:21 pm
by RSBasic
Nice demo Image

Re: Landscape v4

Posted: Sat Apr 20, 2019 12:57 pm
by mk-soft
Nice :wink:

With macOS the menu sprite is displayed rotated.

With the Intel HD graphics 4000 (Mac Mini) the performance is no longer sufficient under macOS (OpenGL), in the VM Windows 7 it still runs (DirectX) and subsystem OpenGL it crashes.
Under VM-Linux Ubuntu 1810 (OpenGL) it doesn't work anymore.

Let's see if it runs when I allocate more graphics memory to the VM´s.

Re: Landscape v4

Posted: Sat May 04, 2019 2:54 pm
by Tombmyst
I.n.s.a.n.e wow good job! Looking for v5 v6 and so on!

Re: Landscape v4

Posted: Sat May 18, 2019 5:09 pm
by Hi-Toro
Amazing work.

Re: Landscape v4

Posted: Tue Jun 04, 2019 6:59 pm
by Mythros
c(i,j)=repartition(h/8+100,g,Random(9)) | Array index out of bounds, line 466 when I hit F5. :(

Re: Landscape v4

Posted: Thu Jun 06, 2019 11:23 am
by pf shadoko
@ Mythros:
replace line 369 by
Global Dim repartition.b(300,400,9)

or remove debug mode (it's much faster)

(i corrected the initial code)

Re: Landscape v4

Posted: Sun Aug 25, 2019 9:51 am
by nicolaus
Hi,

it dosen't work for me at all.
If i run it with the IDE a empty window comes up and thats it. I can wait as long as i want, the window is empty and can't be shown (i can see it only in the status bar of windows as a icon.)
If i create e exe and start this one, also a empty window comes up for few seconds and close after that.

May it has some thing to do with my hardware setup. I work currently on a laptop with external monitor as extended screen.
There are two grafic cards in the laptop (one is a Intel and one is a AMD).

Maybe it will a good idear to show some setupwindow first and let the user select the Monitor (if there are more than one monitor is connected to the PC).

Thank you.


[UPDATE]
after i wait a longer time (start from IDE) it works very well.
But the created exe file don't work. After i start it, the windows is there for few seconds and will be closed after thet few seconds.

Re: Landscape v4

Posted: Sun Aug 25, 2019 10:48 am
by Joris
Very nice ! Well done.
I ran it on my old XP computer, what other OS's will it run too (Linux, OSX) ?

Re: Landscape v4

Posted: Sun Aug 25, 2019 11:56 pm
by box_80
It is a Amazing demo. :D