Uses of Enum
com.agisoft.metashape.Model.TextureType
Packages that use Model.TextureType
-
Uses of Model.TextureType in com.agisoft.metashape
Methods in com.agisoft.metashape that return Model.TextureTypeModifier and TypeMethodDescriptionModel.Texture.getTextureType()Texture type.static Model.TextureTypeReturns the enum constant of this type with the specified name.static Model.TextureType[]Model.TextureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.agisoft.metashape with parameters of type Model.TextureTypeModifier and TypeMethodDescriptionModel.getActiveTexture(Model.TextureType type) Active texture of a given type, may be null. -
Uses of Model.TextureType in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return Model.TextureTypeModifier and TypeMethodDescriptionBuildTexture.getTextureType()Texture type.ExportTexture.getTextureType()Texture type.Methods in com.agisoft.metashape.tasks with parameters of type Model.TextureTypeModifier and TypeMethodDescriptionvoidBuildTexture.setTextureType(Model.TextureType value) Texture type.voidExportTexture.setTextureType(Model.TextureType value) Texture type.