technomacx Posted December 9, 2016 Share Posted December 9, 2016 i'm new to babylone js i need to make bird fly simulation , is it possible import bird 3dmodel from blinder and control the model via babylone like wings movment head ...etc? Quote Link to comment Share on other sites More sharing options...
NasimiAsl Posted December 9, 2016 Share Posted December 9, 2016 hi welcome to this forum that is possible in any webgl Engine but you can make it in babylon with animation ( or without ) and make export (.babylon or .. '.obj' ) ; Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted December 9, 2016 Share Posted December 9, 2016 This was made in blender, so the answer might be yes. I am using shape keys and queued interpolation extension. If your .blend mesh already has a skeleton of reasonable # of bones, you may wish to go that way. You could either make animations in blender & export, or make a pose library in Blender, then generate a QI pose library & build your animation on the fly. Sorry, I have many hardware problems right now, so I can not help you (I rarely even respond to first time posters). Btw, neither shape key nor skeleton pose library route are documented right now. To be honest, this does not really look like a good first scene. You probably need to pay some dues first, unless you are already really good with javascript & blender already. technomacx 1 Quote Link to comment Share on other sites More sharing options...
gryff Posted December 9, 2016 Share Posted December 9, 2016 49 minutes ago, technomacx said: is it possible import bird 3dmodel from blinder and control the model via babylone like wings movment head ...etc? @technomacx : Hi techo Welcome to the forum. Yes certainly possible - with a rig or not. Depends somewhat on how your "bird" is constructed. Is it a detailed model (perhaps with just one just one mesh) or a low poly model made from several meshes ? cheers, gryff Quote Link to comment Share on other sites More sharing options...
technomacx Posted December 11, 2016 Author Share Posted December 11, 2016 very nice how to start learn about loading 3d model and moving it? i finished 16 first tutorial from babylonejs tutorial @gryff 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.