mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-25 05:50:22 +00:00
override the bmd preview scale so it controls and views much better
This commit is contained in:
parent
aed38de591
commit
30b0b51bad
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -15,6 +15,8 @@ namespace FirstPlugin
|
|||
{
|
||||
public class BMD_Renderer : GenericModelRenderer
|
||||
{
|
||||
public override float PreviewScale { get; set; } = 0.02f;
|
||||
|
||||
public List<BMDTextureWrapper> TextureList = new List<BMDTextureWrapper>();
|
||||
|
||||
public override void OnRender(GLControl control)
|
||||
|
|
Loading…
Reference in a new issue