gov.nasa.worldwind.ogc.collada.ColladaUnsupported Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) 2012 United States Government as represented by the Administrator of the
* National Aeronautics and Space Administration.
* All Rights Reserved.
*/
package gov.nasa.worldwind.ogc.collada;
/**
* Parser class for COLLADA elements that are not used by World Wind.
*
* @author pabercrombie
* @version $Id: ColladaUnsupported.java 642 2012-06-14 17:31:29Z pabercrombie $
*/
public class ColladaUnsupported extends ColladaAbstractObject
{
/**
* Construct an instance.
*
* @param namespaceURI the qualifying namespace URI. May be null to indicate no namespace qualification.
*/
public ColladaUnsupported(String namespaceURI)
{
super(namespaceURI);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy