An open API service indexing awesome lists of open source software.

https://github.com/benmaier/3d-fractals

create 3D fractals in blender
https://github.com/benmaier/3d-fractals

Last synced: 2 months ago
JSON representation

create 3D fractals in blender

Awesome Lists containing this project

README

        

# 3d-fractals
Some 3D fractals created in blender.

Some useful links
* https://www.youtube.com/watch?v=gVUvnSJ-t3M
* base code for generated objects: http://wiki.theprovingground.org/blender-py-supershape
* how to select an object in blender: https://www.wikihow.com/Select-an-Object-in-Blender
* emulate numpad on a macbook: https://blenderartists.org/t/using-blender-on-a-macbook-camera-angle-num-keys/493919
* find rotation matrix from two vectors https://math.stackexchange.com/questions/180418/calculate-rotation-matrix-to-align-vector-a-to-vector-b-in-3d
* rotation matrix from two vectors, no.2: https://math.stackexchange.com/questions/180418/calculate-rotation-matrix-to-align-vector-a-to-vector-b-in-3d
* no3 https://gamedev.stackexchange.com/questions/20097/how-to-calculate-a-3x3-rotation-matrix-from-2-direction-vectors
* basic framework for copying objects to create a fractal from a Lindenmayer system: https://github.com/benmaier/CSSS18_Lindenmayer_Shirt
* debugging in blender: https://blender.stackexchange.com/questions/2502/can-i-run-a-python-script-step-by-step-in-blender
* blender, rendered image is just grey: https://blender.stackexchange.com/questions/55410/rendered-image-is-just-grey
* blender, rendered image is just black: https://blender.stackexchange.com/questions/60636/black-screen-after-rendering
* Rendered image is not as smooth as in 3d preview, number of subdivisons is different between rendering and viewing: https://blender.stackexchange.com/questions/99258/rendered-image-is-not-as-smooth-as-in-3d-preview