NetLogo / Galapagos

NetLogo model simulation visualizer (Beak) and the netlogoweb.org website šŸ¢
https://netlogoweb.org/
Other
62 stars 42 forks source link

z-ordering of breeds #115

Closed SethTisue closed 6 years ago

SethTisue commented 10 years ago

when I run http://ccl.northwestern.edu/devel/ClimateChange/climatechange.html I see turtles sometimes going in front of the clouds, sometimes going behind them

this seems to indicate that the Galapagos renderer isn't handling z-order the same as the JVM NetLogo renderer.

the correct order is: sort first by breed, in declaration order. within each breed, sort by who number.

qiemem commented 10 years ago

Okay to mark this low priority? Seems pretty minor to me, but it's a little tricky to fix as it requires new communication between engine and front-end.

SethTisue commented 10 years ago

yeah, it can wait

SethTisue commented 10 years ago

there are models where it makes the difference between ā€œusableā€ and ā€œunusableā€ though. e.g. Frogger and Minesweeper. (and it wouldn't surprise me if Mr. Novak relies on this in stuff he builds)

LaCuneta commented 6 years ago

The fix for this is now live.