-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
triangle with racket notation not working in docs or demo #103
Comments
triangle with racket notation not working in docs or demo #103
@kronpano fix it. Please check it out! https://after12am.github.io/eisenscript-editor/#B/KynKTMxLz0mNNtABQmtDMGmgZ6oDxbEA |
It works - yes - but all the numbers need to be positive I usually try to define my triangles around 0,0,0 so rotations are easier to handle. Also - and yes - that is also the case in StructureSynth - the triangle is only visible from one side. That means you need to define always 2 triangles - one clockwise and one counter clockwise to make sure it can be seen from both sides. |
Ok! I am in travel now. So I will fix it until this weekend. |
fixed it! https://after12am.github.io/eisenscript-editor/#B/KynKTMxLz0mN1jXUMdAxtAZiHQNrMDsWAA==
When using transparent, you can render both sides. https://after12am.github.io/eisenscript-editor/#B/q1ZIVNCztFSoVSgpykzMS89JjdY11DHQMbQGYh0DazA7FgA= When not using transparent, you also need to define always 2 triangles. |
Fixed it. Now you specify only one side. https://after12am.github.io/eisenscript-editor/#B/KynKTMxLz0mNNtABQmtDMGmgZ6oDxbEA |
Yes, the notation works and it also seems to work in docs but not in the main editor Comment the box out and everything works. |
Wow! You found it! |
the notation
Triangle[0,0,0;1,0,0;0.5,0.5,0.5]
doesn't work in the docs (reference on primitives) and also the "normal" demo eisenscript interpreter doesn't accept it.
Only the standard triangle - as in "triangle" - no brackets is accepted.
The text was updated successfully, but these errors were encountered: