Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if ( colDiffuseCompare == colDiffuseReplace && colAmbientCompare == colAmbientReplace && colEmissionCompare == colEmissionReplace && colSpecularCompare == colSpecularReplace)
  2. {
  3. return true;
  4. }
  5. else
  6. {
  7.  
  8. return false;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement