We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e934d commit 63bcb82Copy full SHA for 63bcb82
.gitignore
@@ -13,3 +13,7 @@ node_modules/
13
14
# tlmviewer
15
tlmviewer-*.js
16
+
17
+## xxchallenge stuff
18
+**.stl
19
+**.step
docs/src/roadmap.md
@@ -127,6 +127,7 @@ This is a big list of things I'd like to do with Torch Lens Maker. Feel free to
127
128
## TLMVIEWER
129
130
+* fix tlmviewer in notebook executed in vscode
131
* option to view sag surface x coordinate
132
* option to view sag surface gradient (color by dot product with X unit vector)
133
* rewrite asphere glsl vertex shader to unwrapped style (no pow)
0 commit comments