Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Material

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: orca_scene3d.pas line 717

type TD3Material = class(TPersistent)

protected

  FDiffuse: TD3Color;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  property OnChanged: TNotifyEvent; [rw]

  

  property NativeAmbient: TD3Color; [rw]

  

  property NativeDiffuse: TD3Color; [rw]

  

  property NativeBitmap: TD3Bitmap; [r]

  

  property TempBitmap: TD3Bitmap; [rw]

  

published

  property Diffuse: string; [rw]

  

  property Ambient: string; [rw]

  

  property Lighting: Boolean; [rw]

  

  property Bitmap: string; [rw]

  

  property BitmapMode: TD3TexMode; [rw]

  

  property BitmapTileX: Single; [rw]

  

  property BitmapTileY: Single; [rw]

  

  property BitmapRect: TD3BitmapRect; [rw]

  

  property FillMode: TD3FillMode; [rw]

  

  property ShadeMode: TD3ShadeMode; [rw]

  

end;

Inheritance

TD3Material

  

|

TObject



CT Web help

CodeTyphon Studio