Class AutomationEngine.ViewerContent

  • Enclosing class:
    AutomationEngine

    public static class AutomationEngine.ViewerContent
    extends java.lang.Object
    Collection of Filament objects that can be modified by the automation engine.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] assetLights  
      com.google.android.filament.IndirectLight indirectLight  
      com.google.android.filament.LightManager lightManager  
      com.google.android.filament.MaterialInstance[] materials  
      com.google.android.filament.Renderer renderer  
      com.google.android.filament.Scene scene  
      int sunlight  
      com.google.android.filament.View view  
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewerContent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • view

        public com.google.android.filament.View view
      • renderer

        public com.google.android.filament.Renderer renderer
      • materials

        public com.google.android.filament.MaterialInstance[] materials
      • lightManager

        public com.google.android.filament.LightManager lightManager
      • scene

        public com.google.android.filament.Scene scene
      • indirectLight

        public com.google.android.filament.IndirectLight indirectLight
      • sunlight

        public int sunlight
      • assetLights

        public int[] assetLights
    • Constructor Detail

      • ViewerContent

        public ViewerContent()