Project

General

Profile

« Previous | Next » 

Revision db875721

Added by Leszek Koltunski about 3 years ago

Add Gigaminx dmesh.

View differences:

src/main/java/org/distorted/objects/TwistyObject.java
123 123

  
124 124
///////////////////////////////////////////////////////////////////////////////////////////////////
125 125

  
126
  TwistyObject(int numLayers, int realSize, int fov, Static4D quat, DistortedTexture nodeTexture, MeshSquare nodeMesh,
126
  TwistyObject(int numLayers, int realSize, Static4D quat, DistortedTexture nodeTexture, MeshSquare nodeMesh,
127 127
               DistortedEffects nodeEffects, int[][] moves, ObjectList list, Resources res, int screenWidth)
128 128
    {
129 129
    super(nodeTexture,nodeEffects,nodeMesh);
......
205 205

  
206 206
    setupPosition(moves);
207 207

  
208
    setProjection(fov, 0.1f);
208
    setProjection( list.getFOV(), 0.1f);
209 209
    }
210 210

  
211 211
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff