IPXV_3DMaterial Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
IPXV_3DMaterial extends the [[PXV:IPXV_3DObj|IPXV_3DObj]] interface.
 
IPXV_3DMaterial extends the [[PXV:IPXV_3DObj|IPXV_3DObj]] interface.
 +
 +
== Methods ==
 +
{| class="wikitable methods"
 +
|-
 +
| [[PXV:IPXV_3DMaterial_GetAmbientColor|GetAmbientColor]]
 +
| [[PXV:IPXV_3DMaterial_GetEmissionColor|GetEmissionColor]]
 +
| [[PXV:IPXV_3DMaterial_SetAmbientColor|SetAmbientColor]]
 +
| [[PXV:IPXV_3DMaterial_SetEmissionColor|SetEmissionColor]]
 +
|-
 +
| [[PXV:IPXV_3DMaterial_GetDiffuseColor|GetDiffuseColor]]
 +
| [[PXV:IPXV_3DMaterial_GetSpecularColor|GetSpecularColor]]
 +
| [[PXV:IPXV_3DMaterial_SetDiffuseColor|SetDiffuseColor]]
 +
| [[PXV:IPXV_3DMaterial_SetSpecularColor|SetSpecularColor]]
 +
|}
 +
 +
== Properties ==
 +
{| class="wikitable properties"
 +
|-
 +
| [[PXV:IPXV_3DMaterial_Opacity|Opacity]]
 +
| [[PXV:IPXV_3DMaterial_Reflection|Reflection]]
 +
|
 +
|
 +
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_3DMesh_Material|IPXV_3DMesh::Material]]

Latest revision as of 00:51, 23 July 2018


The interface of object of PDF-XChange Editor SDK.

IPXV_3DMaterial extends the IPXV_3DObj interface.

Methods

GetAmbientColor GetEmissionColor SetAmbientColor SetEmissionColor
GetDiffuseColor GetSpecularColor SetDiffuseColor SetSpecularColor

Properties

Opacity Reflection

See Also

IPXV_3DMesh::Material