• Api Documentation
  • Code Coverage
  • Source Code
  • JeremyAnsel.Media.WavefrontObj
  • ObjMaterialMap
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.WavefrontObj
      • ObjApproximationTechnique
      • ObjConstantParametricSubdivisionTechnique
      • ObjConstantSpatialSubdivisionTechnique
      • ObjCurvatureDependentSubdivisionTechnique
      • ObjCurve
      • ObjCurve2D
      • ObjCurveIndex
      • ObjElement
      • ObjFace
      • ObjFile
      • ObjFileReaderSettings
      • ObjFreeFormElement
      • ObjFreeFormType
      • ObjGroup
      • ObjLine
      • ObjMapChannel
      • ObjMaterial
      • ObjMaterialColor
      • ObjMaterialFile
      • ObjMaterialMap
      • ObjMaterialReflectionMap
      • ObjPoint
      • ObjPolygonalElement
      • ObjSurface
      • ObjSurfaceConnection
      • ObjTriplet
      • ObjVector3
      • ObjVector4
      • ObjVertex

    Class ObjMaterialMap

    Inheritance
    object
    ObjMaterialMap
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Media.WavefrontObj
    Assembly: JeremyAnsel.Media.WavefrontObj.dll
    Syntax
    public class ObjMaterialMap

    Constructors

    | Edit this page View Source

    ObjMaterialMap()

    Declaration
    public ObjMaterialMap()
    | Edit this page View Source

    ObjMaterialMap(string?)

    Declaration
    public ObjMaterialMap(string? fileName)
    Parameters
    Type Name Description
    string fileName

    Properties

    | Edit this page View Source

    Boost

    Declaration
    public float Boost { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    BumpMultiplier

    Declaration
    public float BumpMultiplier { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    FileName

    Declaration
    public string? FileName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsClampingEnabled

    Declaration
    public bool IsClampingEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsColorCorrectionEnabled

    Declaration
    public bool IsColorCorrectionEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsHorizontalBlendingEnabled

    Declaration
    public bool IsHorizontalBlendingEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsVerticalBlendingEnabled

    Declaration
    public bool IsVerticalBlendingEnabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ModifierBase

    Declaration
    public float ModifierBase { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    ModifierGain

    Declaration
    public float ModifierGain { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Offset

    Declaration
    public ObjVector3 Offset { get; set; }
    Property Value
    Type Description
    ObjVector3
    | Edit this page View Source

    ScalarChannel

    Declaration
    public ObjMapChannel ScalarChannel { get; set; }
    Property Value
    Type Description
    ObjMapChannel
    | Edit this page View Source

    Scale

    Declaration
    public ObjVector3 Scale { get; set; }
    Property Value
    Type Description
    ObjVector3
    | Edit this page View Source

    TextureResolution

    Declaration
    public int TextureResolution { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Turbulence

    Declaration
    public ObjVector3 Turbulence { get; set; }
    Property Value
    Type Description
    ObjVector3
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ObjMaterialMap()
      • ObjMaterialMap(string?)
    • Properties
      • Boost
      • BumpMultiplier
      • FileName
      • IsClampingEnabled
      • IsColorCorrectionEnabled
      • IsHorizontalBlendingEnabled
      • IsVerticalBlendingEnabled
      • ModifierBase
      • ModifierGain
      • Offset
      • ScalarChannel
      • Scale
      • TextureResolution
      • Turbulence
    Back to top Copyright (c) 2017-2022 Jérémy Ansel