19 const VertCoords& samples,
const VertBitSet& validSamples,
20 const std::vector<MR::SkyPatch>& skyPatches,
21 BitSet* outSkyRays =
nullptr, std::vector<MR::MeshIntersectionResult>* outIntersections =
nullptr );
28 const VertCoords& samples,
const VertBitSet& validSamples,
29 const std::vector<MR::SkyPatch>& skyPatches, std::vector<MR::MeshIntersectionResult>* outIntersections =
nullptr );
container of bits
Definition MRMesh/MRBitSet.h:27
MRCUDA_API VertScalars computeSkyViewFactor(const Mesh &terrain, const VertCoords &samples, const VertBitSet &validSamples, const std::vector< MR::SkyPatch > &skyPatches, BitSet *outSkyRays=nullptr, std::vector< MR::MeshIntersectionResult > *outIntersections=nullptr)
MRCUDA_API BitSet findSkyRays(const Mesh &terrain, const VertCoords &samples, const VertBitSet &validSamples, const std::vector< MR::SkyPatch > &skyPatches, std::vector< MR::MeshIntersectionResult > *outIntersections=nullptr)
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh/MRMesh.h:23