What is the max vertices for a scene running on iOS?

Still new to learning 3d gaming but what is the max vertices count in a game scene for iOS development?

In theory you could run a million polygons if you know how to optimize.
Shaders/lighting is one of the bottlenecks on mobile platforms atm.
If you learn about draw-calls, optimization and such you can push smartphones to the limit :slight_smile:

well iam not that good at optimizing yet lol…but iam trying my best to learn.Hopefully epic releases some mobile tutorials.

If you use google you can find various tutorials on 3d mesh optimizations for games :slight_smile:
https://www.google.nl/search?q=mesh+optimisation+for+games&oq=mesh+optimisation+for+games&aqs=chrome..69i57.4552j0j4&sourceid=chrome&es_sm=93&ie=UTF-8

I am sure you can find them for shaders as well :slight_smile: