# File lib/as_scenegraph.rb, line 35
    def self.new_for_geom(geom, mode)
      new(geom.vbuffer, mode, geom.index, geom.count)
    end