Home
last modified time | relevance | path

Searched defs:near (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DCamera.js50 perspective(fovy = 60, aspect = 1, near = 0.1, far = 100) { argument
H A DMatrix.js231 setPerspective(fovy, aspect, near, far) { argument
269 setOrtho(left, right, bottom, top, near, far) { argument
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.cpp212 float near = 0.0f; variable