Giter Site home page Giter Site logo

aframe-plant-sim's Introduction

aframe-plant-sim

A collection of A-Frame components that allow the user to grow different types of VR plants.

First Cactus Plant

aframe-plant-sim's People

Contributors

pookage avatar

Stargazers

Cescu avatar

Watchers

 avatar

aframe-plant-sim's Issues

Max Plant Height should be determined by the pot that the seed is in.

Whilst individual seeds have their own maximum height / radius, they should only be able to reach that size if they are placed in a large enough pot. Putting them in too small a pot will stunt the growth to the ratio difference between the size of the pot and the space required.

how to randomly select 20 out of 12000 array indexes to place needles on

Initial thoughts :

  • You don't need to select out of 12,000 - the 12,000 array is an array of (x, y, z) coords, so you only have to choose from 4,000 coords.
  • Should they be random, or should they be evenly distributed?
  • 4000 / 20 = index interval; the problem then is determining whether we've landed on an {x}, {y}, or {z}
    -flat arrays suck

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.