Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Add DepthMap interface #66

Closed
huningxin opened this issue Feb 7, 2015 · 2 comments
Closed

Add DepthMap interface #66

huningxin opened this issue Feb 7, 2015 · 2 comments

Comments

@huningxin
Copy link
Contributor

interface DepthMap {
    readonly attribute unsigned long width;
    readonly attribute unsigned long height;
    readonly attribute string type;
    readonly attribute string format;
    readonly attribute string units;
    readonly attribute float near;
    readonly attribute float far;
    readonly attribute Uint16Array dexels;
    readonly attribute Uint8ClampedArray? pixels;
};
@huningxin
Copy link
Contributor Author

@anssiko
Copy link
Member

anssiko commented May 13, 2015

Closed via #77

@anssiko anssiko closed this as completed May 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants