NasimiAsl Posted August 24, 2015 Share Posted August 24, 2015 how can smooth modify geometry in Babylonjs . Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 24, 2015 Share Posted August 24, 2015 Hello, you can create updatable geometry and then use updateVerticesData to update data.Here is a example in the Ribbon code:https://github.com/BabylonJS/Babylon.js/blob/master/src/Mesh/babylon.mesh.ts#L1274 Quote Link to comment Share on other sites More sharing options...
Wingnut Posted August 24, 2015 Share Posted August 24, 2015 Hi N. Smoothing tends to be a function of modeling, I think. (Blender, Max, Maya, Cinema4D, etc). There is not any smoothing functions within the BabylonJS framework, as far as I know. If you feel ambitious, write one. We have Hermite and CatmullRom functions in our Math class, and I think those are tools used to create smoothing functions (along with the help of the information that Deltakosh mentioned). Be well. 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.