|
Action:
|
Deletes an environment map.
|
|
|
Prototype:
|
outcome api_rh_delete_environment_map (
|
|
|
RH_ENVIRONMENT_MAP*
|
// environment map
|
|
|
|
environment_map
|
// to be deleted
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
#include "rnd_husk/include/rh_enty.hxx"
|
|
|
Description:
|
This API explicitly deletes the environment map. When an environment map is deleted, do not use its handle in subsequent calls of
api_rh_set_environment_map. If the environment map currently in use by the rendering library is deleted, reset the current environment by calling
api_rh_set_environment_map.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Changes model
|