Difference between revisions of "MatEdit"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Project Overview)
 
(Project Overview)
Line 1: Line 1:
 
==Project Overview==
 
==Project Overview==
 +
MatEdit is a user-friendly graphics material editor that will allow a developer to adjust and preview material properties on an object. These basic properties currently include diffuse, ambient, and specular colors.
 +
MatEdit has a pre-loaded library of textures for the programmer to choose from and will have the option to import textures in the future. Once the programmer is satisfied with his adjustments, MatEdit can generate the appropriate code to achieve this special look.
 +
 +
==Current Version==
 +
 +
==Goals for this quarter==
 +
- Generate a library of textures for the programmer to choose from
 +
- Add open/save options to the GUI
 +
- Add the ability for programmers to change variable names in code generation

Revision as of 15:22, 9 May 2011

Project Overview

MatEdit is a user-friendly graphics material editor that will allow a developer to adjust and preview material properties on an object. These basic properties currently include diffuse, ambient, and specular colors. MatEdit has a pre-loaded library of textures for the programmer to choose from and will have the option to import textures in the future. Once the programmer is satisfied with his adjustments, MatEdit can generate the appropriate code to achieve this special look.

Current Version

Goals for this quarter

- Generate a library of textures for the programmer to choose from - Add open/save options to the GUI - Add the ability for programmers to change variable names in code generation