Home
last modified time | relevance | path

Searched refs:shadeHit (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/
H A Drender_3d_raytrace.cpp490 aOutHitColor[i] = shadeHit( bgColorY[y], aRayPkt[i], aHitPacket[i].m_HitInfo, in renderRayPackets()
604 aOutHitColor[i] = shadeHit( aBgColorY[y], rayAA, hitAA, false, 0, in renderAntiAliasPackets()
614 aOutHitColor[i] = shadeHit( aBgColorY[y], rayAA, hitAA, false, 0, in renderAntiAliasPackets()
1006 const SFVEC3F hitColor = shadeHit( bhColorY, blockPacket.m_ray[i], in renderPreview()
1105 cC = COLOR_RGB( shadeHit( bgColorY, centerRay, centerHitInfo, in renderPreview()
1178 cLRT = COLOR_RGB( shadeHit( bgColorY, rayLRT, in renderPreview()
1248 cLTB = COLOR_RGB( shadeHit( bgColorY, rayLTB, in renderPreview()
1310 cRTB = COLOR_RGB( shadeHit( bgColorY, rayRTB, hitInfoRTB, in renderPreview()
1379 cLRB = COLOR_RGB( shadeHit( bgColorY, rayLRB, hitInfoLRB, in renderPreview()
1709 shadeHit( aBgColor, reflectedRay, reflectedHit, false, in shadeHit()
[all …]
H A Drender_3d_raytrace.h103 SFVEC3F shadeHit( const SFVEC3F& aBgColor, const RAY& aRay, HITINFO& aHitInfo,