Exemplo n.º 1
0
        public static BasicModel CreateBox(Device device, float width, float height, float depth)
        {
            var model = new BasicModel();

            model.CreateBoxInternal(device, width, height, depth);
            return(model);
        }