Home
last modified time | relevance | path

Searched refs:kRoughness (Results 1 – 11 of 11) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dtrackdesc.h67 inline tdble getKroughness() const { return pTrackSeg->surface->kRoughness; } in getKroughness()
119 inline tdble getKroughness() const { return pTrackSeg->surface->kRoughness; } in getKroughness()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dtrackdesc.h67 inline tdble getKroughness() const { return pTrackSeg->surface->kRoughness; } in getKroughness()
119 inline tdble getKroughness() const { return pTrackSeg->surface->kRoughness; } in getKroughness()
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dtrackdesc.h67 inline tdble getKroughness() const { return pTrackSeg->surface->kRoughness; } in getKroughness()
119 inline tdble getKroughness() const { return pTrackSeg->surface->kRoughness; } in getKroughness()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dtrackdesc.h66 inline tdble getKroughness() { return pTrackSeg->surface->kRoughness; } in getKroughness()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dtrackdesc.h66 inline tdble getKroughness() { return pTrackSeg->surface->kRoughness; } in getKroughness()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dtrackdesc.h66 inline tdble getKroughness() { return pTrackSeg->surface->kRoughness; } in getKroughness()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dtrack.h251 tdble kRoughness; /**< Roughtness in m of the surface (wave height) */ member
/dports/games/torcs/torcs-1.3.7/src/libs/robottools/
H A Drttrack.cpp448 …tdble noise = seg->surface->kRoughness * sin(seg->surface->kRoughWaveLen * lg) * alpha / seg->widt… in RtTrackHeightL()
457 seg->surface->kRoughness * sin(seg->surface->kRoughWaveLen * lg) * tr / seg->width; in RtTrackHeightL()
461 …seg->surface->kRoughness * sin(seg->surface->kRoughWaveLen * tr) * sin(seg->surface->kRoughWaveLen… in RtTrackHeightL()
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A DCarSoundData.cpp253 roughness = car->priv.wheel[i].seg->surface->kRoughness; in calculateTyreSound()
/dports/games/torcs/torcs-1.3.7/src/modules/track/
H A Dtrack4.cpp155 …curSurf->kRoughness = GfParmGetNum(trackHandle, path, TRK_ATT_ROUGHT, (char*)NULL, 0.0f) / 2.0… in getTrackSurface()
H A Dtrack3.cpp115 …curSurf->kRoughness = GfParmGetNum(TrackHandle, path, TRK_ATT_ROUGHT, (char*)NULL, 0.0f) / 2.0… in AddTrackSurface()