stuffmatic / fSpy

A cross platform app for quick and easy still image camera matching
https://fspy.io
GNU General Public License v3.0
2.25k stars 214 forks source link

After UV projection,How can I solve the problem of exporting to FBX without texture #127

Open Robintjhb opened 1 year ago

Robintjhb commented 1 year ago

After UV projection,How can I solve the problem of exporting to FBX without texture : fspy specifies the coordinates of the image: image

A simple drawn model: image

No texture after exporting fbx: image

unrealnunu commented 1 year ago

Double-check that the image texture path is correctly set for the plane material. Ensure that the image texture is properly linked to the material using the correct file path.When exporting to FBX, make sure to enable the "Include UV Textures" option in the export settings. Most time like with pbr's, the image texture is always separate.