September 27, 200421 yr Greetings,I'm very new at the scenery design thing, but I'm trying to apply photoreal textures to my local area. My problem right now is that the textures I end up with after resample.exe are just not high resolution enough to do the .25m resolution images from TerraServer justice. Is there any workaround I can perform to increase the resolution of the textures to something more like 1m/pix?Thanks in advance,James Bryant
September 27, 200421 yr Hi,The resampler limits the textures to 4.8m/pixel! The only way to get higher resolutions is to treat the photo scenery as object scenery. Frame rates will probably go lower but there is no limit on resolution. For that you would need a tool which would produce the objects (triangle surfaces) following the mesh.Regards, Luis
September 27, 200421 yr Thanks for the quick reply.Would you happen to know of such a tool or whether one even exists?
September 27, 200421 yr >Thanks for the quick reply.>>Would you happen to know of such a tool or whether one even>exists?Hi,I do not know of any. Sorry. But VFR scenery of France should be done in that way. This is just a guess. May be other sceneries use the technique. I really do not know.Regards, Luis
September 27, 200421 yr Commercial Member I have used this technique for some tests, but as far as I know there is no good tool to produce it. I wrote my own SCASM file (just a simple grid with the photos on it).Usually the area is also flattened when using this technique, as letting it follow the mesh is almost impossible.I would not try to put the full 0.25 resolution in the scenery either, I tested a 0.16 resolution once, but the only thing my PC did was swapping memory while loading all the textures :). Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
September 28, 200421 yr FS ARCHITECT can produce this type of scenery if it is compiled with FreeScasm. (Not Scasm)One drawback is that it will not be "mesh following".The other is that you cannot get autogen on the tiles.You cannot make use of transparent tiles either so any FS water will be covered.On the positive side it can be produced with any or all of the night, and seasonal variations.Any resolution can be used.Best,Bjorn
September 29, 200421 yr Hi all.It may be possible to take a ground mesh, export it to DXF in a GIS program, then import it to Gmax. It could then be chopped up, textured at any resolution, and made into BGLs for placement over the mesh. Just a guess.Although there wouldn't be autogen, you could still place objects on it.Dick
September 29, 200421 yr Commercial Member >FS ARCHITECT can produce this type of scenery if it is>compiled with FreeScasm. (Not Scasm)FreeSC code is SCASM code in general, so the technique used should be the same.>One drawback is that it will not be "mesh following".>The other is that you cannot get autogen on the tiles.>You cannot make use of transparent tiles either so any FS>water will be covered.You should be able to use transparant textures as well, I can't understand why the transparancy would not show.Of course this method is not mesh following, that is what the mesh techniques should be used for (with the resolution limitation belonging to that). Autogen is also a mesh feature, so not supported by these "old" style polygons. Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
September 29, 200421 yr Commercial Member >It may be possible to take a ground mesh, export it to DXF in>a GIS program, then import it to Gmax. It could then be>chopped up, textured at any resolution, and made into BGLs for>placement over the mesh. Just a guess.I think it will be very hard to get this to follow the mesh exactly. You would almost need to flatten the mesh below to get the correct behavior. Otherwise the mesh could peek through your GMax model (especially when the user uses a different mesh then you expected).I still think that high resolution on small areas can best be used on flat areas and for the rest we should live with the 4.8 meter resolution. Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
September 29, 200421 yr Hello,that's right Luis, the work has been done with Labomesh (4.75 resolution) and Texpoly (until 0.5 resolution) from Epilogic Aviation (freeware tools) :http://www.epilogic-aviation.net/telecharger_log.htmlUnfortunately, Texpoly is not available at the moment.Best regards, pascalhttp://perso.wanadoo.fr/p.dumat
September 29, 200421 yr Hi Arno,Just to clarify.Transparent tiles will show, but you will also get serious flickering thus making it useless.This is a problem with all ground scasm polys and is usually fixed with "zbias" but I cannot find any way to do so with the FreeScasm code generated and until then only non-transparent bitmaps can be used.Maybe you or anyone else can come up with an idea how to get the bitmaps "zbiased", thus non flickering, so I post the FreeSc code for a photoproject generated by FS ARCHITECT here:; Generated by FS Architect 2002; Version 3.10; Sunday February 08, 2004; Hand editing this file will not change the Architect document ; from which it was assembled. Header( 1 65:42:35.994238 65:22:36.005706 22:31:31.710263 21:43:18.289872 ) LatRange( 65:22:36.005706 65:42:35.994238 ) Flatten( 20.726400 4 65:38:37.602909 22:01:51.432258 65:37:58.398501 22:15:53.992947 65:28:45.972517 22:16:5.495588 65:29:15.672820 21:58:12.883974 ); -----------------------------------------------------------------------------; Textured Grid: Photo Texture Grid 2 Area( b 65:34:29.378549 22:08:20.476782 20 ) LayerCall( :layer 4 ) Jump( : ):layer RefPoint( rel :TagPhotoGrid 0.304800 65:34:29.378549 22:08:20.476782 v1= 37040 v2= 10241 ) RotatedCall( :rot 0 0 5.80 ) Jump( : ):rot LoadBitmap( 0 160 0 0 0 0 LLA0000.bmp ) Points( 0 -15120 0 -16800 -11760 0 -16800 -11760 0 -13440 -15120 0 -13440 ) TexPoly( 0 32767 0 0 0 0 0 1 255 0 2 255 255 3 0 255 ) LoadBitmap( 0 160 0 0 0 0 LLA0001.bmp ) Points( 0 -11760 0 -16800 -8400 0 -16800 -8400 0 -13440 -11760 0 -13440 ) TexPoly( 0 32767 0 0 0 0 0 1 255 0 2 255 255 3 0 255 ) LoadBitmap( 0 160 0 0 0 0 LLA0002.bmp ) Points( 0 -8400 0 -16800 -5040 0 -16800 -5040 0 -13440 -8400 0 -13440 ) TexPoly( 0 32767 0 0 0 0 0 ....... and so on for all bitmaps Return Return:TagPhotoGrid EndA
September 29, 200421 yr Commercial Member Hi Bjorn,This code is 100% correct, it already makes use of the LayerCall command that should prevent the flickering.Are you sure that you have flattened the area correct? Otherwise you would still get flickering. Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
September 29, 200421 yr Hi,The macro is not ok: you should replace the Jump( : ) that follows the RotatedCall by a Return. Once, I posted here something very similar:http://forums.avsim.net/dcboard.php?az=sho...g_id=6620&page=Regards, Luis
September 29, 200421 yr Thank you Pascal,I have just read the help file of LaboMesh and now, I also remember to hear about TexPoly. LaboMesh seems to be a very complete tool to generate mesh, landclass, VTP lines and other things.Kind Regards, Luis
September 30, 200421 yr >Greetings,>>I'm very new at the scenery design thing, but I'm trying to>apply photoreal textures to my local area. My problem right>now is that the textures I end up with after resample.exe are>just not high resolution enough to do the .25m resolution>images from TerraServer justice. Is there any workaround I can>perform to increase the resolution of the textures to>something more like 1m/pix?>>Thanks in advance,>James BryantHi,I used to do a lot of >1m Photoreal, many of us in the TerraBuilder forum labored a great deal using "back-door" techniques to get it right using older commands in and upto FS2k2, now FS2K4 has rendered those useless and there is the "sick" feeling deep in my head I get when seeing these post asking how to do it etc.All FSteam would have to do (as should have already been done when FS2k4 was released) would be to allow the display of 512x512 and 1024x1024 textures with the present photoreal/mesh terrain by means of the patch and we could easily be proccessing 2.4m and 1.2m sceneries!Everyone...say PLEASE!!!1meter scenery in FS2k2:http://www.frontiernet.net/~pleatzaw/images/ecto1.jpg http://www.frontiernet.net/~pleatzaw/images/ecto2.jpghttp://www.frontiernet.net/~pleatzaw/images/ecto6.jpg
Create an account or sign in to comment