vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

VOXEDIT: correct the orientation of all character models from the templates #480

Closed mgerhardy closed 3 days ago

mgerhardy commented 3 days ago

Model should use a right-handed system - this basically means it should look into the negative z direction (and right shoulder should be along the positive x axis, y is up).

currently they are facing the positive x axis - for whatever reason...

this is needed to be unified to apply the animations via lua with a coordinate system convention in mind.


while we are on it, we should name the nodes accordingly to let the animate.lua script find the nodes properly