2021-05-18 15:50:59 +08:00
|
|
|
{
|
|
|
|
"name": "embree3",
|
2023-01-31 09:13:00 +08:00
|
|
|
"version": "3.13.5",
|
2024-06-15 02:40:01 +08:00
|
|
|
"port-version": 4,
|
2021-05-18 15:50:59 +08:00
|
|
|
"description": "High Performance Ray Tracing Kernels.",
|
|
|
|
"homepage": "https://github.com/embree/embree",
|
2022-09-28 07:17:12 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-04-05 07:32:58 +08:00
|
|
|
"supports": "!arm | osx",
|
2021-05-18 15:50:59 +08:00
|
|
|
"dependencies": [
|
2022-09-28 07:17:12 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-05-18 15:50:59 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
2024-03-08 02:02:46 +08:00
|
|
|
"filter-function",
|
|
|
|
"geometry-curve",
|
|
|
|
"geometry-grid",
|
|
|
|
"geometry-instance",
|
|
|
|
"geometry-point",
|
|
|
|
"geometry-quad",
|
|
|
|
"geometry-subdivision",
|
|
|
|
"geometry-triangle",
|
|
|
|
"geometry-user",
|
|
|
|
"ray-packets",
|
|
|
|
"tasking-tbb"
|
2021-05-18 15:50:59 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2024-03-08 02:02:46 +08:00
|
|
|
"backface-culling": {
|
|
|
|
"description": "Enables backface culling."
|
2021-05-18 15:50:59 +08:00
|
|
|
},
|
2024-03-08 02:02:46 +08:00
|
|
|
"compact-polys": {
|
|
|
|
"description": "Enables double indexed poly layout."
|
2021-05-18 15:50:59 +08:00
|
|
|
},
|
2024-03-08 02:02:46 +08:00
|
|
|
"filter-function": {
|
|
|
|
"description": "Enables filter functions."
|
2021-05-18 15:50:59 +08:00
|
|
|
},
|
2024-03-08 02:02:46 +08:00
|
|
|
"geometry-curve": {
|
|
|
|
"description": "Enables support for curve geometries."
|
|
|
|
},
|
|
|
|
"geometry-grid": {
|
|
|
|
"description": "Enables support for grid geometries."
|
|
|
|
},
|
|
|
|
"geometry-instance": {
|
|
|
|
"description": "Enables support for instances."
|
|
|
|
},
|
|
|
|
"geometry-point": {
|
|
|
|
"description": "Enables support for point geometries."
|
|
|
|
},
|
|
|
|
"geometry-quad": {
|
|
|
|
"description": "Enables support for quad geometries."
|
2023-04-05 07:32:58 +08:00
|
|
|
},
|
2024-03-08 02:02:46 +08:00
|
|
|
"geometry-subdivision": {
|
|
|
|
"description": "Enables support for subdiv geometries."
|
2021-05-18 15:50:59 +08:00
|
|
|
},
|
2024-03-08 02:02:46 +08:00
|
|
|
"geometry-triangle": {
|
|
|
|
"description": "Enables support for triangle geometries."
|
|
|
|
},
|
|
|
|
"geometry-user": {
|
|
|
|
"description": "Enables support for user geometries."
|
|
|
|
},
|
|
|
|
"ray-mask": {
|
|
|
|
"description": "Enables ray mask support."
|
|
|
|
},
|
|
|
|
"ray-packets": {
|
|
|
|
"description": "Enabled support for ray packets."
|
|
|
|
},
|
|
|
|
"tasking-tbb": {
|
|
|
|
"description": "Use oneTBB as task system.",
|
|
|
|
"dependencies": [
|
|
|
|
"tbb"
|
|
|
|
]
|
2021-05-18 15:50:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|