Package | Description |
---|---|
com.eteks.sweethome3d.j3d |
Contains various tool 3D classes and 3D home objects useful in
Swing package.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureManager.loadTexture(Content content,
boolean synchronous,
TextureManager.TextureObserver textureObserver)
Reads a texture image from
content notified to textureObserver . |
void |
TextureManager.loadTexture(Content content,
float angle,
boolean synchronous,
TextureManager.TextureObserver textureObserver)
Reads a texture image from
content notified to textureObserver . |
void |
TextureManager.loadTexture(Content content,
TextureManager.TextureObserver textureObserver)
Reads a texture image from
content notified to textureObserver
If the texture isn't loaded in cache yet, a one pixel white image texture will be notified
immediately to the given textureObserver , then a second notification will
be given in Event Dispatch Thread once the image texture is loaded. |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License