「Dev talk:2.4/Doc/How to/Add a Procedural Texture」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 02:47時点における最新版

Since the math module hasn't been installed yet, I've written a version of the julia formula in wiki syntax. If you want to use it, the code is

z''<sub>n+1<sup>2</sup></sub>'' = z<sub>n</sub> - c

It renders as zn+12 = zn - c.

-- Joeedh