spherical spirals script?

 From:  mkdm
8144.3 In reply to 8144.1 
Hi Stefan,

You can also use an alternative and generative way with Project Elephant.

Here's a brief video : http://take.ms/1Kg2L

In order to use it, you need these things :

1) Latest Max's Project Elephant v.0.85_mod (http://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=866df4d0fcf7ca688ec3191602149627&filename=nodeeditor.v.0.85_mod.zip)
Copy the "nodeeditor" folder into the Moi's "ui" folder.

2) My "PatternSelArray" node (http://take.ms/CRLDZ)
Copy the file "arraysExt.js" into "nodes" folder of Project Elephant (alias nodeeditor)

3) Add this line of code to the "index.html" file that is present into the "nodeeditor" folder :
code:
<script type="text/javascript" src="nodes/arraysExt.js"></script>


So you should have something like this :

code:
<html xmlns:moi>
	<head>
		<title>@'y'@  0.85</title>

		<link rel="stylesheet" type="text/css" href="css/style.css">
		<link rel="stylesheet" type="text/css" href="css/litegraph.css">
		<link rel="stylesheet" type="text/css" href="css/litegraph-editor.css">

		<script type="text/javascript" src="core/lang.js"></script>
		<script type="text/javascript" src="core/compatibility.js"></script>
		<script type="text/javascript" src="core/litegraph.js"></script>
		<script type="text/javascript" src="core/litegraph-editor.js"></script>

		<script type="text/javascript" src="nodes/basic.js"></script>
		<script type="text/javascript" src="nodes/points.js"></script>
		<script type="text/javascript" src="nodes/curves.js"></script>
		<script type="text/javascript" src="nodes/solids.js"></script>
...
...
...

		<script type="text/javascript" src="nodes/arraysExt.js"></script>


I hope I made myself clear :)

Best,

- Marco (mkdm)

EDITED: 24 Oct 2016 by MKDM

Attachments: