Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Pages: 1 2 [3] 4

Author Topic: Cessna skins  (Read 28270 times)

angrypig

  • Sr. Member
  • ****
  • Posts: 454
Re: Cessna skins
« Reply #30 on: August 11, 2012, 01:25:15 pm »

Well, I can resave them with mipmaps. In flightsim world mipmaps for player aircrafts usually useless, since the aircraft is always near player and camera. Mipmaps are used for scenery objects and AI aircrafts.

The mipmapping is used for high view angles too and without mipmaps the result is shimmering on contrast parts of the texture like texts and numbers. The good example is the UDN skin and the view from behind. I am using anisotropy 4x for all object textures so there is no blurriness when mipmaps are there...
Logged

ddenn

  • Sr. Member
  • ****
  • Posts: 374
Re: Cessna skins
« Reply #31 on: August 11, 2012, 01:33:07 pm »

Ok, I'll update the textures. What settings are better to use?
Logged
i7 3930K 3.50 (3.80) Ghz, 32Gb RAM, GTX980 4 Gb VRAM, Windows 7 64-bit

About Outerra in Russian

angrypig

  • Sr. Member
  • ****
  • Posts: 454
Re: Cessna skins
« Reply #32 on: August 11, 2012, 01:34:42 pm »

BTW, can we have possibility use not only DDS format, but PNG also for textures? DDS are very user-unfriendly. It could be done like in x-plane, if there is DDS file, xplane uses it, if theres only PNG with specified name it uses PNG.

Why unfriendly? The reason for the DDS as the only format is the performance because this file can be directly uploaded to GPU memory and the PNG format has to be unpacked and converted into DDS and then uploaded or converted on GPU side but it means larger transfer through PCIe bus. But I was thinking to add conversion from PNG/TGA to DDS into import tool later.
Logged

angrypig

  • Sr. Member
  • ****
  • Posts: 454
Re: Cessna skins
« Reply #33 on: August 11, 2012, 01:38:50 pm »

Ok, I'll update the textures. What settings are better to use?

I am usually using command line nvidia texture tools
http://code.google.com/p/nvidia-texture-tools/
plugin for photoshop: http://developer.nvidia.com/content/nvidia-texture-tools-adobe-photoshop

nvcompress -bc1 for diffuse textures (DXT1 format)
nvcompress -bc4 for opacity textures (ATI1 format)
nvcompress -bc5 for normal maps (3dc/ATI2 format)

it automatically generates mipmaps...
Logged

ddenn

  • Sr. Member
  • ****
  • Posts: 374
Re: Cessna skins
« Reply #34 on: August 11, 2012, 01:39:32 pm »

I have very strange graphic issues using nvidia dds plugin for photoshop when it saving file. And the saving time is very big, comparing to png
Logged
i7 3930K 3.50 (3.80) Ghz, 32Gb RAM, GTX980 4 Gb VRAM, Windows 7 64-bit

About Outerra in Russian

angrypig

  • Sr. Member
  • ****
  • Posts: 454
Re: Cessna skins
« Reply #35 on: August 11, 2012, 01:51:47 pm »

I have very strange graphic issues using nvidia dds plugin for photoshop when it saving file. And the saving time is very big, comparing to png

PNG's lossless compression can be sometimes more efficient but GPU can't use it... And the final size of the DDS file depends on the used internal format (compression ratios: DXT1 1:6, DXT5 1:4,  RGBA8 1:1 ). PNG is good for storage because it is lossless, DXT1,DXT5,ATI1,ATI2 are lossy formats and usually their quality is much worse than JPEG with the same size...
Logged

ddenn

  • Sr. Member
  • ****
  • Posts: 374
Re: Cessna skins
« Reply #36 on: August 11, 2012, 02:00:14 pm »

Logged
i7 3930K 3.50 (3.80) Ghz, 32Gb RAM, GTX980 4 Gb VRAM, Windows 7 64-bit

About Outerra in Russian

ZeosPantera

  • ||>>-Z-<<||
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2520
  • #1 Outerra Fan Boy
    • My Youtube
Re: Cessna skins
« Reply #37 on: August 11, 2012, 04:19:42 pm »

A PNG importer tool would be very helpful for us noobs that want to do all our skinning in MSPAINT.

Would there need to be multiple PNG's for reflection layers and such?
« Last Edit: August 11, 2012, 04:22:00 pm by ZeosPantera »
Logged
"Fear accompanies the possibility of death, Calm shepherds its certainty" - General Ka Dargo

lookastdu

  • Member
  • **
  • Posts: 74
  • cars <3
Re: Cessna skins
« Reply #38 on: August 11, 2012, 05:21:28 pm »

If I remember correctly you can use DxtBmp tool. You can find it on this site: http://www.mwgfx.co.uk/
With this tool you can open DDS file, export it to PNG/JPG/etc., import JPG/PNG/etc. and save it as DDS, also you can choose path for your graphics editing tool (e.g. GIMP or Paint :P) then you can skip exporting and importing steps if you want to edit textures. ;)
Logged

KelvinNZ

  • Hero Member
  • *****
  • Posts: 509
  • A clock that doesn't work still works twice a day!
Re: Cessna skins
« Reply #39 on: August 11, 2012, 06:05:42 pm »

Updated textures and links - http://www.outerra.com/forum/index.php?topic=718.msg13879#msg13879

Thanks very much Denis, looking forward to trying them out.
Logged
If a man who cannot count finds a four-leaf clover, is he lucky?

deathevor

  • Sr. Member
  • ****
  • Posts: 265
  • User
    • Sk-Films
Re: Cessna skins
« Reply #40 on: August 11, 2012, 07:28:23 pm »

Can anybody, please, post original textures for Cessna?
Thanks in advance
Logged
VFx Artist/Supervisor, Private Pilot - www.sk-films.com

ddenn

  • Sr. Member
  • ****
  • Posts: 374
Re: Cessna skins
« Reply #41 on: August 12, 2012, 02:18:10 am »

Logged
i7 3930K 3.50 (3.80) Ghz, 32Gb RAM, GTX980 4 Gb VRAM, Windows 7 64-bit

About Outerra in Russian

ddenn

  • Sr. Member
  • ****
  • Posts: 374
Re: Cessna skins
« Reply #42 on: August 12, 2012, 04:14:41 am »

Back on a sort of topic..

Yeah, sorry. Cameni, could please you move skin posts to a different topic?
Logged
i7 3930K 3.50 (3.80) Ghz, 32Gb RAM, GTX980 4 Gb VRAM, Windows 7 64-bit

About Outerra in Russian

Chaoz

  • Full Member
  • ***
  • Posts: 156
  • newbie
Re: Cessna skins
« Reply #43 on: August 12, 2012, 04:41:22 am »

Would be great if the links could be moved to the first post for better access .
Logged

deathevor

  • Sr. Member
  • ****
  • Posts: 265
  • User
    • Sk-Films
Logged
VFx Artist/Supervisor, Private Pilot - www.sk-films.com
Pages: 1 2 [3] 4