我想在我的主板上启用Spherical Video。现在我需要一些测试用例来测试我的设计是否正确。 过滤器将具有以下CSS语法:
map-to-mesh() = map-to-mesh(<mesh-spec>, <angle>{2}, <transform-function>[ ,
<stereo-mode>])
<mesh-spec> = equirectangular | <uri> [<number> <number> <uri>]*
例如:
.mesh-projection {
filter: map-to-mesh(url(projection.msh), 100deg 60deg,
matrix3d(1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1),
monoscopic);
}
答案 0 :(得分:0)
我们没有针对CSS Spherical过滤器扩展的单独测试用例,但它可以在YouTube产品https://youtube.com/tv上找到。您可以使用该应用程序验证您的实现,并在linux-x64x11端口上有一个参考解码目标实现。 https://cobalt.googlesource.com/cobalt/+/master/src/starboard/linux/shared/