Is there a way to add collisions to an egg file in a way that the group will be rendered.
Example:
<CoordinateSystem> { y-up-left }
<Texture> garden2_final { "maps/garden2_final.tif"
<Scalar> format { rgb }
<Scalar> wrap { repeat }
}
<Group> garden {
<Transform> {
....
How can i add here the collsion tag that i can use it for collision dedection and the Group garden will be rendered?
Thanks Martin