My apologies if this is not the right list for this question, feel free to send me to the right one.<br><br>I&#39;m working in a photogrammetry tool core that at this moment of development requires some user interface to edit meshes and manipulate them.<br>
The idea is to build an interactive modeling tool assisted by real photographs as source, using GLSL pixel shaders and forcing some constraints so the user can accurate model and texture objects in a 3D editor easily. The last part is still not done.<br>
<br>I think that it is better to try to integrate this into a mature 3D software like Blender instead of trying to reinvent the wheel rewriting a full user interface, but I&#39;d like to know in advance it this is possible before involving too much.<br>
<br>My question is:<br>Is it possible (and easy) to build and use custom &quot;pixel shaders&quot; (GLSL shaders, the better) inside Blender *editor* so photographs are projected onto the 3D model as textures, but using some special transformations, in real time, while being edited? Performance is quite important.<br>
<br>Can you give me some advice where to start looking for? Is there somebody in the development team that might be interested in helping with this?<br><br>Thank you in advance<br><br>