That's why i chose it as exampleRado1 wrote:Kjell, this is a good example of incorrect naming.

Same here ( in C++ at least ), but in ZGE i follow the conventions that Ville set / uses in the examples & tutorials.Rado1 wrote:Learned from good practices of OO languages, I rather prefer to use upper camel case for types and lower camel case for local variables.
My primary complaint is that it's not consistent. So renaming the "model" keyword to "Model" would be the other solution. Either way is a improvement.Rado1 wrote:Anyway, I agree with Kjell that having names for types as "model" and "Camera" is not consistent. I would prefer to have "Model". Also because ZGE uses upper camel case for all component types in project tree and Add Component dialog. Of course, renaming the "model" type in expressions to "Model" would be backward incompatible.
K