-
Notifications
You must be signed in to change notification settings - Fork 0
Tools
Filip Bártek edited this page Dec 18, 2013
·
8 revisions
- VrmlPad
- file format: wrl
- version: 3.0 (lab Rotunda)
- Blender
- file format: blend
- version: 2.68a
- direct download: blender-2.68a-windows64.zip (Widndows 64 bits)
- Git
- msysgit (portable distribution of Git for Windows)
- direct download: PortableGit-1.8.4-preview20130916.7z (Windows 32 bits)
- setup: change suffix from 7Z to EXE and run
cd git-wd
Git\git-bash
git config --global user.name "Filip Bartek"
git config --global user.email [email protected]
git clone https://[email protected]/filipbartek/vrgame.git
cd vrgame
git checkout dev
[work]
git push