perspective - meaning of m34 of CATransform3D -


what's meaning of m34 of structure catransform3d, know can change perspective, what's meaning when value -0.001 , 0.001?

you can find full details here. note apple uses reversed multiplication order projection (relative given link) matrix multiplications reversed , matrices transposed.

a short description of meaning:

  • m34 = 1/z distance projection plane (the 1/ez term in reference link)
  • + z axis towards viewer, resulting in "looking in mirror" feel when using -
  • projection center (0,0,0) plus translations set up

Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -