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:
parent
daf5c7d8a6
commit
2c4f6a4d29
4 changed files with 89 additions and 3 deletions
|
@ -10,6 +10,7 @@ files = [
|
|||
'objectParser.cc',
|
||||
'scalarMappingParser.cc',
|
||||
'sceneParser.cc',
|
||||
'vectorParser.cc'
|
||||
]
|
||||
|
||||
objs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue