View Single Post
Old 11th October 2019, 12:59 PM   #3
captainpeter
Senior Member
Professional user
 
captainpeter's Avatar
 
Join Date: May 2004
Location: Vienna / Austria
Posts: 207
Default Re: Getting textures through to x-plane

Quote:
Originally Posted by cambridge View Post
I've just started with AC3D, and been experimenting for some time, using what AC3D, plugin and x-plane reference material I can find. But I've been unable to take an object, with textures, through to x-plane. No problem getting what I want within AC3D, and getting the basic object to x-plane.

I presume that it's down to getting all the AC3D and x-plane object settings right, and I guess having the texture file in the right place.

I'd much appreciate an answer - it's driving me crazy!
Hi,
  • Texture sizes must be powers of 2. There's a minimum size. This is to allow X-Plane's Render settings to further optimize your RAM usage by scaling textures. (AFAIK textures should be 64x64 px or better. If you reduce Rendering quality from 'Very High' through 'High' to 'Normal' this would reduce the texture in RAM from 64x64 px. to 16x16px.)
  • Textures should be PNG-24 files for max. quality or DDS files.
  • Check the final x-Plane object with a text editor.
TEXTURE Cabin.dds
TEXTURE_LIT Cabin_LIT.dds
TEXTURE_NORMAL Cabin_NML.png
  • The first 'TEXTURE' reference is required. The LIT & NML references must only be inluded if the respective textures actually exist.
  • File paths are relative to the .OBJ file.
  • File Names are Case Sensitive!
Hope this helps.

cheers
Peter
__________________
--
P e t e r M e i n i n g e r
------------------------------------

The X-Plane Freeware Project
captainpeter is offline   Reply With Quote