Notifications
Clear all

[Closed] simpleobject plugin:edge visibility

how to set the edge visibility for scripted simpleobject plugin?
hope someone can help me out:)
on buildmesh
(

setmesh mesh verts:<vertslist> faces:<faceslist>

)

1 Reply
1 Reply
(@bobo)
Joined: 11 months ago

Posts: 0

You would have to loop through all edges of the mesh and set their flags using setEdgeVis calls. There is no way to supply an array in the mesh building function. Remember that the edge visibility is per face, there are 3 times as many edges as there are faces, and you have to set the same visibility for both faces sharing an edge…