# File lib/as_scenegraph.rb, line 47 def self.create gnode = GroupNode.new([]) root = yield(gnode) if block_given? return new(gnode, root) end