mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add PannerNode.setPosition(), setOrientation()
This commit is contained in:
parent
7daec55010
commit
18960b6c94
2 changed files with 20 additions and 5 deletions
|
@ -51,6 +51,6 @@ interface PannerNode : AudioNode {
|
|||
attribute double coneInnerAngle;
|
||||
attribute double coneOuterAngle;
|
||||
attribute double coneOuterGain;
|
||||
// void setPosition (float x, float y, float z);
|
||||
// void setOrientation (float x, float y, float z);
|
||||
};
|
||||
void setPosition (float x, float y, float z);
|
||||
void setOrientation (float x, float y, float z);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue