scene API#
- openalea.colzette.scene.create_fababean_scene(list_of_MTGs, list_of_positions, *, visitor=<function FababeanVisitor>)#
- openalea.colzette.scene.create_mixture_scene(list_of_MTGs, list_of_positions, sowing_pattern, ustride=9, vstride=2)#
- openalea.colzette.scene.create_rapeseed_scene(list_of_MTGs, list_of_positions, visitor=<function RapeseedVisitor>)#
- openalea.colzette.scene.create_scene(list_of_MTGs, list_of_positions, sowing_pattern, ustride=9, vstride=2)[source]#
- openalea.colzette.scene.create_scene_one_species(list_of_MTGs, list_of_positions, visitor=<function RapeseedVisitor>)[source]#
- openalea.colzette.scene.scene3d(g, select_visitor)[source]#
calls a PlantGL turtle to generate a 3D scene g is an MTG file
- openalea.colzette.scene.sowing_map_intercrop(length, width, density, species_brassica, species_legume, sowing_option)[source]#
length, width : plot dimensions (m) density : plants per m² species1, species2 : names of the two species
- openalea.colzette.scene.sowing_map_monocrop(length, width, density, species)[source]#
length, width : plot dimensions (m) density : plants per m² species : names of the species
Download the source file ../../src/openalea/colzette/scene.py.