123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- ---
- extends: http://vwf.example.com/node3.vwf
- properties:
-
-
-
-
- castShadows: false
-
-
-
-
-
- lightType:
- set: |
- switch( value ) {
- case "point":
- case "directional":
- case "spot":
- case "hemisphere":
- this.lightType = value;
- break;
- }
- value: "point"
-
-
-
-
- enable: true
-
-
-
-
- position: [ 0, 1, 0 ]
-
-
-
-
- color: [ 255, 255, 255 ]
-
-
-
-
- groundColor: [ 255, 255, 255 ]
-
-
-
-
- distance: 1000
-
-
-
-
- intensity: 1
-
-
-
-
-
- shadowCameraBottom: -100
-
-
-
-
-
- shadowCameraLeft: -100
-
-
-
-
-
- shadowCameraRight: 100
-
-
-
-
-
- shadowCameraTop: 100
-
-
-
-
-
- shadowCameraNear: 0.1
-
-
-
-
-
- shadowCameraFar: 1000
-
-
-
-
-
- shadowDarkness: 0.5
-
-
-
-
- shadowMapHeight: 512
-
-
-
-
- shadowMapWidth: 512
-
-
-
-
- shadowBias: 0
- target: [ 0, 0, 0 ]
|