forked from mirror/DotRecast
add screenshot.gif
This commit is contained in:
parent
2ed8e7a141
commit
f551bd8a35
|
@ -1,13 +1,13 @@
|
|||
[![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)](https://opensource.org/licenses/Zlib)
|
||||
[![.NET](https://github.com/ikpil/DotRecast/actions/workflows/dotnet.yml/badge.svg)](https://github.com/ikpil/DotRecast/actions/workflows/dotnet.yml)
|
||||
|
||||
![DotRecast of a navmesh baked with the sample program](/resources/screenshot.gif?raw=true)
|
||||
|
||||
# Introduction
|
||||
1. DotRecast is a port of C++'s [recastnavigation](https://github.com/recastnavigation/recastnavigation) and Java's [recast4j](https://github.com/ppiastucki/recast4j) to the C# language.
|
||||
2. For game development, C# servers, C# project, and Unity3D are supported.
|
||||
3. DotRecast consists of Recast and Detour, Crowd, Dynamic, Extras, TileCache, DemoTool, Demo
|
||||
|
||||
![DotRecast of a navmesh baked with the sample program](/resources/screenshot.png?raw=true)
|
||||
|
||||
## DotRecast.Recast
|
||||
|
||||
Recast is state of the art navigation mesh construction toolset for games.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a304a24bedc38eb323077bdfbf8b77a7ee561b48275d2595beb7bcff1904ddf6
|
||||
size 10633026
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f7498de4ed2f8bf209b7ff56e20685ddcdf493c0710c7aa584effb63ecd0533
|
||||
size 492615
|
Loading…
Reference in New Issue