|
Action:
|
Attaches a texture space to a list of entities.
|
|
|
Prototype:
|
outcome api_rh_set_texture_space (
|
|
|
ENTITY_LIST const&
|
// entities to
|
|
|
|
entities,
|
// have texture space
|
|
|
|
|
// attached
|
|
|
RH_TEXTURE_SPACE*
|
// given
|
|
|
|
texture_space
|
// texture space
|
|
|
|
=(RH_TEXTURE_SPACE*)NULL
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/lists/lists.hxx"
|
|
#include "rnd_husk/include/rh_enty.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
|
Description:
|
This API sets the texture space associated with an entity list. Each
ENTITY must be of the type
BODY,
LUMP,
SHELL, or
FACE.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Changes model
|