
plugin.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cesiumloader Show documentation
Show all versions of cesiumloader Show documentation
BIMserver plugin that provides a loader for CesiumJS
The newest version!
<?xml version="1.0" encoding="utf-8"?> <PluginDescriptor> <JavaPlugin> <interfaceClass>org.bimserver.plugins.serializers.SerializerPlugin</interfaceClass> <implementationClass>org.bimserver.cesium.BoundingBoxesJsonSerializerPlugin</implementationClass> <description>JSON serializer with bounding boxes of queried objects</description> <name>Cesium Bounding Boxes</name> </JavaPlugin> <WebModulePlugin> <identifier>cesiumloader</identifier> <name>Cesium Loader</name> <description>Cesium Loader</description> </WebModulePlugin> </PluginDescriptor>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy