1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bubble events fired on `VRNode` (fixes #301) More... over 8 years ago
Merge pull request #108 from cvan/dist More... over 8 years ago
bump dist More... over 8 years ago
remove old pbr images More... over 8 years ago
use meshphysicalmaterial over custom pbr shader More... over 8 years ago
create `vr-clicked` and `vr-hovered` More... over 8 years ago
Typo in comment More... over 8 years ago
Merge pull request #336 from dmarcos/refactorMixins More... over 8 years ago
Merge pull request #332 from cvan/change-cursor-colour-on-hover More... over 8 years ago
Small refactor on how components and attribute values map to one another. If a component just has default values the corresponding attribute won't be set. Adds getComputedAttribute to vr-object to get the computed value from the element, mixins and default values. Primitive values like the visible component get returned as a simple value when calling getAttribute('visible'). Before we were returning an object { visible: true }. More... over 8 years ago
typo in pano explorer fix: `on` should be `addEventListener` More... over 8 years ago
Merge pull request #334 from cvan/add-textured-cube-example More... over 8 years ago
fix pano explorer demo per `loaded` event changes More... over 8 years ago
add transparency and opacity to materials (fixes #246) More... over 8 years ago
add example of textured cube More... over 8 years ago
add example of changing cursor colour on hover (fixes #287) More... over 8 years ago
Merge pull request #91 from cvan/fix-chrome-imports More... over 8 years ago
Merge pull request #106 from cvan/fix-coordinate-components-with-templates More... over 8 years ago
Merge pull request #329 from cvan/fix-mousedrag-on-mouseout More... over 8 years ago
Merge pull request #320 from cvan/remove-events More... over 8 years ago
fix mouse drag controls when mouse goes offscreen (fixes #328) More... over 8 years ago
add visibility example (for issue #192); add animation events More... over 8 years ago
Merge pull request #107 from cvan/add-theta-to-templates More... over 8 years ago
support `theta-start` and `theta-length` in templates (per MozVR/aframe-core#318) More... over 8 years ago
fix coordinate (non-string) components (attributes) with templates More... over 8 years ago
Adding sound component. More... over 8 years ago
Merge pull request #324 from dmarcos/hmdControls More... over 8 years ago
Adding HMD controls so any object can take the orientation and position coming from a connected HMD available through webVR APIs More... over 8 years ago
temporarily disable live reloading (see issue #102) More... over 8 years ago
One can now use a video element as a texture (fixes #249) More... over 8 years ago