yrro
27-05-2006 18:10:22
Hey,
I am using the paging scene manager mostly for the deformable terrain capabilities for a class project. I'm running into two issues with it that I can't seem to find posts about in the forums or anything in the documentation.
1) It runs fine on my Geforce 6600GT but on my group member's systems (several of whom have intel integrated video) the terrain doesn't show up. Are there particular options in the config file which require a more advanced video card that I could turn off?
2) My terrain is ending up very bumpy. Like, the overall shape of the terrain is correct per the heightmap, but on a very small level there are bumps all over it, like my terrain has the measles or something. Consistent small bumps in teh geometry, so they arne't bump mapping or anything like that, and I haven't specified any sort of bumping if it even supports that feature.
Here is my config file, mostly just slightly modified from the example ones included. I appreciate any suggestions.
I am using the paging scene manager mostly for the deformable terrain capabilities for a class project. I'm running into two issues with it that I can't seem to find posts about in the forums or anything in the documentation.
1) It runs fine on my Geforce 6600GT but on my group member's systems (several of whom have intel integrated video) the terrain doesn't show up. Are there particular options in the config file which require a more advanced video card that I could turn off?
2) My terrain is ending up very bumpy. Like, the overall shape of the terrain is correct per the heightmap, but on a very small level there are bumps all over it, like my terrain has the measles or something. Consistent small bumps in teh geometry, so they arne't bump mapping or anything like that, and I haven't specified any sort of bumping if it even supports that feature.
Here is my config file, mostly just slightly modified from the example ones included. I appreciate any suggestions.
GroupName=PLSM2
Width=1
Height=1
Data2DFormat=HeightField
LandScapeFileName=lemmings
FileSystem=Media/paginglandscape2/terrains/lemmings
NumTextureFormatSupported=19
TextureFormatSupported0=Image
TextureFormatSupported1=BaseTexture
TextureFormatSupported2=Splatting
TextureFormatSupported3=Splatting5
TextureFormat=Image
ImageFilename=lemmingsBaseColorMap
ScaleX=500
ScaleY=200
ScaleZ=500
Deformable=yes
SaveDeformation=no
VertexCompression=yes
VertexProgramMorph=yes
VertexNormals=yes
NumMatHeightSplat=0
# where to put camera on load.
BaseCameraViewpoint.x=935.0f
BaseCameraViewpoint.y=24000.0f
BaseCameraViewpoint.z=-432.0f
Baselookat.x=0.0f
Baselookat.y=0.0f
Baselookat.z=0.0f