This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package: lcontrol.scada.engine | |
modbusConfig: /Users/dmitrykolesnikovich/Documents/TestSub1.mdb | |
mainDocument: main | |
- Form: | |
id: main | |
name: main | |
size: '401.0, 452.0' | |
backgroundColor: '#CCCCFFFF' | |
saveAspectRatio: 'true' | |
transition: screen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xml package="lcontrol.scada.engine" modbusConfig="/Users/dmitrykolesnikovich/Documents/TestSub1.mdb" mainDocument="main"> | |
<Form id="main" name="main" size="401.0, 452.0" backgroundColor="#CCCCFFFF" saveAspectRatio="true" transition="screen" position="0.0, 0.0"> | |
<Label name="Label 4" size="350.0, 68.0" saveAspectRatio="true" text="${value}" color="#000000FF" borderVisible="true" font="font:/arial_60" horizontalAlign="center" verticalAlign="middle" textInputType="text" position="12.0, 240.0" channel="Channel 4" editable="true"/> | |
<Slider name="Slider 4" size="240.0, 30.0" saveAspectRatio="true" image="lcontrol/scada/studio/sliderBody.png" indicatorImage="lcontrol/scada/studio/sliderIndicator.png" indicatorSize="20, 20" indicatorPosition="-20, 5" minValue="0" maxValue="100" increment="1" borderVisible="true" color="#FFFFFFFF" font="font:/arial_60" horizontalAlign="center" verticalAlign="middle" textInputType="text" position="74.0, 168.0" channel="Channel 4"/> | |
<Button name="Button 11" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Device" | |
Identifier "Configured Video Device" | |
Driver "dummy" | |
EndSection | |
Section "Monitor" | |
Identifier "Configured Monitor" | |
HorizSync 31.5-48.5 | |
VertRefresh 50-70 | |
EndSection | |
Section "Screen" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***Warning 1***/ | |
The plug-in has found the following skin definition problems : | |
Unable to find the bind pose for : / DaChui_Rig:Group / DaChui_Rig:Main / DaChui_Rig:DeformationSystem / DaChui_Rig:Root_ ... g:ShoulderPart2_L / DaChui_Rig:Elbow_L / DaChui_Rig:Wrist_L / DaChui_Rig:MiddleFinger1_L. No bind poses in the hierarchy containing the object will be exported. | |
Unable to find the bind pose for : / DaChui_Rig:Group / DaChui_Rig:Main / DaChui_Rig:DeformationSystem / DaChui_Rig:Root_ ... g:Elbow_L / DaChui_Rig:Wrist_L / DaChui_Rig:MiddleFinger1_L / DaChui_Rig:MiddleFinger2_L. Use the DAG node current transform. | |
Unable to find the bind pose for : / DaChui_Rig:Group / DaChui_Rig:Main / DaChui_Rig:DeformationSystem / DaChui_Rig:Root_M / DaChui_Rig:Hip_L / DaChui_Rig:Knee_L. No bind poses in the hierarchy containing the object will be exported. | |
Unable to find the bind pose for : / DaChui_Rig:Group / DaChui_Rig:Main / DaChui_Rig:DeformationSystem / DaChui_Rig:Root_M / DaChui_Rig:Hip_R / DaChui_Rig:Knee_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package featurea.examples.text | |
import featurea.app.* | |
import featurea.examples.text.Resources.* | |
import featurea.graphics.* | |
import featurea.input.* | |
import featurea.runtime.* | |
object Resources { | |
val enemyPng = "images/enemy.png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interface": { | |
"white-background": "Data/interface/white-background.png", | |
"traditional-cutting-icon": "Data/interface/traditionalCuttingIcon.png", | |
"block-cutting-icon": "Data/interface/blockCuttingIcon.png", | |
"reward": "Data/interface/reward.png", | |
"reward-icon": "Data/interface/reward-icon.png" | |
}, | |
"loading": { | |
"gameLogo": "https://3radical.com/wp-content/themes/3radical-2018/images/3radical-dark.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<title></title> | |
<script src="https://code.jquery.com/jquery-3.1.1.min.js" | |
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" | |
crossorigin="anonymous"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.6/marked.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@file:Dependency("featurea:app:1.0") | |
@file:Dependency("featurea:graphics:1.0") | |
@file:Dependency("featurea:input:1.0") | |
@file:Dependency("featurea:pbr:1.0") | |
package game | |
import featurea.app.* | |
import featurea.graphics.* | |
import featurea.input.* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package featurea.obj | |
import featurea.content.contentTypes | |
import featurea.runtime.Artifact | |
val artifact = Artifact("featurea.obj") { | |
include(featurea.image.artifact) | |
"ObjCache" to ::ObjCache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const val multipleLightsShader: String = """ | |
TBD | |
""" | |
class MultipleLightsProgram : Program(multipleLightsShader) { | |
var projection: Matrix by uniforms["Matrices.projection"] | |
var view: Matrix by uniforms["Matrices.view"] | |
var model: Matrix by uniforms["model"] | |
var cameraPosition: Vector by uniforms["cameraPosition"] | |
var atmosphere: Atmosphere by uniforms["atmosphere"] |