1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00
Commit Graph

19 Commits

Author SHA1 Message Date
Pavel Rojtberg
5ed21bb2ea ovis: document the supported environment variables 2019-03-14 14:42:54 +01:00
Pavel Rojtberg
cd7a6eaf78 ovis: add ENTITY_AABB_WORLD property and implement getEntityProperty 2018-10-31 15:44:22 +01:00
Pavel Rojtberg
a3c8704db4 ovis: implement MATERIAL_LINE_WIDTH 2018-10-10 16:04:06 +02:00
Pavel Rojtberg
0bb0989fda ovis: drop SCENE_RENDER_FLOAT which is replaced by getCompositorTexture
the latter allows explicitly specifying channel nr/ format. Also we no
longer have to manually manage an extra rendertarget any more.
2018-10-02 11:24:36 +02:00
Pavel Rojtberg
c4c2e85d89 ovis: add getCompositorTexture for reading custom render targets 2018-10-02 11:24:36 +02:00
Pavel Rojtberg
c64f925a50 ovis: Camera - allow manually setting zNear and zFar 2018-09-07 16:52:12 +02:00
Pavel Rojtberg
c655c31054 ovis: allow up to 4 active texture units 2018-08-09 15:48:03 +02:00
Pavel Rojtberg
f7e522a1cb ovis: add updateTexture function and allow grayscale texture format 2018-08-09 15:48:03 +02:00
Pavel Rojtberg
4f3c9fcb5a ovis: add setCompositors method
enables an ordered chain of full-screen post processing effects
2018-06-29 17:19:52 +02:00
Pavel Rojtberg
61b03565e6 ovis: allow manipulating entity material and scale at runtime 2018-03-09 18:09:30 +01:00
Pavel Rojtberg
7d1aca38d3 ovis: implement getDepth function for reading the camera depth 2018-03-01 17:37:52 +01:00
Pavel Rojtberg
c52eed063b ovis: implement removeEntity method 2018-02-13 16:25:01 +01:00
Pavel Rojtberg
faf82d8876 ovis: setMaterialProperty - add overload for setting shader uniforms 2018-02-08 12:09:22 +01:00
Pavel Rojtberg
9e8997856e ovis: add SCENE_AA flag to allow pixel-exact rendering 2018-02-08 12:09:22 +01:00
Pavel Rojtberg
4c1802a70f ovis: add SCENE_RENDER_FLOAT for rendering float images
useful when uchar precision is not enough
2018-02-08 12:09:22 +01:00
Pavel Rojtberg
e52c4dbef9 ovis: replace renderOneFrame by waitKey for consistency with highgui
also set the intrinsic in the AR demo
2018-02-03 15:34:45 +01:00
Pavel Rojtberg
305679820b ovis: add setBackgroundColor convenience overload 2018-02-01 16:29:15 +01:00
Pavel Rojtberg
cc8a8d2d42 ovis: improve documentation 2018-02-01 16:28:26 +01:00
Pavel Rojtberg
d0964ab084 ovis: add Ogre3D based visualizer module 2017-11-03 12:14:39 +01:00