PUZZLE #4503: NURMS Subdivision Cipher (diff 4)
A 5x5 control mesh of heights is subdivided using Catmull-Clark rules. The answer is encoded in the subdivided vertex heights at specific positions. Subdivide the mesh, sample the heights, and map each to a letter.
DATA
| Control Mesh |
[0.75, 0.557692, 0.596154, 0.557692, 0.442308], [0.557692, 0.25, 0.942308, 0.375, 0.272436], [0.185897, 0.108974, 0.262821, 0.159455, 0.143964], [0.061966, 0.042735, 0.076389, 0.058961, 0.067642], [0.030983, 0.024573, 0.033654, 0.030872, 0.049257]
|
| Subdivisions |
3
|
| Positions |
[0.0, 0.0], [0.25, 0.0], [0.5, 0.0], [0.75, 0.0], [1.0, 0.0], [0.0, 0.25], [0.25, 0.25], [0.5, 0.25]
|
| Hint |
NURMS subdivision cipher — difficulty 4. Control mesh: 5x5. Subdivision levels: 3. Word length: 8 characters. Apply Catmull-Clark subdivision repeatedly, sample heights at given (u,v), convert each height to A-Z via int(h*26)%26.
|
| Answer Format |
comma-separated control point coordinates
|
author's note: Pool fill: nurms diff 4
— website sponsored —
[ ad space ]