This was a couple of weeks ago, together with my six-year-old son Mete, we decided to make a “ball” out of old memory cards. I was curious about a subdivision method, using only planar quadrilaterals to construct a sphere (named Sixty Square Sphere. There are a couple of models on www. Of course look much better than mine:=). However, my son was expecting a “ball” to play. Then, both of […]
Posts with the keyword square
For the last 10 days, I’ve been searching for a proper algorithm for representing surfaces using planar shapes. It is obvious that triangulation is an answer but there is an interesting research topic of planar remeshing using shapes other than quads, hexagons, or any other regular polygons. Especially in computer graphics, such things refer to the optimization of models to decrease the load of GPUs. In the Grasshopper community, this […]
An octahedron is a polyhedron and platonic solid with 8 faces of identical equilateral triangles. In this post, I will try to explain the drawing and unrolling process of the octahedron. It has a close relationship with the cube as it’s dual. In order to construct an octahedron, we first have to create a square. The main problem of drawing the square is determining the right angle (perpendicular axis) to […]
This is a semi-regular tessellation of vertex arrangement 4.8.8. Its octagonal and square forms are all generated from data lists provided by the new version of subdivide component (The old one was processing points in a different fashion. I don’t know why they changed that). Anyway, a lexical operation is needed to convert this list into a more useful one for this exercise. You can download the source definition here […]