项目作者: dimkael

项目描述 :
Converter VRML to DirectX format
高级语言: C++
项目地址: git://github.com/dimkael/VRMLConverterToDirectX.git
创建时间: 2021-04-10T22:10:57Z
项目社区:https://github.com/dimkael/VRMLConverterToDirectX

开源协议:

下载


VRMLConverter

C++ converter application. It can parse whole VRML objects hierarchy and convert into other format (like DirectX)

There are a lot of object types in VRML, so supporting all of them very hard. This programm supports basic VRML object types and can convert simple 3d model.

But this algorithm scales easily. All you need is to add new objects classes and their parsing functions

[Public repository for private project dated 08.04.20]