I recently found out that a feature (post processed effect) available in three.js doesn’t work so well when it has to do it with loaded geometry (glb from blender)
BUT
the effect works if the object is created directly within the script.
SO
i’m thinking, what if i could somehow copy and paste the blender geo verts and u.v. as “text data” at the top of my three.js script, and then parse that top script text data to “re” create my object manually" ?
i have no idea how to to do it…
i’ve only learned/used glb export/import from blender to three.js so far…
does anyone know about an existing method or approach to do what i’m trying to achieve?
(am i referring to “json” data without having learned about it?)
any input/help appreciated