public void TestTextures()
        {
            var textureGroupProcessor = new HeightmapTextureProcessor(_mockHeightmap, _mockTextureGroupResolver, _textureGroupTransitionRepository);

            var textures = textureGroupProcessor.Textures;
        }
Beispiel #2
0
        public void TestTextures()
        {
            var textureGroupProcessor = new HeightmapTextureProcessor(_mockHeightmap, _mockTextureGroupResolver, _textureGroupTransitionRepository);

            var textures = textureGroupProcessor.Textures;
        }