Alienhead Posted Monday at 12:02 AM Share Posted Monday at 12:02 AM I have recovered most of the gfx settings commands I need to make a proper game config menu. Howeever, I am unable to find 2, nor in docs nor in headers, but Im certain they are there as i think I remember using them at one time. Commands to set Antialias and Anisotrophy?????? Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Solution Josh Posted Monday at 12:25 AM Solution Share Posted Monday at 12:25 AM Camera:SetMsaa(2) The global anisotropy command has not been finalized yet. 1 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...
Josh Posted Monday at 12:31 AM Share Posted Monday at 12:31 AM In the next build the functions SetTextureAnisotropy and GetTextureAnisotropy will be available. These are functions, not methods of the texture class. 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...
Alienhead Posted Monday at 12:31 AM Author Share Posted Monday at 12:31 AM OOkay that'll do it, ty for your help today. Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Alienhead Posted Monday at 12:32 AM Author Share Posted Monday at 12:32 AM OKay so this is set PER texture? SetTextureAnisotropy Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Josh Posted Monday at 12:38 AM Share Posted Monday at 12:38 AM No, it is called without an object, and affects all textures. 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...
Josh Posted Monday at 12:39 AM Share Posted Monday at 12:39 AM Maybe it should be SetAnisotropicFilter() instead. 1 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...
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.