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
- Host: GitHub
- URL: https://github.com/benmaier/3d-fractals
- Owner: benmaier
- Created: 2019-03-09T19:42:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T21:01:44.000Z (about 6 years ago)
- Last Synced: 2024-10-11T11:09:01.521Z (8 months ago)
- Language: Python
- Size: 19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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