AnniXa Posted August 23, 2011 Share Posted August 23, 2011 Hey, i would like to copy a surface, since copy mesh - copies seems refer to the same surface. I want to copy a mesh and the copy should have its own surface instances (because i want to modify the surface in runtime, but only for the copied mesh, not for the original). how can i copy a mesh so that it got its own surface instance, instead that 2 meshes uses the same? Quote Whuts wroong? Link to comment Share on other sites More sharing options...
TheoLogic Posted August 23, 2011 Share Posted August 23, 2011 Last time I checked this was impossible but high on my wishlist... Quote Follow me Link to comment Share on other sites More sharing options...
AnniXa Posted August 23, 2011 Author Share Posted August 23, 2011 okay this is bad, then i need to rewrite my pseudosurface object for leadwerks also Quote Whuts wroong? Link to comment Share on other sites More sharing options...
Canardia Posted August 23, 2011 Share Posted August 23, 2011 You can do this by copying the gmf file to a temporary gmf file and then use LoadModel to load it, and then you can delete the temporary gmf file. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
macklebee Posted August 23, 2011 Share Posted August 23, 2011 it is possible...sent you a PM on how to do it... Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Josh Posted August 23, 2011 Share Posted August 23, 2011 Read the vertex and triangle data from one and add it to another. There are commands to retrieve all the data. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
macklebee Posted August 23, 2011 Share Posted August 23, 2011 yep... thats exactly what i did based on code that you have freely provided in the community tutorials Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Paul Thomas Posted August 23, 2011 Share Posted August 23, 2011 lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.