Addon. Produces almost infinite many time-varying geometries with functions

Since with r125 the old geometry was abolished, I created an updated version of the addon.


Starting from revision 90 I also replaced .addAttribute with .setAttribute and .setDynamic( true ) with .setUsage( THREE.DynamicDrawUsage ) .

Also the old versions are still on Github. GitHub - hofk/THREEf.js: three.js addon, to produce almost infinite many time-varying geometries / buffer geometries with functions (cylindrical coordinates)

The sandbox THREEf geometries r136 starts with the new version.
2022-01-05 18.11.00

The button (>>> to old Geometry) leads to the old version.
2022-01-05 18.13.19

Some examples have been changed to BufferGeometry for the new version.

1 Like

After the addon THREEf ( for cylindrical coordinates )
I have now updated THREEp ( polar / spherical coordinates ) in the same way.

GitHub - hofk/THREEp.js: three.js addon, to produce almost infinite many time-varying geometries / buffer geometries with polar / spherical coordinate functions

Sandbox THREEp geometries r136
2022-01-06 18.04.05

old version
2022-01-06 18.04.33

2 Likes

UPDATE:

Now available on https://github.com/hofk/THREEf.js/tree/master:

Module version to r 147.

Functionality as for r136, but without number helper and without sandbox. For this see r136.

1 Like