Some more helpful utility parsers

- Rename VectorParser -> ScalarSequenceParser
- Add Vector3Parser and ColorParser, subclasses of the above, which handle
  Vector3s and Colors
This commit is contained in:
Eryn Wells 2014-07-19 17:17:33 -07:00
parent daf5c7d8a6
commit 2c4f6a4d29
4 changed files with 89 additions and 3 deletions

View file

@ -10,6 +10,7 @@ files = [
'objectParser.cc',
'scalarMappingParser.cc',
'sceneParser.cc',
'vectorParser.cc'
]
objs = []