You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of having 2 copies of the vertex definitions for teapots (one in the .inl file under common, and one in apple-to-apple.js), could we have a file in common with the list of values? Then, the native side could #include that file, and the javascript side could be either generated using the C-preprocessor, or you could load and parse the list at the web app startup time, and form the vertex arrays that way.
The text was updated successfully, but these errors were encountered:
instead of having 2 copies of the vertex definitions for teapots (one in the .inl file under common, and one in apple-to-apple.js), could we have a file in common with the list of values? Then, the native side could #include that file, and the javascript side could be either generated using the C-preprocessor, or you could load and parse the list at the web app startup time, and form the vertex arrays that way.
The text was updated successfully, but these errors were encountered: