-
-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "com.mlavik1.easyvolumerenderer",
"version": "1.8.0",
"displayName": "Easy Volume Renderer",
"description": "Volume rendering package for Unity. Direct volume rendering, MIP, and isosurface rendering. Imports DICOM, NIFTI, NRRD, VASP, and raw datasets. Supports Built-in, URP, and HDRP.",
"unity": "2022.3",
"license": "MIT",
"dependencies": {
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"keywords": [
"volume-rendering",
"medical-imaging",
"dicom",
"nifti",
"raymarching",
"3d-visualization"
],
"author": {
"name": "Matias Lavik",
"url": "https://github.com/mlavik1"
},
"samples": [
{
"displayName": "Basic Demo",
"description": "A sample scene demonstrating volume rendering with a camera controller and runtime GUI.",
"path": "SampleProject~"
},
{
"displayName": "Sample Data",
"description": "Sample volume datasets (VisMale raw, PARCHG VASP) for testing imports.",
"path": "SampleProject~/SampleData"
}
]
}