-
- Downloads
added gfx Exporter concept
The scene now supports export of its 3D elements via a new Exporter concept; a first version of ColladaExporter has been added to that effect. Also, a GostExporter providing a compact, internal binary representation has been added. The povray export will be re-implented using this concepts as well.
Showing
- modules/gfx/pymod/CMakeLists.txt 1 addition, 0 deletionsmodules/gfx/pymod/CMakeLists.txt
- modules/gfx/pymod/export_exporter.cc 38 additions, 0 deletionsmodules/gfx/pymod/export_exporter.cc
- modules/gfx/pymod/export_primitives.cc 3 additions, 4 deletionsmodules/gfx/pymod/export_primitives.cc
- modules/gfx/pymod/export_scene.cc 3 additions, 0 deletionsmodules/gfx/pymod/export_scene.cc
- modules/gfx/pymod/wrap_gfx.cc 4 additions, 0 deletionsmodules/gfx/pymod/wrap_gfx.cc
- modules/gfx/src/CMakeLists.txt 6 additions, 0 deletionsmodules/gfx/src/CMakeLists.txt
- modules/gfx/src/collada_exporter.cc 279 additions, 0 deletionsmodules/gfx/src/collada_exporter.cc
- modules/gfx/src/collada_exporter.hh 62 additions, 0 deletionsmodules/gfx/src/collada_exporter.hh
- modules/gfx/src/entity.cc 18 additions, 0 deletionsmodules/gfx/src/entity.cc
- modules/gfx/src/entity.hh 2 additions, 0 deletionsmodules/gfx/src/entity.hh
- modules/gfx/src/exporter.hh 56 additions, 0 deletionsmodules/gfx/src/exporter.hh
- modules/gfx/src/exporter_fw.hh 28 additions, 0 deletionsmodules/gfx/src/exporter_fw.hh
- modules/gfx/src/gfx_node.cc 12 additions, 0 deletionsmodules/gfx/src/gfx_node.cc
- modules/gfx/src/gfx_node.hh 3 additions, 1 deletionmodules/gfx/src/gfx_node.hh
- modules/gfx/src/gfx_object.cc 15 additions, 0 deletionsmodules/gfx/src/gfx_object.cc
- modules/gfx/src/gfx_object.hh 3 additions, 1 deletionmodules/gfx/src/gfx_object.hh
- modules/gfx/src/gost_exporter.cc 277 additions, 0 deletionsmodules/gfx/src/gost_exporter.cc
- modules/gfx/src/gost_exporter.hh 54 additions, 0 deletionsmodules/gfx/src/gost_exporter.hh
- modules/gfx/src/impl/entity_renderer.cc 5 additions, 0 deletionsmodules/gfx/src/impl/entity_renderer.cc
- modules/gfx/src/impl/entity_renderer.hh 8 additions, 2 deletionsmodules/gfx/src/impl/entity_renderer.hh
Loading
Please register or sign in to comment