Unit 'AsphyreD3D7' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_asphyresphinx]

TD3DMaterial

Declaration

Source position: AsphyreD3D7.pas line 563

type TD3DMaterial = packed record

  dwSize: DWORD;

  

  case Integer of

    0: (

        diffuse: TD3DColorValue;

  

        ambient: TD3DColorValue;

  

        specular: TD3DColorValue;

  

        emissive: TD3DColorValue;

  

        power: TD3DValue;

  

        hTexture: TD3DTextureHandle;

  

        dwRampSize: DWORD;

  

      );

    1: (

        dcvDiffuse: TD3DColorValue;

  

        dcvAmbient: TD3DColorValue;

  

        dcvSpecular: TD3DColorValue;

  

        dcvEmissive: TD3DColorValue;

  

        dvPower: TD3DValue;

  

      );

end;



CT Web help

CodeTyphon Studio