LDraw.org Discussion Forums
How do you do an Ipod touch wallpaper - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: Rendering Techniques (https://forums.ldraw.org/forum-20.html)
+--- Thread: How do you do an Ipod touch wallpaper (/thread-1515.html)



How do you do an Ipod touch wallpaper - brickster - 2011-11-25

How can I do a good wallpaper for Ipod touch , what angle do I need ?

Thanks in advance


Re: How do you do an Ipod touch wallpaper - Damien Roux - 2011-11-25

It's more a matter of size than angle.

You need to make a picture with the size 320 x 480. I don't know if ldview can handle this format but if not: take any picture you want and crop/resize it with your favorite picture editor.


Re: How do you do an Ipod touch wallpaper - brickster - 2011-11-25

I mean in povray


Re: How do you do an Ipod touch wallpaper - Damien Roux - 2011-11-25

ah OK !

This is how I would do it:

Open a model with Ldview,

Go to "View" -> "Standard Sizes" -> "720 x 480" (same ratio as the ipod one)

Rotate your model to get the desired picture.

Go to "Tool" -> "Show Pov-Ray Camera Info". Click "OK"

Now the camera setting has been copied into Ctrl+C/Ctrl+V function.

Run L3P-Add on, open the .pov with Pov-Ray.

Now delete the entire "Camera" (at the bottom of the file), and replace it by what has been copied from Ldview (Ctrl+V).

Don't forget to change the "#declare ASPECT = 4/3;" to "#declare ASPECT = 3/2;" in the camera settings.

Finally you need to add the required format (480 x 320) to able Pov-Ray to handle it.

This can be done by going to "Option" -> "Edit Resolution INI file"
and by adding the following at the end of the file:

[480x320, AA 0.3]
Width=480
Height=320
Antialias=On
Antialias_Threshold=0.3


Hope this help!


Re: How do you do an Ipod touch wallpaper - Tim Gould - 2011-11-26

You can also just add +W480 +H320 to the command line text window.

Of course the easiest solution is to use LDView with the right ratio and then use its POVray export. Unlike l3p (or at least the last version I used) it doesn't hardwire in the ratio so all will be well.

Tim