Project

General

Profile

« Previous | Next » 

Revision a2878a67

Added by Leszek Koltunski over 3 years ago

Remove the 'inflate' vertex attributs from the Mesh and file format, and replace that with a per-component 'inflate centers' (which are as of yet untested)

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
347 347

  
348 348
    fullVertHeader += "#define PREAPPLY\n";
349 349

  
350
    String[] feedback = { "v_Position", "v_endPosition", "v_Inflate" };
350
    String[] feedback = { "v_Position", "v_endPosition" };
351 351

  
352 352
    try
353 353
      {

Also available in: Unified diff