Skip to content

Default camera is not disabled #4262

@Maryasych

Description

@Maryasych

Description:

  • A-Frame Version: 0.9.2 (Date 2019-05-06, Commit #f57a1fa)
  • Platform / Device: MacOS 10.12.6 / Chrome 76.0.3809.100, Windows 7/ Opera 63.03368.53
<a-scene scene>
  <a-entity camera id="main-camera" look-controls position="0 5 0">
    <a-entity id="cursorPC" cursor="rayOrigin:mouse;" raycaster="objects: .raycasted"></a-entity>
    <a-entity id="cursorVR" cursor="fuse: true; fuseTimeout: 500;" raycaster="enabled: false; objects: .raycasted" position="0 0 -1" visible="false"
      animation__click="property: scale; startEvents: click; easing: easeInCubic; dur: 150; from: 0.1 0.1 0.1; to: 1 1 1"
      animation__fusing="property: scale; startEvents: fusing; easing: easeInCubic; dur: 1500; from: 1 1 1; to: 0.1 0.1 0.1"
      animation__mouseleave="property: scale; startEvents: mouseleave; easing: easeInCubic; dur: 500; to: 1 1 1"
      geometry="primitive: ring; radiusInner: 0.01; radiusOuter: 0.015"
      material="color: green; shader: flat">
    </a-entity>
    </a-entity>
  <a-sky color="#FFE4C4"></a-sky>
</a-scene>

Знімок екрана 2019-09-03 о 22 04 42
Знімок екрана 2019-09-03 о 22 07 25

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions