You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
595 B

{
"name": "com.unity.rendering.light-transport",
"description": "Unity Light Transport Library exposes reusable code for writing light transport algorithms such as raytracing or pathtracing",
"version": "1.0.1",
"unity": "2023.3",
"unityRelease": "0b1",
"displayName": "Unity Light Transport Library",
"dependencies": {
"com.unity.collections": "2.2.0",
"com.unity.mathematics": "1.2.4",
"com.unity.modules.terrain": "1.0.0"
},
"keywords": [
"raytracing",
"pathtracing",
"monte-carlo"
],
"_fingerprint": "2c9279f90d7c8dfb6e76e3f90b6b3be1cafabfbc"
}