public CubeRenderer(bool useTranslucentBackground) { mTranslucentBackground = useTranslucentBackground; mCube = new Cube (); }
public CubeRenderer(bool useTranslucentBackground) { mTranslucentBackground = useTranslucentBackground; mCube = new Cube(); }