Understanding the codebase #1351
Vadi
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
@Vadi Take a look at the file, demo.html. This is located in the utils/regl-renderer directory. It will provide a simple JSCAD design, which is rendered via REGL. From that example, you should be able to understand the logic in the rendering, converting JSCAD geometry to REGL buffers, and rendering. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across and blown away how great the codebase looks. Thanks for the great effort.
I'm trying to understand the codebase particularly from which point geometry (from modelling) is generated to triangles / lines to pass onto webgl for rendering. Can someone point me to a file/code/function.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions