admin管理员组文章数量:1125039
I am planning to write my own 3D rendering engine with LH coordinate system and I want to use GLTF as main scene description format
But while GLTF is define strictly as RH coordinate system. I think instead of convert all data in my engine into RH coordinate on serializing, could I just serialize everything in LH data but define matrix conversion from LH to RH. And in my system I can look at root matrix on import. If the matrix is just exactly the axis conversion I can import whole GLTF data in that file directly. So I can optimize my own gltf format import flow while that file still can be opened in other engine
Is this idea possible? And are there anything more I need to do for axis conversion in the format itself?
本文标签:
版权声明:本文标题:graphics - Can I store LH coordinate data in GLTF by defining root node with LH coordinate conversion matrix in the root of the 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736651504a1946151.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论