Normand Briere
2019-09-06 9cc83b97378c48bae3792064f2d01b2f954c0e01
CameraPane.java
....@@ -2092,12 +2092,12 @@
20922092 if (cameras[i] == null)
20932093 {
20942094 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);
20952100 }
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);
21012101 }
21022102 cameracount = 0;
21032103 targetLookAt = targetLookAts[cameracount];
....@@ -8456,7 +8456,7 @@
84568456 {
84578457 // texturecache = textures.get(texname); // suspicious
84588458 if (texturecache == null)
8459
- texturecache = new CacheTexture(GetResourceTexture("whitenoise.png", bump),resolution);
8459
+ texturecache = new CacheTexture(GetResourceTexture("whitenoise.jpg", bump),resolution);
84608460 else
84618461 new Exception().printStackTrace();
84628462 } else