Package gaiasky.data

Class DesktopSceneGraphImplementationProvider

    • Constructor Detail

      • DesktopSceneGraphImplementationProvider

        public DesktopSceneGraphImplementationProvider()
    • Method Detail

      • getImplementation

        public ISceneGraph getImplementation​(boolean multithreading,
                                             boolean hasOctree,
                                             boolean hasStarGroup,
                                             int maxThreads)
        Description copied from class: SceneGraphImplementationProvider
        Gets the right scene graph implementation for the given information about it
        Specified by:
        getImplementation in class SceneGraphImplementationProvider
        Parameters:
        multithreading - Multithreading on?
        hasOctree - Does it have an octree?
        hasStarGroup - Does it contain a star gorup?
        maxThreads - Max number of threads
        Returns:
        The scene graph