Optimized Galaxy

This commit is contained in:
Romain Guy
2009-08-17 19:59:27 -07:00
parent 01f750d6fa
commit 4f7136c659
6 changed files with 128 additions and 141 deletions

View File

@@ -245,6 +245,12 @@ public class Element extends BaseObj {
add(DataType.FLOAT, DataKind.Z, false, 32, null);
return this;
}
public Builder addFloatST() {
add(DataType.FLOAT, DataKind.S, false, 32, null);
add(DataType.FLOAT, DataKind.T, false, 32, null);
return this;
}
public Builder addFloatRGB() {
add(DataType.FLOAT, DataKind.RED, false, 32, null);