ORIGINAL: kenrinc
Did we clear up the issue with the "white world" when creating panos? I used the PanoExample.zip file as a boilerplate for my pano and at first I could only get a listing with "No image Available" in the pano menu. After messing around I found that I had to convert the "Icon" and "LargeIcon" files from jpg to dds and then they would show up in the pano menu. When I select my pano and click Fly, the plane shows up in a black world. If I go back and convert all my jpg tiles to dds files, the plane shows up in a white world. Do all 3 image folders (high, medium and low) have to have images in them? Currently I only have images in the "high" folder.
Thx
Ken-
Ken,
I think you may have missed a step. Read over the FAQ again and you will find a section that refers to modifying the DOM file (especially this section)
[Images]
NumHorizontal_High = 8
NumVertical_High = 4
NumHorizontal_Med = 8
NumVertical_Med = 4
NumHorizontal_Low = 8
NumVertical_Low = 4
These are the numbers of tiles you have for each folder high, medium and low. You only need to have one with any images.
And the field file:
)especially this section)
; FLD File
Description = VT2cargarage
IsAPano = 1
UseSkydome = 0
DOM = VT2cargarage.dom
ELE = VT2cargarage.ele
These items must refer to your unique description.
And lastly you need to have the quality slider in the video graphics options at the position you have the tiles in the folder for.
Give it another try.
Scott