Click on a point and drag left or right, up or down, to get a depth. Negative X or Y position reduces the Z-depth and positive X or Y increases the Z-depth. As the mouse moves around the canvas/window the page draws a line between the initial point and the current mouse point, with a depth value. When you release the mouse pointer we have an XYZ coordinate for a point in 3D space which we display with perspective tricks. I want to be able to pick a point in a volume and also rotate the points around the center of the volume.
Sunday, May 31, 2020
Thursday, May 28, 2020
Picking some points in a volume
Click to place a point in the canvas/window, then click move the mouse around to get a depth and click again.
Tuesday, May 19, 2020
Drawing a Gumdrop-shaped SSTO
Click and drag to draw a circle representing a spherical LOX tank in red and two more smaller aqua circles representing a toroidal liquid hydrogen tank. I'm drawing a gumdrop rocket, ideally a hydrolox SSTO... The orange box represents internal volume for rocket engines, pumps, etc.
Wednesday, May 13, 2020
Star System Generation, like a few dozen times before...
Running a little star system generation, making boring little solar system clones... 8-P
Sunday, May 3, 2020
Gladiola for Mom.
Click on three different points in the window to define a triangle and start generating a flower!
Yet Another World Map!
World Map- This is a pretty standard equilateral projection of 520 by 260 pixels. I will divide the surface into pixels which are a given distance from a point and use that distance as the height. I had JS pile up thirty-three sets of heights to make this map.