From quickly looking at the code, it appears that DrawMeshNow will indeed bypass ComputeScaledMesh, so it should be faster. But it also means that some shader calculations will no longer be valid, and you may end up with wrong lighting for your meshes. Whether or not that is an issue, depends on the shaders you use, so, your milage may vary.
↧