dxf-to-pov Changelog

What's new in dxf-to-pov 0.1.1

Aug 11, 2011
  • finished BNF grammar.
  • dxf reference is really big and really unclear. There are many more things in the document which are not implemented which I have no idea how it fits in, such as objects.
  • fixed some debug lines and disabled the printing of group codes. it generates a huge amount of output. If anything goes wrong, the errant code will be shown still.
  • fixed a missing break on code 420 I think it was, and a couple of other codes.
  • Implemented codes 40-48. they were missing for some reason.
  • fixed duplicate code 49 variable in code.

New in dxf-to-pov 0.1 (Aug 11, 2011)

  • built lexical analyzer. successfully lexes ASCII dxf files.
  • no POV output yet, but have some suggestions for color output and one or two other things.