You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
# Distributed under the Boost Software License, Version 1.0.
#
# (See accompanying file osgconv/LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
require 'sketchup.rb'
require 'extensions.rb'
module RP_SketchUpToOSG
osg_exportviacollada_extension = SketchupExtension.new "Export to OpenSceneGraph (via COLLADA)", "osgconv/osgconv.rb"
osg_exportviacollada_extension.version = '1.6.3'
osg_exportviacollada_extension.description = "Export to OpenSceneGraph formats, by first exporting to COLLADA then converting. Accessible via a submenu of File, unfortunately not in Export due to SketchUp API limitations. Homepage: https://github.com/rpavlik/sketchupToOSG"
osg_exportviacollada_extension.copyright = "2011, 2013, 2014, Iowa State University VRAC"