Skip to content

Instantly share code, notes, and snippets.

@Yatekii
Created January 24, 2014 20:58
Show Gist options
  • Save Yatekii/8606260 to your computer and use it in GitHub Desktop.
Save Yatekii/8606260 to your computer and use it in GitHub Desktop.
void MaterialAdjuster::addMaterial(Material* material){
materialSelector->AppendItem(material->getName());
//materialSelector->SelectItem(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment