D | ModelBuilder.java | 206 …public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x… in createRect() argument 208 …return createRect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, no… in createRect() 216 …public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x… in createRect() argument 220 …part("rect", primitiveType, attributes, material).rect(x00, y00, z00, x10, y10, z10, x11, y11, z11… in createRect()
|