Project

General

Profile

Importing GeoTiff into Blender » History » Version 1

Christophe Reymann, 2018-07-09 08:56

1 1 Christophe Reymann
h1. Importing GeoTiff into Blender
2
3
h2. Install BlenderGIS plugin in Blender
4
5
https://github.com/domlysz/BlenderGIS
6
7
h2. Create the blender file
8
9
* Open a new blender file, delete the cube and save it.
10
* Then File -> Import -> Georeferenced Raster
11
* Mode: on plane
12
* Set CRS as appropriate (IGN files are always RGF93/Lambert-93 (EPSG:2154)
13
* Select GeoTiff and import
14
* *Verify that the texture image path is relative* (in rastTest -> Source) see https://docs.blender.org/manual/en/dev/data_system/files/relative_paths.html
15
* *Enable Shadeless mode* Material -> Shading -> Shadeless
16
* Save again