com.threerings.opengl.renderer.config
Class TextureConfig.OriginalCubeMap.FileTrio

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.FileTrio
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TextureConfig.OriginalCubeMap

public static class TextureConfig.OriginalCubeMap.FileTrio
extends DeepObject
implements Exportable

Contains the files for the x, y, and z faces.


Field Summary
 String x
          The image resource from which to load the x face.
 String y
          The image resource from which to load the y face.
 String z
          The image resource from which to load the z face.
 
Constructor Summary
TextureConfig.OriginalCubeMap.FileTrio()
           
 
Method Summary
 void getUpdateResources(HashSet<String> paths)
          Adds the trio's update resources to the provided set.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

x

@Editable(editor="resource",
          nullable=true)
@FileConstraints(description="m.image_files_desc",
                 extensions={".png",".jpg",".dds"},
                 directory="image_dir")
public String x
The image resource from which to load the x face.


y

@Editable(editor="resource",
          nullable=true)
@FileConstraints(description="m.image_files_desc",
                 extensions={".png",".jpg",".dds"},
                 directory="image_dir")
public String y
The image resource from which to load the y face.


z

@Editable(editor="resource",
          nullable=true)
@FileConstraints(description="m.image_files_desc",
                 extensions={".png",".jpg",".dds"},
                 directory="image_dir")
public String z
The image resource from which to load the z face.

Constructor Detail

TextureConfig.OriginalCubeMap.FileTrio

public TextureConfig.OriginalCubeMap.FileTrio()
Method Detail

getUpdateResources

public void getUpdateResources(HashSet<String> paths)
Adds the trio's update resources to the provided set.



Copyright © 2011. All Rights Reserved.