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 voidPanelHelper.addTextureField(JPanel panel, String label, Supplier<TextureWithMetadata> textureSupplier, Consumer<TextureWithMetadata> textureConsumer, GridBagConstraints gbc) A convenience method to add a texture field to a panel.static voidPanelHelper.addTextureField(JPanel panel, String label, Supplier<TextureWithMetadata> textureSupplier, Consumer<TextureWithMetadata> textureConsumer, 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 TypeMethodDescriptionvoidTranslateToolOneAxis.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()Material.getTexture(int index) Methods in com.marginallyclever.ro3.node.nodes with parameters of type TextureWithMetadataModifier and TypeMethodDescriptionvoidMaterial.setDiffuseTexture(TextureWithMetadata texture) voidMaterial.setNormalTexture(TextureWithMetadata texture) voidMaterial.setSpecularTexture(TextureWithMetadata texture) voidMaterial.setTexture(int index, TextureWithMetadata e) -
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 TypeMethodDescriptionvoidEnvironment.setSkyTexture(TextureWithMetadata skyTextureSource) -
Uses of TextureWithMetadata in com.marginallyclever.ro3.texture
Methods in com.marginallyclever.ro3.texture that return TextureWithMetadataModifier and TypeMethodDescriptionLoad a texture from a file.TextureChooserDialog.getSelectedItem()TextureFactoryDialog.getTexture()Methods in com.marginallyclever.ro3.texture that return types with arguments of type TextureWithMetadataModifier and TypeMethodDescriptionTextureFactory.getAllResources()TextureFactory.getResources(Lifetime lifetime) Methods in com.marginallyclever.ro3.texture with parameters of type TextureWithMetadataModifier and TypeMethodDescriptionvoidTextureChooserDialog.itemAdded(Object source, TextureWithMetadata item) voidTextureChooserDialog.itemRemoved(Object source, TextureWithMetadata item) voidTextureChooserDialog.setSelectedItem(TextureWithMetadata mesh)