Entity3D: add name in constructor options
Currently, the constructor for Entity only contain a single parameter.
We should make the parameter an option object and include the name of the entity (because it is very often used in the examples, so it would reduce boilerplate).
Edited by Sébastien Guimmara