Repository containing scripts for testing different features of OpenSCAD rendering.
Go to file
Matt McWilliams 85bcc06ea0 The random_seed parameter does not produce the desired effects. Creates different files even though they share the same random_seed. 2023-04-05 20:07:57 -04:00
python Create initial tests which render two different files that should produce the same geometry but have different order of operation to prevent output from caching. Uses unmodified output, --enable sort-stl and a python script that sorts the file. 2023-04-05 20:01:01 -04:00
scad The random_seed parameter does not produce the desired effects. Creates different files even though they share the same random_seed. 2023-04-05 20:07:57 -04:00
README.md Create initial tests which render two different files that should produce the same geometry but have different order of operation to prevent output from caching. Uses unmodified output, --enable sort-stl and a python script that sorts the file. 2023-04-05 20:01:01 -04:00
deterministic_tests.sh The random_seed parameter does not produce the desired effects. Creates different files even though they share the same random_seed. 2023-04-05 20:07:57 -04:00

README.md

OpenSCAD Examples

Examples and exercises for comparing features and techniques in using OpenSCAD.

Tests

Deterministically-ordered STL Output

bash deterministic_tests.sh