pdchaudhary/pimcore-ar-viewer

A tool for previewing 3D Augmented Reality (AR) models directly within the Pimcore platform. Supports formats like GLB, USDZ, and OBJ, allowing users to interact with models in real-time

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:pimcore-bundle

1.1 2024-12-26 18:24 UTC

This package is auto-updated.

Last update: 2025-02-27 10:20:28 UTC


README

A tool for previewing 3D Augmented Reality (AR) models directly within the Pimcore platform. Supports formats like GLB, USDZ, and OBJ, allowing users to interact with models in real-time.

Coming Soon

  • AR Asset Editor: Allow users to edit AR assets (3D models, textures) directly in Pimcore. This could include features like resizing, repositioning, or adding textures, providing a more robust AR asset management solution..

    For more information about our Package and its benefits, contact us at pdchaudhary1998@gmail.com.

Overview

composer require pdchaudhary/pimcore-ar-viewer

Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:

// ...
return [
    // ...
    Pdchaudhary\PimcoreARPreviewerBundle\PimcoreARPreviewerBundle::class => ['all' => true]
    // ...
];

Install the assets:

php bin/console assets:install

demo-ar

Supported File Types

  • GLB (GLTF Binary Format): A common format for 3D models, widely supported across various AR platforms.
  • USDZ: A file format used for 3D models and AR content, particularly on iOS devices.
  • OBJ: A widely-used 3D model format supported by most 3D applications.
  • FBX: Another widely-supported 3D model format, often used for animation.