Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

aframe basic example

<html>
  <head>
    <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box>
      <a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere>
      <a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
      <a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>
      <a-sky color="#ECECEC"></a-sky>
    </a-scene>
  </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Javascript :: check when input number value goes up or down 
Javascript :: instagram unfollow console code 
Javascript :: create a drop down to select time javascript 
Javascript :: discord.js find word inside comment 
Javascript :: node mongodb $or 
Javascript :: define dynamic initial values for Formik in React 
Javascript :: how to draw vertical dash line in react native 
Javascript :: setTimeout() Method in javascript 
Javascript :: javascript add item by index 
Javascript :: mern heroku Error: ENOENT: no such file or directory 
Javascript :: Get Input arrays 
Javascript :: how to build with a specific .env file node 
Javascript :: You might have more than one copy of React in the same app. 
Javascript :: get value from serialized json apex 
Javascript :: how to download react table into pdf full 
Javascript :: how to change css using javascript 
Javascript :: e.target.id not working react js 
Javascript :: delete item from a foreach vuejs 
Javascript :: javascript optional parameters 
Javascript :: js anonymous functions 
Javascript :: bogo sort js 
Javascript :: json schema bsp 
Javascript :: how to pass a component as a prop in react 
Javascript :: params scope in javascript 
Javascript :: javascript append classname 
Javascript :: js set css 
Javascript :: Half or Right Triangle star pattern in JavaScript 
Javascript :: custom hook 
Javascript :: Kendo Grid export to Excel not working with large data 
Javascript :: app.router.navigate reset framework7 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =