Exemplo n.º 1
0
 public GltfSceneLoader(
     IMgGraphicsConfiguration config,
     MgOptimizedStorageBuilder builder,
     IPbrEffectPath pbrEffectPath
     )
 {
     mConfiguration = config;
     mBuilder       = builder;
     mPbrEffectPath = pbrEffectPath;
 }
Exemplo n.º 2
0
 public PbrEffectVariantFactory(IPbrEffectPath path, PbrEffectSettings settings)
 {
     mPath     = path;
     mSettings = settings;
 }