WPF: 3D cube with rounded corners
is it possible create a cube with rounded corners in WPF? I found many examples that easily create cubes with hard edges but none with rounded ones. One possible solution w开发者_JS百科ould be a pre-rendered object, but that's not easy and controls to be put on the sides must be transformed separately.
You'll need to use a 3D modelling package to create the object and then export it to XAML.
There are plenty of free packages out there, or expensive ones with free trials, that should have this functionality.
精彩评论