Skip to content
Yang's Tech Notes
  • Home

html

  • Home
  • html

Create and convert glb/gltf for android AR

Posted by By admin October 20, 2020Posted inTech
Create 3D model with Maya and save in FBX. Do note the scene needs to be in Meters Maya>Windows>Settings/Preferences>Preference>Settings Ensure the camera clippings are adjusted to view the Model if…
Read More

Determine user device and display different content with php

Posted by By admin October 20, 2020Posted inCode Snipplets
First save the page as .php and use the following code to check the device user is using <?php $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $android = strpos($_SERVER['HTTP_USER_AGENT'],"Android"); $ipad = strpos($_SERVER['HTTP_USER_AGENT'],"iPad"); ?> Then…
Read More
Tags
2023 aab adb Android android deployment API apk Azure Blog c# cold start cron Daily Tasks data manipulation events filter html ios JSON logcat Mac Natural History Museum Nodejs objects package panorama rendering pdfkit php playable director Problem and Solutions R&D react Release History rendering rest api call schedule Snipplets Tech Tips terminal timeline timeline markers unity unity3d webar Xcode
Copyright 2025 — Yang's Tech Notes. All rights reserved.
Scroll to Top