therealloft 0 Posted December 29, 2018 I hoping some one can give me some pointers on the .mesh file with Vertices data i guessing the first 3 floats are vertex position but whats the others? Sample Vertices 1 { 0.16187940 0.02067764 0.36634900 / 0.06274510 0.37254900 0.56470590 0.00000000 / 66 39 38 0 / 0.87247860 -0.06680630 -0.48406420 / 246 123 0 255 / 0 0 0 0 / 0.98197010 0.67827000 / 1.99964500 -0.61024640 / -0.13194340 0.92160760 -0.36500730 1.00000000 } Thanks In Advance Share this post Link to post Share on other sites
OpenIV Team 277 Posted December 29, 2018 This is for GTA V, right? Few lines up you will see VertexDeclaration value, like this: Copy value of VertexDeclaration and then go to: "C:\Users\[UserName]\AppData\Local\New Technology Studio\Apps\OpenIV\Games\Five\openFormats\ShaderManager.xml" In this file search for the value in the declarations section: The D3D9VertexElements node contain all the values for the vertices. Share this post Link to post Share on other sites
therealloft 0 Posted December 29, 2018 Thanks very much didnt know about that file Share this post Link to post Share on other sites