Giter VIP home page Giter VIP logo

babylon-runtime.github.io's People

Contributors

crotmoul avatar fabsharp avatar vinc3r avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

crotmoul cstfan

babylon-runtime.github.io's Issues

prepare ready-to-use templates

  • FPS (main features: keyboard detection, allies/enemies)
  • turntable (main feature: simple as fuck)
  • space shooter (main features: keyboard detection, follow camera inertia)

showcase: convert "From Blender to BabylonJS" scene to _r

I have to convert this demo using _r https://www.nothing-is-3d.com/data/medias/folio/3drealtime/lightmaps-workflow-tutorial/demo.html for showcase page.

  • make a precision about the use of custom engine, as CStfan asked
    example, to force webGL1: var engine = new BABYLON.Engine(canvas, true, {disableWebGL2Support: true, useHighPrecisionFloats: false});
  • when _r fixed, rephrase lightmaps assignation part where material : { subMaterials : { "*" are used
  • see also getting mesh name: babylon-runtime/_r#23
  • inspector on final scene freeze

artist doc

firsts drafts of:

  • _r.launch
  • _r.download
  • _r.import
  • _r.library
  • _r.patch
  • explain somewhere the meaning of *
  • in colors-vectors.md color list have to be completed

missing important points for public release

  • how to create an asset through patches
[{
        exec: function () {
            new BABYLON.FreeCamera("camDev", BABYLON.Vector3.Zero(), _r.scene);
        }
    },
    {
        "camDev": {
            "name": "camDev",
            "fov": 1.5,
            "speed": 0.2,
            "minZ": 0.01,
            "maxZ": 1000
        }
    }
]
  • how to download file into a scene
_r.downloadScene({
	scene : "scene.babylon",
	patch : [],
	ready : function() {
		
	}
});

_r.downloadScene(options)
options =
loadingScreen? : boolean;
ready? : Function;
progress? : Function;
error? : Function;
scene? : string;
assets? : string;
patch? : any;
addAllToScene? : boolean;

tip: set addAllToScene to true, use ready function to know when download is done
  • change activeCamera on the fly

"Community" instead of "Help"?

Help send 404 for now, but I suppose it was here to send users to Gitter & also our BJS forum profile page? (and even social networks)

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.