distance - Aframe: a-camera kynematic-body can not move closely to static-body? -
first of all, i'm sorry not inlining images because of lacking reputation.
i have 2 problems aframe-extras donmccurdy , i've read many documents not find solution.
fyi, i've set kinematic-body camera.
problem 1:
i can not go inside static-body circular table:
the table made blender , exported collada model.
i know aframe-extras consider circular box (bounding box of model) , prevent me move through box. that's why cannot come inside circular table.
so i'm going use solution 2, remove static-body circular table, create static-body "line" around circular table myself. met problem 2 bellow:
problem 2:
the static-body bar (it's red 1 in bellow image) prevent me move closer it, minimum distance me red bar ~1.5 unit (1 unit = 1 meter in case).
my expectation distance 20cm.
so final question is:
how can move closer ?
you can see my screenshot here more detail.
the last time looked default radius kinematic-body 1.3, looks it's wide scene. try setting radius 0.5.
kinematic-body="radius:0.5" if doesn't work, may need check static body , set shape hull.
static-body="shape:hull"
Comments
Post a Comment