0% found this document useful (1 vote)
129 views1 page

VisAutomation Material PDF

This document describes a VisDispMaterial class that represents the properties of a material, including ambient, diffuse, emissive, and specular color components stored as VisDispColor objects, as well as a shininess value ranging from 0 to 1 stored as a single precision float. The VisDispMaterial class provides getters and setters for retrieving and setting each of these material property values.

Uploaded by

Sanket Swarup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
129 views1 page

VisAutomation Material PDF

This document describes a VisDispMaterial class that represents the properties of a material, including ambient, diffuse, emissive, and specular color components stored as VisDispColor objects, as well as a shininess value ranging from 0 to 1 stored as a single precision float. The VisDispMaterial class provides getters and setters for retrieving and setting each of these material property values.

Uploaded by

Sanket Swarup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

VisDispMaterial

Description: Represents the specular, diffuse, ambient,


emissive, and shininess components of a material.

Properties
VisDispColor Ambient (get/set)

A VisDispColor object containing


the ambient color.

VisDispColor Diffuse (get/set)

A VisDispColor object containing


the diffuse color.

VisDispColor Emission (get/set)

A VisDispColor object containing


the emission color.

VisDispColor Specular (get/set)

A VisDispColor object containing


the specular color.

single Shininess (get/set)

A single precision floating point


number containing the shininess
value ranging from 0.0 to1.0.

You might also like