Project

General

Profile

« Previous | Next » 

Revision d45273cd

Added by Leszek Koltunski 11 months ago

Multigon testing app

View differences:

src/main/java/org/distorted/library/mesh/MeshPolygon.java
252 252
      {
253 253
      float d,x = 1-mPolygonBands[2*polyBand];
254 254

  
255
      if( /*quot==0.0f || quot==1.0f ||*/ edgeShape==SHAPE_DD )
255
      if( quot==0.0f || quot==1.0f || edgeShape==SHAPE_DD )
256 256
        {
257 257
        float t = mPolygonBands[2*mNumPolygonBands-1];
258 258
        d = ((t-zEdge)/t)*derivative(x);

Also available in: Unified diff