Thread: dle and dlc?
View Single Post
  #2  
Old 04-18-2014, 09:11 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can create your own OSG file loader plugin. If you download the OSG source, you can see how all the built-in file loader plugins are implemented. Using this method, you would simply use viz.addChild to load models of your custom file type.
Reply With Quote