OrthoSegmentMaterial is a material exclusively used to render wireframe objects

See also:

  • away3d.entities.Lines

Constructor

@:value({ thickness : 1.25 })new(thickness:Float = 1.25)

Creates a new OrthoSegmentMaterial object.

Parameters:

thickness

The thickness of the wireframe lines.

Inherited Variables

Defined by MaterialBase

read onlyassetType:String

blendMode:BlendMode

depthCompareMode:Context3DCompareMode

extra:Dynamic

An object to contain any extra data.

mipmap:Bool

repeat:Bool

read onlyrequiresBlending:Bool

smooth:Bool

read onlyuniqueId:Int

Defined by NamedAssetBase

read onlyassetFullPath:Array<Dynamic>

read onlyassetNamespace:String

id:String

name:String

read onlyoriginalName:String

Inherited Methods

Defined by MaterialBase

dispose():Void

Cleans up resources owned by the material, including passes. Textures are not owned by the material since they could be used by other materials and will not be disposed.

Defined by NamedAssetBase

assetPathEquals(name:String, ns:String):Bool

@:value({ overrideOriginal : true, ns : null })resetAssetPath(name:String, ?ns:String, overrideOriginal:Bool = true):Void