159b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
259b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<html>
359b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta
459b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<head>
559b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<title></title>
659b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
759b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</head>
859b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<body>
959b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta
1059b2e6871c65f58fdad78cd7229c292f6a177578Scott BartaThe <code>com.jme3.scene.mesh</code> package contains utilities
1159b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartafor reading from {@link com.jme3.scene.mesh.IndexBuffer index buffers}.
1259b2e6871c65f58fdad78cd7229c292f6a177578Scott BartaSeveral implementations are provided of the {@link com.jme3.scene.mesh.IndexBuffer}
1359b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartaclass:
1459b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<ul>
1559b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    <li>{@link com.jme3.scene.mesh.IndexByteBuffer} - For reading 8-bit index buffers</li>
1659b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    <li>{@link com.jme3.scene.mesh.IndexShortBuffer} - For reading 16-bit index buffers</li>
1759b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    <li>{@link com.jme3.scene.mesh.IndexIntBuffer} - For reading 32-bit index buffers</li>
1859b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    <li>{@link com.jme3.scene.mesh.VirtualIndexBuffer} - For reading "virtual indices", for
1959b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    those meshes that do not have an index buffer</li>
2059b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    <li>{@link com.jme3.scene.mesh.WrappedIndexBuffer} - For converting from 
2159b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta    non-list based mode indices to list based</li>
2259b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</ul>
2359b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta
2459b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</body>
2559b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</html>
26