Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

trackgen(6) [debian man page]

Terrain generator for tracks(6) 				       Games					   Terrain generator for tracks(6)

NAME
trackgen - Terrain generator for tracks SYNTAX
trackgen -c category -n name [-a] [-m] [-s] [-S] [-E <n> [-H <nb>]] DESCRIPTION
This manual describes the Ac3d compiler application that is shipped with the game TORCS. OPTIONS
-c category track category (road, oval, dirt...) -n name track name -b draw bump track -B Don't use terrain border (relief supplied int clockwise, ext CC) -a draw all (default is track only) -s split the track and the terrain -S split all -E <n> save elevation file n 0: all elevatation files 1: elevation file of terrain + track 2: elevation file of terrain with track white 3: track only 4: track elevations with height steps -H <nb> nb of height steps for 4th elevation file [30] SEE ALSO
torcs(6) AUTHOR
This manual page was writen by Rudy Godoy <rudy@kernel-panik.org>, for the Debian GNU/Linux system (but may be used by others). Rudy Godoy 1.2 Terrain generator for tracks(6)

Check Out this Related Man Page

SDL_CDPlayTracks(3)						 SDL API Reference					       SDL_CDPlayTracks(3)

NAME
SDL_CDPlayTracks - Play the given CD track(s) SYNOPSIS
#include "SDL.h" int SDL_CDPlayTracks(SDL_CD *cdrom, int start_track, int start_frame, int ntracks, int nframes)); DESCRIPTION
SDL_CDPlayTracks plays the given CD starting at track start_track, for ntracks tracks. start_frame is the frame offset, from the beginning of the start_track, at which to start. nframes is the frame offset, from the beginning of the last track (start_track+ntracks), at which to end playing. SDL_CDPlayTracks should only be called after calling SDL_CDStatus to get track information about the CD. Note: Data tracks are ignored. RETURN VALUE
Returns 0, or -1 if there was an error. EXAMPLES
/* assuming cdrom is a previously opened device */ /* Play the entire CD */ if(CD_INDRIVE(SDL_CDStatus(cdrom))) SDL_CDPlayTracks(cdrom, 0, 0, 0, 0); /* Play the first track */ if(CD_INDRIVE(SDL_CDStatus(cdrom))) SDL_CDPlayTracks(cdrom, 0, 0, 1, 0); /* Play first 15 seconds of the 2nd track */ if(CD_INDRIVE(SDL_CDStatus(cdrom))) SDL_CDPlayTracks(cdrom, 1, 0, 0, CD_FPS*15); SEE ALSO
SDL_CDPlay, SDL_CDStatus, SDL_CD SDL
Tue 11 Sep 2001, 22:58 SDL_CDPlayTracks(3)
Man Page

15 More Discussions You Might Find Interesting

1. Programming

C Certification

I would like to become certified in C/C++ and UNIX. Can anyone assist by giving links or details of the best track I could take. (1 Reply)
Discussion started by: Lucky Luke
1 Replies

2. HP-UX

9-track dinosaur

We just went from HP-UX 10.20 to 11.00. All the bugs are out, except for a small detail...the old 9-track isn't working. We receive large amounts of data on reel-to-reel so I kinda need it fixed. In the meantime, I'm trying to see if they can send me a DAT tape instead. I'm pretty sure the drive... (8 Replies)
Discussion started by: ncmurf00
8 Replies

3. OS X (Apple)

Use UNIX to track web sites viewed?

I'm on OSX 10.4. I was wondering if you can use UNIX terminal to track what web sites have been viewed on this Mac... Thank you! (1 Reply)
Discussion started by: tracymanusa
1 Replies

4. UNIX for Advanced & Expert Users

Track changes in files

All, Is there any command or method by which we can track changes in a file in Unix (Something similar to track changes in a word document). I know there is CVS which is used to store code changes and track changes in the code. But other than CVS any way to find out changes done in a file... (1 Reply)
Discussion started by: rahulrathod
1 Replies

5. IP Networking

The "right" Way to Configure Reverse Zones?

