um i downloaded the file, but i need these extensions to run it:Example link
ini++.mfx
openglx.mfx
overlay.mfx
regularexpression.mfx
where can i get these?
um i downloaded the file, but i need these extensions to run it:Example link
ini++.mfx
openglx.mfx
overlay.mfx
regularexpression.mfx
where can i get these?
You can't unless you have the full version Xilodragon1.
ok ty anyway
Without using OpenGL, using the "Simple Poly 3D" example, is it possible to add textures to the faces of the polygon?
If not, what's the easiest way of doing this kind of top-down 3D (in the X and Y)?
It is possible, but it would require some incredibly clever programming.
Here is an extremely sophisticated engine using the "Simple Poly" technique.
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Main=19585&Number=1393 95
... as for a GTA clone i would suggest a mix of the simple poly technique and normal MMF active objects.
If your feeling clever you should use OpenGL.. the results can be quite amazing.
Is there any way to get the example that uses openglx to just use opengl instead? I can load it if i copy and rename but then i can't use other openGL event snippets i had because it doesn't seem to copy over and i have to have a clone object in my list. Not sure why it does that but if anyone can do a version with the standard openGL that would be great. I couldn't figure out how other than re-doing every single event over one by one.
awesome examples SEELE!Many thanks
Hey Atom. sorry I'm not sure if its possible.. but there is an option in the event editor 'replace object'.. maybe you should check it out.
Hi, i tried that actually but it did not list the other OpenGL extension. I think this is because you can only replace with compatible modules when replacing and as it's renamed it probably thinks it's not.
Yes replace object only works for objects of the exact same type that use the same extension, ect. Such as replacing one active object with another, or a byutton, or a string. Great for combining objects and events.
Working as fast as I can on Fusion 3