Sasha Posted August 7, 2016 Share Posted August 7, 2016 Hello. I'm beginner in Blender and babylonjs. I want to make model of book with dynamic stitching changing in babylonjs. I use mixing of two materials and different vertex colors in Blender nodes for this(vertex colors split two materials and are used in Geometry node). I used this exporter https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/Blender but after exporting I didn't find any information about my variants of vertex colors and mixing in babylon file. How can I get and use this in babylonjs? Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted August 7, 2016 Share Posted August 7, 2016 The exporter does write vertex color geometry, though I do not know how you make them. Your picture of cycles nodes is not looking encouraging. For cycles, the most the exporter will do is automate a texture bake. If cycles can take into account vertexes, seems like this could be too early. Quote Link to comment Share on other sites More sharing options...
Sasha Posted August 7, 2016 Author Share Posted August 7, 2016 2 hours ago, JCPalmer said: The exporter does write vertex color geometry, though I do not know how you make them. Your picture of cycles nodes is not looking encouraging. For cycles, the most the exporter will do is automate a texture bake. If cycles can take into account vertexes, seems like this could be too early. Thanks. I found vertex color in babylon file, but only one variant had exported. I want to change them by id in babylonjs. Can I do anything in Blender for exporting all variants(not only active)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.