Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | AiTechEye |
Im trying to make icons in the editor by viewport from a camera, everything are in 3D but the images are always by the 2D viewport.
get_viewport().get_texture().get_data() -- > 2D
owner.get_node("Camera").get_viewport().get_texture().get_data() --> 2D
whats wrong?