Skip to content
Snippets Groups Projects
renderimage.rst 663 B
Newer Older
  • Learn to ignore specific revisions
  • Render a single image
    ---------------------
    .. literalinclude:: examples/blenddemo_cyberbee.py
       :lines: 5
    
    With the toolbox at disposition we just need to configure the \
    Cyberbee to render images at desired positions.
    
    .. literalinclude:: examples/blenddemo_cyberbee.py
       :lines: 8-13
    
    To render a scene at a given positions, we assign position orientation \
    to and then tell the cyberbee to get the scene at that point.
    
    .. literalinclude:: examples/blenddemo_cyberbee.py
       :lines: 16-24
    
    (:download:`Source code <examples/blenddemo_cyberbee.py>`)
    (:download:`Blender world <../../../navipy/resources/forest_world.blend>`)
    
    
    
    Create a movie
    --------------