MasterK Posted January 13, 2017 Share Posted January 13, 2017 how to match these vertices information? below one is 3dmax, first yellow line is polygon count 665,340. second line is vertices count 380,106. Quote Link to comment Share on other sites More sharing options...
Temechon Posted January 13, 2017 Share Posted January 13, 2017 Because in Babylon, you have one vertice for each normal, so you'll have 3 vertices by 3D point in bjs, and only 1 vertice by 3D point in 3DSMax. For a cube, it's 24 vertices in bjs (8 * 3) and 8 in max (8 * 1) GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
JohnK Posted January 13, 2017 Share Posted January 13, 2017 You can read more about this at http://babylonjsguide.github.io/advanced/Normals and (with warnings) you can minimise vertices using the code at http://babylonjsguide.github.io/snippets/Minimise_Vertices MasterK and GameMonetize 2 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.