Files
2025-06-04 09:09:39 +08:00

29 lines
862 B
JSON

{
"name": "com.jbooth.microsplat.tessellation",
"displayName": "MicroSplat-Tessellation",
"version": "3.9.0",
"author": {
"name": "Jason Booth",
"email": "slipster216@gmail.com",
"url": "http://jdbtechservices.com/"
},
"unity": "2019.4",
"samples": [
{
"displayName": "Tessellation Example",
"description": "Example of the tessellation module",
"path": "Samples~/Tessellation"
}
],
"dependencies": {
"com.jbooth.microsplat.core": "3.9.0"
},
"description": "The Tessellation and Parallax module for MicroSplat adds support for Tessellation, Parallax Mapping, and Parralax Occlusion Mapping",
"keywords": [
"MicroSplat",
"Terrain",
"Shader"
],
"documentationUrl": "https://docs.google.com/document/d/1F94JgR2y8zyaxJLVQ4K77tXzRGwfeLJyyX5kgD_BoTU/edit?usp=sharing",
"type": "tool"
}