Add new functions and constants

This commit is contained in:
Sei Lisa 2023-12-12 16:52:45 +01:00
parent 28b42e7c6b
commit 8d4750b6d0
3 changed files with 49 additions and 1 deletions

View file

@ -111,6 +111,18 @@ primParamsTypes = \
, 40: 'i' # 40=PRIM_SCRIPTED_SIT_ONLY
, 41: 'ivv' # 41=PRIM_SIT_TARGET
, 42: 'sfff' # 42=PRIM_PROJECTOR
, 43: 'i' # 43=PRIM_CLICK_ACTION
, 44: 'iffi' # 44=PRIM_REFLECTION_PROBE
# GLTF parameters admit an empty string in any of the places except the
# first integer (face number). We're not prepared to deal with that.
# , 45: 'isvvf' # 45=PRIM_GLTF_NORMAL
# , 46: 'isvvfv' # 46=PRIM_GLTF_EMISSIVE
# , 47: 'isvvfff' # 47=PRIM_GLTF_METALLIC_ROUGHNESS
# , 48: 'isvvfvfifi' # 48=PRIM_GLTF_BASE_COLOR
, 45: 'i*' # 45=PRIM_GLTF_NORMAL
, 46: 'i*' # 46=PRIM_GLTF_EMISSIVE
, 47: 'i*' # 47=PRIM_GLTF_METALLIC_ROUGHNESS
, 48: 'i*' # 48=PRIM_GLTF_BASE_COLOR
}
# llGetPrimitiveParams parameters with arguments. F=face, L=link.