What are the characteristics of reflection of an object in computer graphics?
Answers
Answer:
Normal (nonmetallic) objects reflect light and colors in the original color of the object being reflected. Metallic objects reflect lights and colors altered by the color of the metallic object itself.
✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌
Explanation:
An 'object' is composed of fields and methods.
Explanation:
The fields, also referred to as 'data members', 'characteristics', 'attributes or properties', 'describe the object's state'. In general, the 'methods describe the actions' associated with a specific object.
Objects of software also have a state and actions. The state of a software object is stored in 'fields' and the action is displayed via methods. 'Methods' operate on an 'object's' internal state in software development, and 'object-to-object communication' is done through methods.