Skip to content

Instantly share code, notes, and snippets.

View flushpot1125's full-sized avatar

Limes2018 flushpot1125

View GitHub Profile
//based on "https://qiita.com/lycoris102/items/35e338b32105879e0ab9"
using UnityEngine;
using UnityEngine.UI;
using TMPro;
public class LocationRenderer : MonoBehaviour
{
public LocationUpdater updater;
public TMPro.TMP_Text text;
//Copied from "https://qiita.com/lycoris102/items/35e338b32105879e0ab9"
using UnityEngine;
using System.Collections;
public class LocationUpdater : MonoBehaviour
{
public float IntervalSeconds = 1.0f;
public LocationServiceStatus Status;
public LocationInfo Location;
} attachments: {
Attachment(id: "ui_panel") {
HStack {
// A button to reload the current scene.
Button { godotVision.reloadScene() } label: {
Text("Reload")
}
// Buttons for loading example scenes.
sceneButton(label: "Hello", resourcePath: "res://examples/hello/example_godot_vision_scene.tscn")
var engine = new BABYLON.NativeEngine();
var scene = new BABYLON.Scene(engine);
CreateBoxAsync(scene).then(function () {
//CreateSpheresAsync(scene).then(function () {
//BABYLON.SceneLoader.AppendAsync("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Box/glTF/Box.gltf").then(function () {
//BABYLON.SceneLoader.AppendAsync("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/BoxTextured/glTF/BoxTextured.gltf").then(function () {
//BABYLON.SceneLoader.AppendAsync("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Suzanne/glTF/Suzanne.gltf").then(function () {
//BABYLON.SceneLoader.AppendAsync("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Avocado/glTF/Avocado.gltf").then(function () {
//BABYLON.SceneLoader.AppendAsync("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/BoomBox/glTF/BoomBox.gltf").then(function () {
android {
defaultConfig {
applicationId "com.android.babylonnative.playground"
minSdkVersion "${platformVersion}"
targetSdkVersion 31
ndkVersion "23.1.7779620"
if (project.hasProperty("NDK_VERSION")) {
def NDKVersion = project.property("NDK_VERSION")
ndkVersion "${NDK_VERSION}"
}
externalNativeBuild {
cmake {
version '3.29.3+'
path 'CMakeLists.txt'
buildStagingDirectory "../../../../Build/Android"
}
}
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/playground_activity">
<activity android:name="PlaygroundActivity"
android:exported="true" <!--この行を新規追加 -->
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
%%変更前
\newcommand{\small}{%
\ifnarrowbaselines
\jsc@setfontsize\small\@ixpt{11}%
\else
\jsc@setfontsize\small\@ixpt{13}%
\fi
%%変更後
\newcommand{\small}{%
%%変更前
%% サンプルコードをさらに小さく
\renewenvironment{reviewemlist}{%
\medskip\footnotesize\begin{shaded}\ifdefined\reviewlistxkanjiskip\xkanjiskip=\reviewlistxkanjiskip\fi\setlength{\baselineskip}{1.2zw}\begin{alltt}}{%
\end{alltt}\end{shaded}}
\renewenvironment{reviewlist}{%
\begin{shaded}\footnotesize\ifdefined\reviewlistxkanjiskip\xkanjiskip=\reviewlistxkanjiskip\fi\setlength{\baselineskip}{1.2zw}\begin{alltt}}{%
\end{alltt}\end{shaded}\par\vspace*{0.5zw}}
% 変更前
\newcommand{\footnotesize}{%
\ifnarrowbaselines
\jsc@setfontsize\footnotesize\@viiipt{9.5}%
\else
\jsc@setfontsize\footnotesize\@viiipt{11}%
\fi
% 変更後
\newcommand{\footnotesize}{%