Reorganised resources, to differentiate between original and third party

This commit is contained in:
Simon Brooke 2024-04-23 11:15:18 +01:00
parent cb28151712
commit daa8e571f3
64 changed files with 119 additions and 70 deletions

43
resources/jme3/README.md Normal file
View file

@ -0,0 +1,43 @@
# README for jME3 sourced assets
These should hold assets sourced from jMonkeyEngine, which are under this
[BSD style license](https://jmonkeyengine.org/license/).
I'm excluding third party asset files from the public repository for now.
The files here at present are:
* images/Monkey.jpg
* textures/terrain/brickwall/BrickWall.dds
* textures/terrain/brickwall/BrickWall_dxt5.dds
* textures/terrain/brickwall/BrickWall_height.jpg
* textures/terrain/brickwall/BrickWall.j3m
* textures/terrain/brickwall/BrickWall.jpg
* textures/terrain/brickwall/BrickWall_normal.jpg
* textures/terrain/brickwall/BrickWall_normal_parallax.dds
* textures/terrain/brickwall/BrickWallPBR2.j3m
* textures/terrain/brickwall/BrickWallPBR.j3m
* textures/terrain/pond/Pond.dds
* textures/terrain/pond/Pond_dxt5.dds
* textures/terrain/pond/Pond.j3m
* textures/terrain/pond/Pond.jpg
* textures/terrain/pond/Pond_normal.png
* textures/terrain/rock/Rock.j3m
* textures/terrain/rock/Rock_normal.png
* textures/terrain/rock/Rock.PNG
* textures/terrain/splat/alpha1.png
* textures/terrain/splat/alpha2.png
* textures/terrain/splat/alphamap2.png
* textures/terrain/splat/alphamap.png
* textures/terrain/splat/dirt.jpg
* textures/terrain/splat/dirt_normal.png
* textures/terrain/splat/fortress512.png
* textures/terrain/splat/grass.jpg
* textures/terrain/splat/grass_normal.jpg
* textures/terrain/splat/mountains1024.jpg
* textures/terrain/splat/mountains128.png
* textures/terrain/splat/mountains512.png
* textures/terrain/splat/pools.png
* textures/terrain/splat/road.jpg
* textures/terrain/splat/road_normal.png
These are all taken from the [jME3 3.6.1-stable distribution zip](https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.6.1-stable). Feel free to download it if you need them.