| Methods in org.jagatoo.loaders.models.bsp that return BSPScenePrototype |
static BSPScenePrototype |
BSPPrototypeLoader.load(java.io.InputStream in,
java.lang.String filename,
java.net.URL baseURL,
GeometryFactory geomFactory,
boolean convertZup2Yup,
float worldScale,
AppearanceFactory appFactory,
NodeFactory nodeFactory,
NamedObject sceneGroup,
GroupType mainGroupType,
SpecialItemsHandler siHandler)
Loads the BSP scene prototype. |
static BSPScenePrototype |
BSPPrototypeLoader.load(java.net.URL url,
GeometryFactory geomFactory,
boolean convertZup2Yup,
float worldScale,
AppearanceFactory appFactory,
NodeFactory nodeFactory,
NamedObject sceneGroup,
GroupType mainGroupType,
SpecialItemsHandler siHandler)
Loads the BSP scene prototype. |
BSPScenePrototype |
BSPVersionDataLoader.loadPrototypeData(org.jagatoo.loaders.models.bsp.BSPFile bspFile,
BSPDirectory bspDir,
float worldScale,
AppearanceFactory appFactory)
|
BSPScenePrototype |
BSPVersionDataLoader30.loadPrototypeData(org.jagatoo.loaders.models.bsp.BSPFile bspFile,
BSPDirectory bspDir,
float worldScale,
AppearanceFactory appFactory)
|
BSPScenePrototype |
BSPVersionDataLoader46.loadPrototypeData(org.jagatoo.loaders.models.bsp.BSPFile bspFile,
BSPDirectory bspDir,
float worldScale,
AppearanceFactory appFactory)
|
| Methods in org.jagatoo.loaders.models.bsp with parameters of type BSPScenePrototype |
static void |
BSPConverter.convert(BSPScenePrototype prototype,
AppearanceFactory appFactory,
NodeFactory nodeFactory,
NamedObject sceneGroup,
GroupType mainGroupType,
float worldScale,
java.net.URL baseURL,
SpecialItemsHandler siHandler)
Converts the information stored in the loader into a scenegraph objects. |
void |
BSPVersionDataLoader.convertFacesToGeometries(BSPScenePrototype prototype,
AppearanceFactory appFactory,
GeometryFactory geomFactory,
boolean convertZup2Yup,
float worldScale)
|
void |
BSPVersionDataLoader30.convertFacesToGeometries(BSPScenePrototype prototype,
AppearanceFactory appFactory,
GeometryFactory geomFactory,
boolean convertZup2Yup,
float worldScale)
|
void |
BSPVersionDataLoader46.convertFacesToGeometries(BSPScenePrototype prototype,
AppearanceFactory appFactory,
GeometryFactory geomFactory,
boolean convertZup2Yup,
float worldScale)
|
static BSPClusterManager |
BSPClusterManager.create(BSPScenePrototype prototype,
java.util.BitSet faceBitset)
Creates a BSPClusterManager from the visdata contained in the prototype. |