| Problem | OS (macOS, Windows) | Chrome | Safari | Edge | Firefox | Error Type (MediaPermissionsError) | Recommended User Action | | ---------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | -----------------------------------------------------------------------
This file contains 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
/* | |
* Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. | |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | |
* | |
* This code is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU General Public License version 2 only, as | |
* published by the Free Software Foundation. Oracle designates this | |
* particular file as subject to the "Classpath" exception as provided | |
* by Oracle in the LICENSE file that accompanied this code. | |
* |
This file contains 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"] |
This file contains 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 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 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 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 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 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 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" |
NewerOlder