1.0.71 • Published 9 months ago

real_api_bbl v1.0.71

Weekly downloads
-
License
CSL
Repository
-
Last release
9 months ago

real_api_bbl

npm release Documentation License

Render babylon.js scene at run time

alt output2 alt output2

Installation

npm install real_api_bbl

Documentation

Documentation

Render a job

Requirements:

Getting started

Import:

import * as REAL from "real_api_bbl";
Step 3: Create new job
import * as REAL from "real_api_bbl";

const uri = `https://${REAL.Domain}/rapi/ask_service`;

const params = {
    "prodCred": {
        "insID": 0,
        "appKey": "ABC",
        "prodKey": "XYZ"
    },
    "ask": "new_job",
    "renderParams": {
        "expFrom": "3js"
    }
}

const response = await axios.post(uri, params);
Step 4: Upload scene
const renderScene = await REAL.Scene(scene, camera);
const request = await axios.put(uploadUri, renderScene);
Step 5: Submit job
import * as REAL from "real_api_bbl";

const uri = `https://${REAL.Domain}/rapi/ask_service`;

const params = {
    "prodCred": {
        "insID": 0,
        "appKey": "ABC",
        "prodKey": "XYZ"
    },
    "ask": "submit",
    "service": {
        "jobID": jobID
    }
}

const response = await axios.post(uri, params);

Check job status

More features:

Area light

const options = {
    width: 1,
    height: 2,
    intensity: 2,
    diffuse: new BABYLON.Color3(0.66, 0.56, 0.2)
}
const light = new REAL.AreaLight(scene, options);

Sunlight

const options = {
    intensity: 2,
    shadowEnabled: true,
    diffuse: new BABYLON.Color3(0.66, 0.56, 0.2)
}
const light = new REAL.SunLight(scene, options);

Point Light

const options = {
    range: 20,
    intensity: 2,
    shadowEnabled: true,
    diffuse: new BABYLON.Color3(0.66, 0.56, 0.2)
}
const light = new REAL.PointLight(scene, options);

Spotlight

const options = {
    range: 20,
    angle: 1.5,
    intensity: 2,
    shadowEnabled: true,
    diffuse: new BABYLON.Color3(0.66, 0.56, 0.2)
}
const light = new REAL.SpotLight(scene, options);
1.0.62

10 months ago

1.0.61

10 months ago

1.0.60

10 months ago

1.0.66

10 months ago

1.0.65

10 months ago

1.0.64

10 months ago

1.0.63

10 months ago

1.0.69

10 months ago

1.0.68

10 months ago

1.0.67

10 months ago

1.0.71

9 months ago

1.0.70

9 months ago

1.0.39

10 months ago

1.0.40

10 months ago

1.0.44

10 months ago

1.0.43

10 months ago

1.0.42

10 months ago

1.0.41

10 months ago

1.0.48

10 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

10 months ago

1.0.49

10 months ago

1.0.51

10 months ago

1.0.50

10 months ago

1.0.55

10 months ago

1.0.54

10 months ago

1.0.53

10 months ago

1.0.52

10 months ago

1.0.59

10 months ago

1.0.57

10 months ago

1.0.56

10 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.38

11 months ago

1.0.16

1 year ago

1.0.9

1 year ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.26

12 months ago

1.0.25

12 months ago

1.0.24

12 months ago

1.0.23

12 months ago

1.0.29

12 months ago

1.0.28

12 months ago

1.0.27

12 months ago

1.0.33

12 months ago

1.0.11

1 year ago

1.0.32

12 months ago

1.0.10

1 year ago

1.0.31

12 months ago

1.0.30

12 months ago

1.0.37

11 months ago

1.0.15

1 year ago

1.0.36

12 months ago

1.0.14

1 year ago

1.0.35

12 months ago

1.0.13

1 year ago

1.0.34

12 months ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago