<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lug.mtu.edu/w/index.php?action=history&amp;feed=atom&amp;title=Minutes_2026-04-02</id>
	<title>Minutes 2026-04-02 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lug.mtu.edu/w/index.php?action=history&amp;feed=atom&amp;title=Minutes_2026-04-02"/>
	<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2026-04-02&amp;action=history"/>
	<updated>2026-04-04T01:09:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2026-04-02&amp;diff=8092&amp;oldid=prev</id>
		<title>Freya: Created page with &quot;Casey presenting an STL viewer in Google Sheets *Not made for any particular reason *Works pretty well *Only uses &quot;vanilla&quot; Google Sheets *Can set resolution of points, rotations *Why It Was Made: **Casey did not know any languages outside of Gcode, Mcode, R, and Google Sheets **Came out of several experiments with Sheets in high school (barcode generator, data matrix generator, Animal Crossing flower breeding model) **Saw a video of a cube projection in Minecraft redsto...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2026-04-02&amp;diff=8092&amp;oldid=prev"/>
		<updated>2026-04-03T00:03:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Casey presenting an STL viewer in Google Sheets *Not made for any particular reason *Works pretty well *Only uses &amp;quot;vanilla&amp;quot; Google Sheets *Can set resolution of points, rotations *Why It Was Made: **Casey did not know any languages outside of Gcode, Mcode, R, and Google Sheets **Came out of several experiments with Sheets in high school (barcode generator, data matrix generator, Animal Crossing flower breeding model) **Saw a video of a cube projection in Minecraft redsto...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Casey presenting an STL viewer in Google Sheets&lt;br /&gt;
*Not made for any particular reason&lt;br /&gt;
*Works pretty well&lt;br /&gt;
*Only uses &amp;quot;vanilla&amp;quot; Google Sheets&lt;br /&gt;
*Can set resolution of points, rotations&lt;br /&gt;
*Why It Was Made:&lt;br /&gt;
**Casey did not know any languages outside of Gcode, Mcode, R, and Google Sheets&lt;br /&gt;
**Came out of several experiments with Sheets in high school (barcode generator, data matrix generator, Animal Crossing flower breeding model)&lt;br /&gt;
**Saw a video of a cube projection in Minecraft redstone&lt;br /&gt;
*How It&amp;#039;s Made:&lt;br /&gt;
**Initial version: rendered through layers of conditional formatting&lt;br /&gt;
**Subsequent versions went towards using line graphs to load faster&lt;br /&gt;
**Development went through phases, going through a lot of work and then being dropped for a while.&lt;br /&gt;
**Switched to STL files for importing&lt;br /&gt;
***Older versions calculated normals, but it turns out those are provided in STL format&lt;br /&gt;
**Limit of 100 series in Google Sheets for plots&lt;br /&gt;
***This means that for an 8000+ vertex model, it requires hundreds of plots, with backgrounds transparent, to render a whole model.&lt;br /&gt;
***Various versions of this type of spreadsheet are done&lt;br /&gt;
***Eventually Google came out with iterative calculations, allowing everything to be done in one series.&lt;br /&gt;
****Allowed smaller size functions using lambda expressions, as spreadsheet size was becoming a constraint&lt;br /&gt;
*****This performed worse&lt;br /&gt;
***Switched to scatterplots&lt;br /&gt;
****Eliminates series limitations as there are no series&lt;br /&gt;
****Did hit cell limit, requiring a separate page&lt;br /&gt;
****Can adjust resolution of line rendering&lt;br /&gt;
****Renders considerably faster&lt;br /&gt;
****Calculates vertices and midpoints in separate sheets&lt;br /&gt;
**Reinvented hashing accidentally to get a unique index for each vertex, to do indices&lt;br /&gt;
**Modern version uses two layered scatterplots, uses the STL format&lt;/div&gt;</summary>
		<author><name>Freya</name></author>
	</entry>
</feed>