Jump to content

Mesh projection to XOY


photo

Recommended Posts

Posted

Hi all!

Is it possible to create matrix or texture with projection of ObjectMesh to some plane (XOY for example)?

Posted

Eem, as far as I can guess, you want to project meshes onto a plane, for example, to create a mask based on that (for example, houses for a grass mask). If that is the case, simply select all meshes with CTRL or SHIFT, export selected mesh into a mesh file, import a mesh into 3D editor (for example 3ds Max), and project mesh onto a plane (Render to texture Max option).

 

If not, could you please explain in more detail what you need?

Posted

How to create projection (for example shadow mask) for diffrent plane dynamically in UngineScript and C++ api ?

Posted

In some old versions of OpenGL shadows were calculated as a projection onto the ground plane. You can check here for more details on how it can be implemented.

×
×
  • Create New...