Uses of Class
com.marginallyclever.ro3.texture.TextureWithMetadata
Packages that use TextureWithMetadata
Package
Description
-
Uses of TextureWithMetadata in com.marginallyclever.ro3
Method parameters in com.marginallyclever.ro3 with type arguments of type TextureWithMetadataModifier and TypeMethodDescriptionstatic void
PanelHelper.addTextureField
(JPanel panel, String label, Supplier<TextureWithMetadata> getDiffuseTexture, Consumer<TextureWithMetadata> setDiffuseTexture, GridBagConstraints gbc) A convenience method to add a texture field to a panel.static void
PanelHelper.addTextureField
(JPanel panel, String label, Supplier<TextureWithMetadata> getDiffuseTexture, Consumer<TextureWithMetadata> setDiffuseTexture, GridBagConstraints gbc) A convenience method to add a texture field to a panel. -
Uses of TextureWithMetadata in com.marginallyclever.ro3.apps.viewport.viewporttool.move
Methods in com.marginallyclever.ro3.apps.viewport.viewporttool.move with parameters of type TextureWithMetadataModifier and TypeMethodDescriptionvoid
TranslateToolOneAxis.setTexture
(TextureWithMetadata texture, Rectangle2D textureBounds) -
Uses of TextureWithMetadata in com.marginallyclever.ro3.node.nodes
Methods in com.marginallyclever.ro3.node.nodes that return TextureWithMetadataModifier and TypeMethodDescriptionMaterial.getDiffuseTexture()
Material.getNormalTexture()
Material.getSpecularTexture()
Methods in com.marginallyclever.ro3.node.nodes with parameters of type TextureWithMetadataModifier and TypeMethodDescriptionvoid
Material.setDiffuseTexture
(TextureWithMetadata texture) void
Material.setNormalTexture
(TextureWithMetadata texture) void
Material.setSpecularTexture
(TextureWithMetadata texture) -
Uses of TextureWithMetadata in com.marginallyclever.ro3.node.nodes.environment
Methods in com.marginallyclever.ro3.node.nodes.environment that return TextureWithMetadataMethods in com.marginallyclever.ro3.node.nodes.environment with parameters of type TextureWithMetadataModifier and TypeMethodDescriptionvoid
Environment.setSkyTexture
(TextureWithMetadata skyTextureSource) -
Uses of TextureWithMetadata in com.marginallyclever.ro3.texture
Methods in com.marginallyclever.ro3.texture that return TextureWithMetadataModifier and TypeMethodDescriptionTextureChooserDialog.getSelectedItem()
TextureFactoryDialog.getTexture()
Load a texture from a file.Methods in com.marginallyclever.ro3.texture that return types with arguments of type TextureWithMetadataMethods in com.marginallyclever.ro3.texture with parameters of type TextureWithMetadataModifier and TypeMethodDescriptionvoid
TextureChooserDialog.itemAdded
(Object source, TextureWithMetadata item) void
TextureChooserDialog.itemRemoved
(Object source, TextureWithMetadata item) void
TextureChooserDialog.setSelectedItem
(TextureWithMetadata mesh)