copyNormal

@Nullable()
abstract Vec3f copyNormal(int vertexIndex, @Nullable() Vec3f target)

Pass a non-null target to avoid allocation - will be returned with values.Otherwise returns a new instance. Returns null if normal not present.

Sources

jvm source
Link copied to clipboard