Skip to content

Commit baa207d

Browse files
authored
Create README.md
1 parent 12ba2bb commit baa207d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# collada-parser
2+
.NET Core collada file loader and viewer using OpenTK
3+
4+
Tested with models exported from blender
5+
6+
## Support
7+
- Load model data including normals, texture coordinates and colors
8+
- Load textures (BMP only)
9+
- Render textured and/or colored models
10+
11+
### Planned support
12+
- Materials (shininess, specular etc.)
13+
- Animations
14+
15+
## Setup
16+
Have .NET Core 1.1 installed then run:
17+
```bash
18+
dotnet restore
19+
dotnet run
20+
```
21+

0 commit comments

Comments
 (0)