Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@ -41,7 +41,6 @@ void LightmapRaycasterEmbree::make_default_raycaster() {
|
||||
}
|
||||
|
||||
void LightmapRaycasterEmbree::filter_function(const struct RTCFilterFunctionNArguments *p_args) {
|
||||
|
||||
RTCHit *hit = (RTCHit *)p_args->hit;
|
||||
|
||||
unsigned int geomID = hit->geomID;
|
||||
@ -121,7 +120,6 @@ uint8_t LightmapRaycasterEmbree::AlphaTextureData::sample(float u, float v) cons
|
||||
}
|
||||
|
||||
void LightmapRaycasterEmbree::add_mesh(const Vector<Vector3> &p_vertices, const Vector<Vector3> &p_normals, const Vector<Vector2> &p_uv2s, unsigned int p_id) {
|
||||
|
||||
RTCGeometry embree_mesh = rtcNewGeometry(embree_device, RTC_GEOMETRY_TYPE_TRIANGLE);
|
||||
|
||||
rtcSetGeometryVertexAttributeCount(embree_mesh, 2);
|
||||
|
||||
Reference in New Issue
Block a user