Project

General

Profile

« Previous | Next » 

Revision d41742f7

Added by Leszek Koltunski about 4 years ago

Correct the RubikCube app for the last library changes in Node.

View differences:

src/main/java/org/distorted/object/RubikObject.java
36 36
import org.distorted.library.type.Static3D;
37 37
import org.distorted.library.type.Static4D;
38 38

  
39
import static org.distorted.magic.RubikRenderer.NODE_MESH_SIZE;
40

  
39 41
///////////////////////////////////////////////////////////////////////////////////////////////////
40 42

  
41 43
public abstract class RubikObject extends DistortedNode
......
67 69
    {
68 70
    super(texture,effects,mesh);
69 71

  
72
    resizeFBO(NODE_MESH_SIZE,NODE_MESH_SIZE);
73

  
70 74
    LEGAL_QUATS = getLegalQuats();
71 75
    NUM_CUBITS  = getNumCubits(size);
72 76

  

Also available in: Unified diff