Minor fix in TestRenderToCubeMap
This commit is contained in:
parent
05baf56130
commit
fea3faf9af
@ -97,7 +97,7 @@ public class TestRenderToCubemap extends SimpleApplication {
|
||||
offView.setOutputFrameBuffer(offBuffer);
|
||||
|
||||
// setup framebuffer's scene
|
||||
Box boxMesh = new Box(Vector3f.ZERO, 1,1,1);
|
||||
Box boxMesh = new Box( 1,1,1);
|
||||
Material material = assetManager.loadMaterial("Interface/Logo/Logo.j3m");
|
||||
offBox = new Geometry("box", boxMesh);
|
||||
offBox.setMaterial(material);
|
||||
|
Loading…
x
Reference in New Issue
Block a user