A better documentation would be RULES.
I mean, something that looks like VS.NET docs format (colors, examples, links presentations) with online stuffs, "see also" sessions, screen shots, how-to's, assumptions for simple programs (like default states of variables, camera, lights, etc), and so on.
Sometimes is hard to figure out what's going on in your program when you are a dumb beginner like me.
That's hard to find answers for questions like:
- Why the object colors look odd?
- Why camera is moving around when I didn't command it to?
- Why the size of objects are different when you simply call MakeObject(size=10) functions rather than MakeObject(size=1) and then ScaleObject(size=10)?
You know, explanations for dummies like me.
No signature. It's dumb.