All Projects → mewlist → Massivegrass

mewlist / Massivegrass

Licence: other
Unity Terrain に沿って大量の草を生やす(shader 非依存)

Programming Languages

procedural
45 projects

Projects that are alternatives of or similar to Massivegrass

Unity resources
A list of resources and tutorials for those doing programming in Unity.
Stars: ✭ 170 (+115.19%)
Mutual labels:  unity, terrain
Pvtut
Procedural Virtual Texture with Unity Terrain
Stars: ✭ 125 (+58.23%)
Mutual labels:  unity, terrain
Terrain proj
unity 大地形切割、加载、AB
Stars: ✭ 103 (+30.38%)
Mutual labels:  unity, terrain
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+653.16%)
Mutual labels:  unity, terrain
Terrain Topology Algorithms
Terrain topology algorithms in Unity
Stars: ✭ 266 (+236.71%)
Mutual labels:  unity, terrain
Dterrain
Destructible terrain in Unity
Stars: ✭ 224 (+183.54%)
Mutual labels:  unity, terrain
Interactive Erosion
Interactive erosion in Unity
Stars: ✭ 117 (+48.1%)
Mutual labels:  unity, terrain
Proceduralterrain
Procedural voxel terrain generation in Unity
Stars: ✭ 237 (+200%)
Mutual labels:  unity, terrain
Marching Cubes Terrain
Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
Stars: ✭ 292 (+269.62%)
Mutual labels:  unity, terrain
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-26.58%)
Mutual labels:  unity, terrain
Nexplayer unity plugin
Stream videos in HLS & DASH with Widevine DRM using NexPlayer Video Streaming Player SDK for Unity on Android & iOS devices
Stars: ✭ 73 (-7.59%)
Mutual labels:  unity
Dkvfxsketches
VFX sketches with Depthkit and Unity
Stars: ✭ 74 (-6.33%)
Mutual labels:  unity
3dxrayshader unity
Surface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (-7.59%)
Mutual labels:  unity
Virtualmotiontracker
Virtual Motion Tracker - バーチャルモーショントラッカー OpenVR OSC Tracker Driver for DIY users
Stars: ✭ 78 (-1.27%)
Mutual labels:  unity
Opentibia Unity
A collection of projects to boost OpenTibia development!
Stars: ✭ 72 (-8.86%)
Mutual labels:  unity
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+1413.92%)
Mutual labels:  unity
Unitypointcloudviewer
Point Cloud Viewer and Tools for Unity
Stars: ✭ 71 (-10.13%)
Mutual labels:  unity
4dviewstest
4DViews volumetric video + Unity
Stars: ✭ 71 (-10.13%)
Mutual labels:  unity
Extosc
extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
Stars: ✭ 69 (-12.66%)
Mutual labels:  unity
Ushadertemplate
Unity editor extension to generate shaders from template files.
Stars: ✭ 78 (-1.27%)
Mutual labels:  unity

MassiveGrass

Terrain の地形に沿って大量の草を生やします。

Unity2019.3 以降に対応

インストール

PackageManageer に Github の リポジトリ uri を指定してください。

セットアップ

  • 任意の GameObject に MassiveGrass コンポーネントを追加します

プロファイルの作成

  • 右クリックメニューから MassiveGrass を選択して MassiveGrassProfile を作成しパラメータを調整します
  • TerrainLayers : 草をはやしたい TerrainLayers を指定します。 Terrain Layer で塗られた場所に草を生やします。
  • Scale : 草一つ分の Quad メッシュのサイズ
  • Radius : 視点からの最大生成距離
  • Grid Size : Terrain をグリッドに分割する際の 1 グリッド四方あたりの辺の長さ
  • Slant : 草をランダムに寝そべらせる強さ
  • Amount Per Block : 1グリッドあたりに生成する Quad の数
  • Material : マテリアル
  • Layer : 生成する Unity レイヤ
  • Alpha Map Threshold : Alphamap の濃さがこの閾値を超えた場所に草を生成
  • Cast Shadows : 影の ON / OFF
  • BuilderType
    • Quad : 正方形メッシュを生成します
    • FromMesh : 指定した Mesh を複製して生成します

サンプルシーン

サンプルシーンを以下で公開しています。 https://github.com/mewlist/MassiveGrassExample

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].