ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

#meshes

0 posts0 participants0 posts today
Got Root :hispagatos: # :idle:<p>Desde hoy la comunidad mundial de Meshtastic nos ha creado un sub-espacio en<br>Matrix, para la comunidad de habla-hispana. <br>El Espacio Matrix: <a href="https://hispagatos.space/tags/spain" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spain</span></a>:meshnet.club <br>y de momento tenemos esta sala <a href="https://hispagatos.space/tags/meshtastic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meshtastic</span></a>-spain:meshnet.club<br>con el tiempo pondremos mas para cada ciudad y region!<br><a href="https://hispagatos.space/tags/meshtastic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meshtastic</span></a>-spain <a href="https://hispagatos.space/tags/meshtastic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meshtastic</span></a> <a href="https://hispagatos.space/tags/hackers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hackers</span></a> <a href="https://hispagatos.space/tags/hacking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hacking</span></a> <a href="https://hispagatos.space/tags/radio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>radio</span></a> <a href="https://hispagatos.space/tags/decentralization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>decentralization</span></a> <br><a href="https://hispagatos.space/tags/culturahacker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>culturahacker</span></a> <a href="https://hispagatos.space/tags/meshes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meshes</span></a> <a href="https://hispagatos.space/tags/reticulum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>reticulum</span></a></p>
Ian Badcoe<p><a href="https://peoplemaking.games/tags/GameDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GameDev</span></a> <a href="https://peoplemaking.games/tags/ComputerGraphics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ComputerGraphics</span></a> <a href="https://peoplemaking.games/tags/Normals" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Normals</span></a> <a href="https://peoplemaking.games/tags/Meshes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Meshes</span></a> I am already well familiar with the concepts of vertex and face normals, and I know ways to calculate them for simple, or even quite complex cases. Simple being all smooth, or all facetted. Moderately complex being where we have some sharp and some smooth edges, maybe based on an angular threshold, and can share or split verts/normals accordingly.</p><p>But... but... what do we do when the mix of sharp and smooth edges is ambiguous, like in the picture. The red edge is sharp and the three blue ones are smooth, so how do we treat the 4 polygons where they meet at the vertex? There is no clean division between polys which connect smoothly and ones which should be separate rotating anticlockwise from A to D, all the edges should be smooth, so A should share a normal with B, and thus with C and eventually D, but going the other way, from A straight to D, we'd like the line to be sharp and we'd like them not to share. Obviously we can't have both. It's a puzzler...</p>