Import image with only front face visible.
-
I'm adding an image with ruby using "entities.add_image" and the image appears 2 sided.
Is it possible to make image appear only on one side and the other side should be just a default color, or same as backface color. -
Add the Image inside a new empty group
group.entitiesrather than the model...
Manipulate the Image size etc as desired
Explode the Image.
You now have a face inside thegroup.entities
Find thefacein the entities - there's only one.
Leave theface.materialas it is [i.e. the image now made into a texture].
Makeface.back_material=nilto use the 'default back material' or say useface.back_material="Black"to make it 'black'...
-
@tig said:
Add the Image inside a new empty group
group.entitiesrather than the model...
Manipulate the Image size etc as desired
Explode the Image.
You now have a face inside thegroup.entities
Find thefacein the entities - there's only one.
Leave theface.materialas it is [i.e. the image now made into a texture].
Makeface.back_material=nilto use the 'default back material' or say useface.back_material="Black"to make it 'black'...
That did it!
Genius, TIG!!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement