Mathness on DeviantArthttps://www.deviantart.com/mathness/art/Icosahedron-395335165Mathness

Deviation Actions

Mathness's avatar

Icosahedron

By
Published:
376 Views

Description

The (blue) object is the result of a new mesh generator I am working on (I really should be doing some GPU/GUI coding, but got distracted by this ^^;), it generates a new mesh from an existing one, in this case from an icosahedron (20 sided polyhedron/dice). The generator is fairly slow since I do not currently use an acceleration structure for the checking of new vertexes against the ones already created, so it will go through the whole list to see if vertex have been used before (sloooow and a terrible idea, but it works). A thin shell version of the object can be seen here. Code for ground surface needs more work as well.

Enjoy. :)
Image size
2560x1440px 1.39 MB
© 2013 - 2024 Mathness
Comments2
Join the community to add your comment. Already a deviant? Log In
usere35's avatar
Very nice work. Look forward to seeing other results from this mesh generator.