mirror of
https://github.com/gomson/TimothyLottes.github.io.git
synced 2026-08-04 14:48:49 +00:00
30 lines
910 B
HTML
30 lines
910 B
HTML
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
|
|
<h1>20070711 - Infinite Level of Detail</h1>
|
|
<br>
|
|
|
|
|
|
One of my favorite features of the Atom Graphics Engine is its infinite level of detail.
|
|
Because everything is procedurally solidly defined, you can literally zoom into anything and go anywhere.
|
|
There is no popup, everything is 100% seamless. Only due to player to player positioning network bandwidth,
|
|
the engine is being limited to a respectable 1000 mile cubed world which is detailed down to 1/64th of an inch (the engine uses 32bits per XYZ coordinate for positioning).
|
|
<br>
|
|
<br>
|
|
Here is a sequence showing a wide angle to telephoto zoom.
|
|
<br>
|
|
<br>
|
|
|
|
|
|
<center>
|
|
<img src="20070711-A.jpg"><br><br>
|
|
<img src="20070711-B.jpg"><br><br>
|
|
<img src="20070711-C.jpg"><br><br>
|
|
<img src="20070711-D.jpg"><br><br>
|
|
</center>
|
|
|
|
|
|
|
|
</div></body></html>
|
|
|
|
|
|
|