mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Implementation of LSL_Integer llScaleByFactor(double scaling_factor)
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
f9b62b5680
commit
e45245d267
@@ -1465,6 +1465,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llSay(channelID, text);
|
||||
}
|
||||
|
||||
public LSL_Integer llScaleByFactor(double scaling_factor)
|
||||
{
|
||||
return m_LSL_Functions.llScaleByFactor(scaling_factor);
|
||||
}
|
||||
|
||||
public void llScaleTexture(double u, double v, int face)
|
||||
{
|
||||
m_LSL_Functions.llScaleTexture(u, v, face);
|
||||
|
||||
Reference in New Issue
Block a user