Class DefaultSceneFactory

java.lang.Object
com.gaia3d.basic.geometry.modifier.DefaultSceneFactory

public class DefaultSceneFactory extends Object
  • Constructor Details

    • DefaultSceneFactory

      public DefaultSceneFactory()
  • Method Details

    • createScene

      public GaiaScene createScene()
    • createScene

      public GaiaScene createScene(File file)
    • createGridNode

      public GaiaNode createGridNode(int width, int height)
      Create a grid node with specified width and height
      Parameters:
      width -
      height -
      Returns: