Yummy!
Circus tent - Another yummy stuff!
Back in the 90’s I saw an Amiga demo with a bouncing jelly cube and I was amazed by it meanwhile I was scratching my head how the heck are the doing that effect. Now I know everything is about math ![]()
Morphing - Another amaizng one, bro ![]()
Maybe you could create a DEMO with all the coolest stuff, add some music and let us enjoy your work as a whole
![]()
What a great time it was when the first computers came out. Sinclair ZX81, Commodore 64, Amiga 500, 2000… and there was no public Internet.
A tribute to the good old days:
How to create a skin over several meshes:
link
application examples: roughly define the inner spaces of a vehicle, surround them with the skin and the chassis is finished.
You clearly felt in love with Havok ![]()
Group points by distance to create low poly meshes
Before
const groupedPoints = groupPoints(points, .0); // group by distance 0

After
const groupedPoints = groupPoints(points, .75); // group by distance 0.75

Me too
@CodingCrusader ROCKS!
@mawa Wouldn’t that be an attractive piece of furniture for your toilets? ![]()
Feel free to use my “bubbles” creation!
Looks amazing. I will bookmark it for later. Right now I need to focus on the main aspects but if people continue to ask about the toilets…
then I guess I cannot leave the matter unattended ![]()
Simple mesh pixelifer with the modulo function
if you play around with the delta you’ll get strange pixelations of the sphere ![]()
let delta = diameter*0.4;
A maze world with flat skyscrapers on a rotating ico sphere with a mystic dust in the air.













