Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LeMans needs help
01-27-2007, 02:01 AM,
#1
LeMans needs help
There are a couple of issues with the LeMans track that need to be fixed. First and worst, there's a backdrop object that is not set as a backdrop, so it's up in the foreground and there are a few points where it intersects the track...it looks bad and obscures the view. Also, this track has a starting position in a pit lane instead of on the track's starting positions. This would be a good opportunity to set several starting positions for this track.

Any takers?
Reply
01-28-2007, 12:39 AM,
#2
Re: LeMans needs help
thelusiv Wrote:There are a couple of issues with the LeMans track that need to be fixed. First and worst, there's a backdrop object that is not set as a backdrop, so it's up in the foreground and there are a few points where it intersects the track...it looks bad and obscures the view. Also, this track has a starting position in a pit lane instead of on the track's starting positions. This would be a good opportunity to set several starting positions for this track.

Any takers?

which backdrop object is that? i don't see any intersecting the track? where?

--alex--
Reply
01-28-2007, 02:57 AM,
#3
 
this one:
[Image: 3_le_mans_backdrop_intrusion.jpg]
Reply
01-28-2007, 02:15 PM,
#4
 
thelusiv Wrote:this one:
[Image: 3_le_mans_backdrop_intrusion.jpg]
are you sure you have the latest version. as far as i can tell all the horizon objects are marked as sky:


Code:
#entry 6790
sky.dof-00.joe
horiz7.bmp.png
0
1
1
1
0
0
0
0
1.0
0.9
1.0
0.0

#entry 6791
sky.dof-01.joe
horiz0.bmp.png
0
1
1
1
0
0
0
0
1.0
0.9
1.0
0.0

#entry 6792
sky.dof-02.joe
horiz1.bmp.png
0
1
1
1
0
0
0
0
1.0
0.9
1.0
0.0

and so on (these are the last entries in list.txt). i am pretty sure something is wrong with your installation. do an 'svn diff' in vdrift/data/tracks/lemans, see if there are any changes wrt the repository and then compare that directory to what you have installed.

--alex--
Reply
01-28-2007, 02:30 PM,
#5
 
alex25 Wrote:i am pretty sure something is wrong with your installation.

nevermind.... something changed in the display code in vdrift. the horizon was also marked as transparent blended texture. i set that back to 0 and now everything is fine. sorry.

--alex--
Reply
01-28-2007, 10:10 PM,
#6
 
Must have been the changes Joe made to the object code. Looks good now, thanks.
Reply
01-29-2007, 10:55 PM,
#7
 
Indeed, i was streamlining the object drawing code and one result is that now it categorizes things by skybox, blend, and everything else. It draws each type of object in succession using the same opengl settings. This slightly improves performance on tracks with a lot of objects, but as a side effect, if an object is in both categories it gets drawn twice.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)