コード例 #1
0
ファイル: HE_Face.java プロジェクト: theomission/HE_Mesh2014
 /** @param el */
 public void copyProperties(final HE_Face el) {
   super.copyProperties(el);
   facecolor = el.getColor();
   textureId = el.textureId;
 }