Sascha
Sascha

Reputation: 10347

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 would be a pre-rendered object, but that's not easy and controls to be put on the sides must be transformed separately.

Upvotes: 0

Views: 1167

Answers (1)

ChrisF
ChrisF

Reputation: 137158

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.

Upvotes: 1

Related Questions