Revision 885d424a
Added by Leszek Koltunski over 7 years ago
src/main/java/org/distorted/library/DistortedInputSurface.java | ||
---|---|---|
24 | 24 |
* A Surface that we can set as Input, i.e. take its rectangle of pixels and skin our Mesh with it. |
25 | 25 |
*/ |
26 | 26 |
|
27 |
interface DistortedInputSurface |
|
27 |
public interface DistortedInputSurface
|
|
28 | 28 |
{ |
29 | 29 |
/** |
30 | 30 |
* Do not document this as public API |
src/main/java/org/distorted/library/DistortedOutputSurface.java | ||
---|---|---|
323 | 323 |
public void setMipmap(float mipmap) |
324 | 324 |
{ |
325 | 325 |
mMipmap = mipmap; |
326 |
createProjection(); |
|
327 | 326 |
} |
328 | 327 |
|
329 | 328 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Minor.