copyTo

abstract void copyTo(MutableQuadView target)

Extracts all quad properties except material to the given MutableQuadView instance.Must be used before calling {link QuadEmitter#emit()} on the target instance.Meant for re-texturing, analysis and static transformation use cases.

Sources

jvm source
Link copied to clipboard