wogz187 1086 Posted August 6, 2019 You can't see object geometry through vehicle geometry (z plane). ORIGINAL TOPIC==================================================================== Objects won't render inside vehicle cab in first-person camera. The tablet is attached to a helper (yellow thing). The helper is attached to the plane. It doesn't matter what technique is used to attach the tablet. The attachment works any which way, but no matter what in the first person view, the tablet is missing (it actually seems to clip outside of the cab to some relative position). In 3rd person camera it works as expected. Is there some kind of occluder in vehicle interiors that won't allow objects? The move happens during the half-second fade when entering/exiting vehicles. Is this a known issue? Is there a work-around? I really want a tablet on my lap whilst flying. To surmise: It doesn't matter how to attach. It just can't be seen in first-person (because it clips out of position). 3rd person works as expected but that's useless. Any ideas? Share this post Link to post Share on other sites
POLPOX 779 Posted August 6, 2019 In RV4 engine, the vehicle that your camera's in will rendered frontmost, so you can't fix this. 1 Share this post Link to post Share on other sites
wogz187 1086 Posted August 6, 2019 (edited) Update: As POLPOX explained the tablet cannot go on the player's lap. A compromise, and a practical one at that, was to put it up on the dashboard. I wrote a simple script to update the current displayed image to be the player's current area of the map. This is not nearly as cool as displaying proper GPS or MAP or whatever we can put here. What can we put here? There's gotta be a way to put the GPS here. This is how I attached the tablet, in object init, this disableCollisionWith playerJET; this SetObjectTexture [0,"tanoaS.jpg"]; playTAB attachTo [playerJET, [-0.12,1.6,0.25], "vez"]; playTAB setVectorDirAndUp [[0,0,1],[0,-1,0]]; Have fun! Edited August 6, 2019 by wogz187 I realize "A picture of your mom..." is technically an answer but I already thought of that. 2 Share this post Link to post Share on other sites
wogz187 1086 Posted August 9, 2019 @wogz187, From FTA readme, Quote What's new: 1) A mobile phone you can stick to the cockpit window. The phone can display GPS, a selfie camera, lock screen, help and incoming messages. 😉 Share this post Link to post Share on other sites
zagor64bz 1225 Posted August 10, 2019 15 hours ago, wogz187 said: @wogz187, From FTA readme, 😉 1 Share this post Link to post Share on other sites