FractalTree3D
A downloadable tool for Windows, macOS, Linux, and Android
# FractalTree3D
Make 3D fractal trees in JavaScript
Use sliders to shape the tree and add the new 3D tree on your site!
## Options
Use with: `window.fractalTree3D({id: "idCanvas", width: 500, height: 500, ...});`
- id ( idCanvas ) : Id of the canvas
- width ( 500 ) : width of the app
- height ( 500 ) : height of the app
- x ( 0 ) : X coord
- y ( 220 ) : Y coord
- z ( 522 ) : Z coord
- color ( #3366E6 ) : Color of the tree
- pitch ( 0.01 ) : Pitch
- roll ( 0 ) : Roll
- yaw ( 0 ) : Yaw,
- angle ( PI ) : Angle of the tree
- leafAngle 0.09 * PI ) : Leaf angle
- trunkLen ( 35 ) : Trunk length
- depth ( 8 ) : Depth
- steps ( 0.4 ) : Steps
- branchesN ( 3 ) : BranchesN
- pixelMin ( 1 ) : Pixel minimum
- alphaMin ( 0.15 ) : Alpha minimum
- scale ( 1.0 ) : Scale
- animate ( false ) : Animate
- showFps ( false ) : Show FPS on screen
- animationSpeed ( 0.01 ) : Animation speed
## Usage
Just click the `index.html` or `random_trees.html`.
Then just paste the created tree on your website!
## License
For own purposes only. Not selling further.
Status | Released |
Category | Tool |
Platforms | Windows, macOS, Linux, Android |
Author | samuraigames1 |
Tags | fractal, javascript, tree |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.