public class ObjNormals
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
normalize(java.nio.FloatBuffer normals)
Normalize the normals in the given buffer, which is assumed to contain
the (x,y,z) coordinates of the normals.
|
public static void normalize(java.nio.FloatBuffer normals)
normals - The normals bufferCopyright © 2022. All Rights Reserved.