Search found 4 matches
- Mon Nov 01, 2010 4:15 am
- Forum: Extensions
- Topic: Qoob modeler with DLL for ZGE integration
- Replies: 13
- Views: 56898
Re: Qoob.
@ville It wouldnt take long to write a mesh exporter for someone who knows the ZGE mesh format. The qoob mesh format is open (in the .h) so a program would go: load qoob object format <- provided code in README unpack to qoob mesh <- provided code in README export mesh <-your stuff goes here I promi...
- Tue Oct 26, 2010 11:12 am
- Forum: Extensions
- Topic: Qoob modeler with DLL for ZGE integration
- Replies: 13
- Views: 56898
Re: Qoob
The underlying problems are quite subtle. Eg range and step in input values cannot be enforced in the commercial modeller so what you see isnt what you get. Only support of quads in genus-0 mesh - no triangles and no subdiving/cutting of quads. Many functions in modeller have no equivalent in qoob l...
- Mon Oct 25, 2010 9:12 pm
- Forum: Extensions
- Topic: Qoob modeler with DLL for ZGE integration
- Replies: 13
- Views: 56898
Re: Qoob.
Unfortunately, what you suggest is not possible. I wish it was truly as I wouldnt have to write a modeller and artists could use their favourite tools. The key is not the format nor the concept of storing modelling commands nor the modeller - the key is the lib. Export cannot work. To explain, qoob ...
- Mon Oct 25, 2010 5:26 pm
- Forum: Extensions
- Topic: Qoob modeler with DLL for ZGE integration
- Replies: 13
- Views: 56898
Re: Qoob.
Hi all, I'm the author of qoob and real happy to have Ville create the DLL and release with zge. Thanks. I'm also happy to receive suggestions on this forum through PMs or at the website on the contact form. Qoob is aimed at tiny models, so much so I can fit 20-30 models in 8k exe when I use a compr...