Re: Generate roof plugin

by dorin » Wed Dec 07, 2022 5:40 pm

1. By source code I mean the code behind the executable.
Something like this:

Code: Select all

if (r == 0) { 
   if (!roofProjection.isClockwise()) {
      roofProjection = getReverseOrder(roofProjection);
      }
   } else {
	if (roofProjection.isClockwise()) {
	roofProjection = getReverseOrder(roofProjection);
  }
}
This is free to use and free to modify.
Usually a payed software will don't make it public.

2. About contributions: who really want will find a way.
To make it easy: Find the Donation button or directly here