-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
25 lines (23 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "com.unity.raytracedhardshadow",
"displayName": "Raytraced Hard Shadow",
"version": "0.6.0-preview",
"unity": "2019.4",
"description": "DXR based pixel-precise hard shadow. primarily intended to use with toon shader.\nDXR-capable system is required. Specifically, Windows 10 version 1803 (April 2018 Update) or newer with GeForce 1070 or newer NVIDIA video card. As of July 2019, no video cards except NVIDIA supports DXR.",
"repository": {
"type": "git",
"url": "https://github.com/unity3d-jp/RaytracedHardShadow.git"
},
"samples": [
{
"displayName": "Primitive Objects",
"description": "A sample scene with primitive objects, which uses DirectX Raytracing (DXR) Hard Shadow",
"path": "Samples~/PrimitiveObjects"
}
],
"contributors": [
"Seiya Ishibashi <[email protected]> (https://github.com/i-saint)",
"Sindharta Tanuwijaya <[email protected]> (https://github.com/sindharta)",
"Toshiyuki Mori <[email protected]> (https://github.com/higeometry)"
]
}