SetGroup sets the group to contain the decoded objects within the given scene.
(sc *Scene, gp *Group)
| 42 | // SetGroup sets the group to contain the decoded objects within the |
| 43 | // given scene. |
| 44 | SetGroup(sc *Scene, gp *Group) |
| 45 | |
| 46 | // HasScene returns true if this decoder has full scene information -- |
| 47 | // otherwise it only supports objects to be used in SetGroup. |
no outgoing calls
no test coverage detected