Notifications
Clear all
[Closed] 2d sided helpers
Sep 16, 2014 6:21 pm
Hi
I have a helper and im proceduraly creating the mesh in the scripted plugin, the thing i cant seem to see an answer for is how to make them select able from both sides of the helper?
To clarify this a bit if I have a simple circle helper the faces have a direction/normal that is defined by the winding order of the faceArray supplied to the mesh constructor, this means that the “faces” in the helper are only selectable from one side
So I have two options, duplicate the mesh and flip the faces or find a way to make the mesh renderer not cull the back faces.
I hope this make sense and any help would be awesome
Thanks
Dave