I'm not sure where this really fits in the Unix.com forums, but this seemed to be a good spot for it. If not, please let me know: I've been trying to track down an issue that I've had for quite a while with reverse lookups. I've got a primary and secondary DNS that are authoritative for some... (8 Replies)
Discussion started by: deckard
8 Replies

6. UNIX for Advanced & Expert Users

tracking user action

Hi, we are using solaris8. we have some files disappear. I would like to know how to track who and when the files was remove ??? thanks, (7 Replies)
Discussion started by: xitrum
7 Replies

7. Shell Programming and Scripting

track the errors in log file

OS: SuSE Linux Enterprise Server 10 Goal: To track the errors in log file, If they exits users will be notify by email. We have a script below: SrchKey="SRVE0242I:" LogFile=/PATHtemOut.log MailTo="DN@mail.com http:// ! -f PATH/alert.last && touch PATH/alert.last egrep $SrchKey $LogFile... (3 Replies)
Discussion started by: sdhn1900
3 Replies

8. Shell Programming and Scripting

To track any modification in a specfic file

Hi All, I am a pretty new to programming or scripting. Please help me in my below query. I want to write a script which can track a file for any kind of modification and if there is any modification then it should move that file or i should say backup that file to another server. Please... (6 Replies)
Discussion started by: makkar4u
6 Replies

9. UNIX for Dummies Questions & Answers

How to filter out almost dupicate X Y (Easting Northing) coordinates?

I have a large ascii file of 3+ million records. The data type is easting northing elevation coordinates. The file format is 3 fields, a numeric value for: easting northing elevation When I view this data graphically in AutoCAD or ESRI ArcMap, I can see that there a many points that are very... (7 Replies)
Discussion started by: kenneth.mcbride
7 Replies

10. Shell Programming and Scripting

Synchronizing Subtitle track

Hi, I have a subtitle track something like this. 1 00:01:18,700 --> 00:01:20,660 Hi. 2 00:01:27,040 --> 00:01:30,380 -How'd it go? -Lousy. 3 00:01:30,460 --> 00:01:34,300 Got a '63 Thunderbird I would've sold in a day a year ago. 4 00:01:34,330 --> 00:01:37,050 (3 Replies)
Discussion started by: ratheeshjulk
3 Replies

11. Solaris

M4000 Memory Fault

Hi Guys and Gals, Does anyone know how to track down a faulty DIMM on the memory board of an M4000? showhardconf tells me which board it is, but was wondering if there was a way to track it down to a DIMM? Thanks in advance Martin (5 Replies)
Discussion started by: callmebob
5 Replies

12. AIX

How can i track the Communication between LPARs?

Hello Everyone, i got a question in AIX. How can i track the communication between LPARs. i mean how can we find if a program/account trying to access a directory/file inside AIX LPAR or from another LPAR ? if some one is trying to access our LPAR. where can i track those info? or a outside... (5 Replies)
Discussion started by: System Admin 77
5 Replies

13. Linux

Not able to track harddisk usage by root

Hi all ! I am unable to track 6 GB memory through df -h command please anyone tell me why its showing 57M though used memory is 101G OS - Ubuntu 12.04 LTS 32-Bit Filesystem Size Used Avail Use% Mounted on /dev/sda9 107G 101G 57M 100% / udev 1.9G 4.0K 1.9G ... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

14. Shell Programming and Scripting

Stupid question to check if variable is empty

Hi, I am simply trying to check if the variable is empty in the code below but it isn;t working. Anything that I might have missed here #Check if values in job card are not empty title=`cat $filename | grep "TITLE:" | cut -d ":" -f3` if ] then echo "10:Title Empty" ":Fail">> $rptfile... (13 Replies)
Discussion started by: nua7
13 Replies

15. Shell Programming and Scripting

sed Command on Multiple Files and retaining the same file name

Hi All I am trying to run sed command to remove first 2 charcaters from a file on Multiple Files in my directory and what to retain the same file name . I want to know how to retain the same file name but with changes . Can some one please let me know how to proceed with this . ... (7 Replies)
Discussion started by: honey26
7 Replies