Exemple #1
0
 /** @param el */
 public void copyProperties(final HE_Face el) {
   super.copyProperties(el);
   facecolor = el.getColor();
   textureId = el.textureId;
 }