mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
add llIsLinkGLTFMaterial
This commit is contained in:
@@ -2887,5 +2887,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_LSL_Functions.llGetRenderMaterial(face);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Integer llIsLinkGLTFMaterial(LSL_Integer linknum, LSL_Integer face)
|
||||
{
|
||||
return m_LSL_Functions.llIsLinkGLTFMaterial(linknum, face);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user