Skip to content

Instantly share code, notes, and snippets.

@EternalTamago
EternalTamago / BigWaveGround.cs
Last active October 16, 2024 16:06
HeightfieldColliderShapeのサンプル
// NewGameプロジェクトのSphereとGroundの各Entityをシーンから削除して新たに空のEntityを追加
// その追加したEntityに以下のスクリプトを追加して実行する
// スペースキーで玉発射
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xenko.Core;
using Xenko.Core.Mathematics;
using Xenko.Engine;