mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 19:15:32 +02:00
add some blender renders
This commit is contained in:
parent
767f249413
commit
84edea97c4
13 changed files with 87 additions and 16 deletions
|
@ -2,13 +2,13 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<include meta.html/>
|
||||
<title>CrispyPin.cc - Fractals</title>
|
||||
<title>Fractals</title>
|
||||
</head>
|
||||
<body>
|
||||
<include header.html/>
|
||||
<main>
|
||||
<h1>Fractals</h1>
|
||||
<p>This page is a collection of fractals renderers I made in JS for a school assignment back in 2020. Please note that I don't use JS anymore.</p>
|
||||
<p>This page is a collection of fractal renderers I made in JS for a school assignment back in 2020. Please note that I don't use JS any more.</p>
|
||||
<h2>Fractal tree</h2>
|
||||
<p>The splitting angle is defined by the mouses x position. The number of iterations is set in the first input field (default is 12). Each branch is slightly smaller than its parent, the factor is the second input field. Click the canvas to pause/resume the image.</p>
|
||||
<div class="demo-render" id="fractal-tree">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue