Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated examples for Overlays API #1297

Open
ksuprynowicz opened this issue Jan 17, 2025 · 0 comments
Open

Outdated examples for Overlays API #1297

ksuprynowicz opened this issue Jan 17, 2025 · 0 comments

Comments

@ksuprynowicz
Copy link
Member

Examples in Overlay API refer to 3D overlays which have been deprecated for a long time now:

var overlay = Overlays.addOverlay("cube", {
    position: Vec3.sum(MyAvatar.position, Vec3.multiplyQbyV(MyAvatar.orientation, { x: 0, y: 0, z: -3 })),
    rotation: MyAvatar.orientation,
    dimensions: { x: 0.3, y: 0.3, z: 0.3 },
    solid: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant