Langerd Posted March 13, 2015 Share Posted March 13, 2015 Ok to begin with I convertet for Spc_chaos_1 Left4dead model of airport car ( http://jkhub.org/topic/5483-help-me/ ) and i thought - over 3000 verts for misc_model is kinda diffrent than 1000 and it is immposible to work. I know that some models in JKA itslef have over 1000 verts. BUT HOW THE HELL?!?! The model from new generation of gaming ( ok now we have UE4 but valve made the Left4dead not long ago) works fine in the older game???? What is the limit of Misc_model ( Misc_model_static doesnt work with this... the limit for it is our symbolic number 1000 verts) how the hell it works?!? Is there arandom limit or limit in the map compiler? I was so confused about it ( today i will convert model above 5000 verts and check it would work) sry for big text Link to comment
Xycaleth Posted March 13, 2015 Share Posted March 13, 2015 Models are made up from a number of surfaces. Each surface has a limit of 1000 vertices, and each model has a limit of 32 surfaces. Link to comment
Langerd Posted March 13, 2015 Author Share Posted March 13, 2015 Well i can proof that misc_model worked with MD3 which is created of above 3000 verts. I was thinking about the same but yesterday changed my point of view Link to comment
Xycaleth Posted March 13, 2015 Share Posted March 13, 2015 MD3s models can have more than 1000 verts, but the surfaces the model is made up from must have no more than 1000 verts each. Link to comment
Asgarath83 Posted March 13, 2015 Share Posted March 13, 2015 @@Langerd is right, Xyca. It's only the misc_model_static entity with the cap limit of 1000 vertexes for Mesh. (not for surface but for Tmesh, the limit is for 3D polygon)i have the proof in my cathedral. the misc_model works fine also if they bypass the 1000 vertexes liimit of mesh (my cathedral works in map with misc_models cdome entitties. and the roofs got more of 1000 vertexes. )domes work fine into game, but can give the error MAX_DRAW_VERTS in radiant.hte misc_model_static bypass this error of radiant, but if i build a map, when i load into game i got the error of 1000 vertexes indexes hit.so... the explanation is:misc_model: there is an unknown limit of vertexes that can be drawn into a map by the brushes, the colliders and the misc_model. entitties. it's only a limit of radiant, is not present into the game.misc_model_static_ overpass the error of max_draw_vertexes for the map, but if a mesh got more of 1000 verrtexes is not processed by game, and show you the erorr of 1000 vertexes.for these reason is good thing detach in more part with less of 1000 vertexes the model, there is no limit to number of mesh that make a model. you need siplu to split the massive vertexes mesh into more little meshes with less of 1000 vertex each one. So there are 2 limits. one is of radiant about misc_modelthe second is of game, about the misc_model_Static entity. >,> and this suck because with a very massive meshes of MD3 model you can got trouble in radiant with misc_model and in game with misc_model_static.i need to split in mor eparts the HD roof of my domes for that issue >_> on blender 264 and re-export as MD3, so i can use they as misc_model_static when the max_draw_verttexes error is displayed.Remember langerd, misc_model_static cannot be interactive model. if you want an interactive model, use misc_model. Langerd likes this Link to comment
scp_chaos1 Posted March 13, 2015 Share Posted March 13, 2015 is more than possible that a model can have more than 1000 vertices Link to comment
Tempust85 Posted March 14, 2015 Share Posted March 14, 2015 The MD3 format has its own limit, which I think Xycaleth was referring to. Misc_model itself has no limits as far as I'm aware as it just gets turned into BSP anyway. Link to comment
scp_chaos1 Posted March 14, 2015 Share Posted March 14, 2015 models is entirely possible to have a lot of vertices (szico vii) past models that exceeded the limit Link to comment
scp_chaos1 Posted March 14, 2015 Share Posted March 14, 2015 such good (models UE4) had seen with other subjects as szico vii and kennithhgood is great to see very advanced models in jkaimages: Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now