- OpenGL 4.3
- Eigen 3
- mkdir build
- cd build/
- cmake ../
- make
- bin/wim/world_imaker [world_width] [world_length]
Cubes:
- Add: [Insert]
- Delete: [Suppr]
- Dig: [ ! ]
- Extrude: [ : ]
- Change texture: [TAB]
- Move: [SPACE] + [RETURN]
Lights (random):
- Add ponctual: [ p ]
- Add directional: [ m ]
- Delete punctual: [ 9 ]
- Delete directional: [ 0 ]
- Switch on ambiant: [ i ]
- Switch of ambiant: [ o ]
Camera:
- Rotation: [MOUSE-BUTTON-MIDDLE] + [MOUVEMENT]
- Zoom-in/out: [MOUSE-WHEEL]
Procedural generation:
- Random: [ n ]
- RBF: [[Select n times]] + [ * ]
- Add control point: [SPACE]
- Discard control point: [BACKSPACE]
- Discard all : [ESCAPE]
- Raise/decrease weight: [UP-ARROW]/[DOWN-ARROW]