Hi all,
I try to improve Pycao with some tools to handle objects and textures more
efficiently. Here are two images of what I can get by now. The first image
requires around 100 lines of python code (using the library), and the second
around 40 lines (using predefined wood stubs).
Le 18-05-17 à 06:31, lelama a écrit :
> With some textures added. Still need to work on the doors.>
I have a small problem with your wooden doors : I've never seen any
wooden door that rounded, ever.
You could use simple box for them.
If you really want to use rounded boxes, you need to drastically reduce
the radius of the round parts. Like reducint the radius used by a factor
of about 20..50.
Alain <kua### [at] videotronca> wrote:
> I have a small problem with your wooden doors : I've never seen any> wooden door that rounded, ever.> You could use simple box for them.
Thank you for the comment. Yes, you are right, i like rounded corners but this
is too much. Here is a new attempt.