javascript - Blender GLSL Export to THREE.js -


i'm looking use this plugin blender generate glsl code import three.js.

i'm not familiar glsl , don't know begin variables need renamed work.

here example of fragment , vertex shaders

as can see demo i'm getting lots of errors...

any appreciated. in advance!

as long can see @ first sight, facing using _gl_clipvertex_ not implemented in webgl not present in opengl es.

source: http://web.eecs.umich.edu/~sugih/courses/eecs487/common/notes/apitables.xml


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -