Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Simplified skinned mesh model

Simplified skinned mesh model

RomanGenkhel
RomanGenkhel
OnlineCraft · · 1 min read
1,967 0



To be correct, its skinned mesh with just one bone index for each vertex (one or more meshes → only one bone), but its very useful for minecraft like models, i currently upload 16 bones (matrices) at once, for all cases it`s enough to render model in one render call (typical model just 6 bones)
ps.
Also fixed sending position of existing users to new connected users and vice versa (before position sends only when moved)
as usual could be tested here:
http://stilker.sknt.ru:3001/


Discussion

Loading comments...