Uses of Class
io.goobi.viewer.model.media.voyager.VoyagerSceneBuilder
Packages that use VoyagerSceneBuilder
Package
Description
Provides integration with the Smithsonian Voyager 3D viewer, building scene
configuration descriptors from digitized object data for embedded 3D presentation.
-
Uses of VoyagerSceneBuilder in io.goobi.viewer.model.media.voyager
Methods in io.goobi.viewer.model.media.voyager that return VoyagerSceneBuilderModifier and TypeMethodDescriptionVoyagerSceneBuilder.setBounds(double[] min, double[] max) Sets the axis-aligned bounding box of the model in its local coordinate space, as read from the GLTF accessor min/max values.VoyagerSceneBuilder.setTranslation(double x, double y, double z) Sets the model-level translation stored in the SVXmodels[i].translationfield, expressed as[x, y, z]in the scene's native units.