Billboarding from egg file

Hi, in the egg syntax documentation:

What types are available and what are their values exactly?
thx

The answer is within the text you quoted:

So, you may supply either “axis” or “point” in for the “type” value. Those are your only two legal values. (Billboard syntax in an egg file is considerably more limited than the options available in Python code via nodePath.setBillboardBlahBlahBlah).

“axis” means it rotates around the vertical axis, like a hinge. “point” means it rotates around the origin, like a universal joint.

David