.. | .. |
---|
2092 | 2092 | if (cameras[i] == null) |
---|
2093 | 2093 | { |
---|
2094 | 2094 | cameras[i] = new Camera(cam.viewCode); |
---|
| 2095 | + |
---|
| 2096 | + cameras[i].setAim(cam.location, cam.lookAt); |
---|
| 2097 | + cameras[i].shaper_fovy = cam.shaper_fovy; |
---|
| 2098 | + cameras[i].UP.set(cam.UP); |
---|
| 2099 | + targetLookAts[i] = new cVector(cameras[i].lookAt); |
---|
2095 | 2100 | } |
---|
2096 | | - |
---|
2097 | | - cameras[i].setAim(cam.location, cam.lookAt); |
---|
2098 | | - cameras[i].shaper_fovy = cam.shaper_fovy; |
---|
2099 | | - cameras[i].UP.set(cam.UP); |
---|
2100 | | - targetLookAts[i] = new cVector(cameras[i].lookAt); |
---|
2101 | 2101 | } |
---|
2102 | 2102 | cameracount = 0; |
---|
2103 | 2103 | targetLookAt = targetLookAts[cameracount]; |
---|
.. | .. |
---|
8456 | 8456 | { |
---|
8457 | 8457 | // texturecache = textures.get(texname); // suspicious |
---|
8458 | 8458 | if (texturecache == null) |
---|
8459 | | - texturecache = new CacheTexture(GetResourceTexture("whitenoise.png", bump),resolution); |
---|
| 8459 | + texturecache = new CacheTexture(GetResourceTexture("whitenoise.jpg", bump),resolution); |
---|
8460 | 8460 | else |
---|
8461 | 8461 | new Exception().printStackTrace(); |
---|
8462 | 8462 | } else |
---|