From 1a227bf64e1cd4ab828e8643adf6985eadacdfa6 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 10 Nov 2013 11:03:27 -0500 Subject: [PATCH] Notes and started on a model This is just a model for the test car as most likely all the other models will be obj models. That way i have more control over the look of the vehicle. --- models/TestCar.tcn | Bin 0 -> 884 bytes src/dark/core/prefab/vehicles/EntityDrivable.java | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 models/TestCar.tcn diff --git a/models/TestCar.tcn b/models/TestCar.tcn new file mode 100644 index 0000000000000000000000000000000000000000..eec25561931211b5301bcb3c0fde2ae1130ee028 GIT binary patch literal 884 zcmWIWW@Zs#U|`^2P>INLmYvDQvxA9&;jJ7411EzDLvDUbYK~q-ZVnfN0#FeH10#b3 zgWG`|A-#L&7}4psGXwKy8web~um0A0fz50oXCa}JuCIi)uG*4wRVerJJ)RgLGp32Y zyOzwaV_zt8$?d}dHGij0rFZZ0e;3qQC7+r0AXn+azNQI|GO^#!Xm5VLr+#_no3!~k zNe}-t{4Gy=;wCoZBg-dp1R`i0aYJoy`_`4dikd9vEaTddnDT9$i@!~@;5%TzA))AANxmj z1EZIxuBkg$FXfN9eJ%EsqxtWB&%f8^-FCipS!ti^+U~pGy=0eu7GjN#yK_Feadw7m zQ^_wDdyCTaciwB$staFz+Y>9e<4RHI_OGi#pRG~J+cVd4_jKbAk4k#n3-T&w_+=k0 zU$&2z??=4&p~;oYX0kgSS)`+FBl`6DRWGMcb87NJMff-JY?@O#dxqM@<7YHtL?2GK zSa~KsF+8OE0jG?Wf|_CbnG$^oUrw&N<;D`8T$=EC=be%nn$41W^Cw50d9i^rjd`j;aq|BgiOYo2uB_8f z-*WJkrIPSfhu7ccc1=hVwsO1lN;_&X@4=3MqYj&`E?i+)Tj-h15EXSHa^^5(7xyS%z- zjpuov?eJJO#lm=#@Xa%)*8BIwzM5mpQNi=z``>Bn4<5X!Gkd4PKhC(I-1xF-p_1vJ z6`1@#ga*AR`g5u0vUA>Z{s3=ACS3;HnE;&d;RH!pBEXxK4U%mb8KQv this.rotationYaw + 30) + + if (this.riddenByEntity.rotationYaw > this.rotationYaw + 30) { this.riddenByEntity.rotationYaw = this.rotationYaw + 30; } - if(this.riddenByEntity.rotationYaw < this.rotationYaw - 30) + if (this.riddenByEntity.rotationYaw < this.rotationYaw - 30) { this.riddenByEntity.rotationYaw = this.rotationYaw - 30; }