This repository containts raw blender models and other assetes not adapted to LunCo. The models in this repo to be converted into Godot-compatible file format Models used in this repo are based on MIT-compatible source.
This repo uses git lfs. Check below how to use it
In general the following structure [Pack name]/ materials/ parts/ assemblies/ environment/ shared/ textures/ README.MD info.json
- Blender files should contain only one model of best quality
- Origin should match geometrical center of the model
- Use Blender ESCN exporter with settings
- Animation mode: Scene
- Materials mode: Spatial
- Use Building topology
- How to describe robots?
File -> External data -> Find missing files
How to install git lfs (click to expand)
- Install git lfs:
1.1 MacOS:
brew install git-lfs
1.2 Other OS:
[git lfs](https://git-lfs.github.com)
-
Activate git lfs (once on computer):
git lfs install
How to clone and use this repo with git lfs (click to expand)
1. Clone repo:git lfs clone [email protected]:LunCoSim/lunco-vision-video.git
-
If repo cloned without lfs: a. Goto to directory
cd lunco-vision-video
b. type
git lfs pull
-
Now all the Blender models will be downloaded to your computer. Start using them!
-
Push & pull binary files as reqular
How to commit binary files (click to expand)
-
Start tracking files
git lfs track ".blend", ".png", ".jpg", ".jpeg", ".tif", ".gif", ".bmp", ".svg", "*.hdr"
-
With with files as usual