Newer
Older
RxSprout / app / src / main / java / java3d / Geometry.java
KeijuMatsumoto on 28 Nov 2017 175 bytes [add] Project
package java3d;

public abstract class Geometry extends NodeComponent {
	public static final int ALLOW_INTERSECT = 18;
	
	// コンストラクタ
	public Geometry() {
	}
	
}