0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

neosでlogix その137

Posted at

概要

neosでlogixやってみる。
練習問題やってみた。

練習問題

カメラを使え。

方針

statictexture2dに、カメラの画像を入れる。

写真

2023-05-06 21.37.07.jpg

手順

  • devtooltipを装着
  • 新規>オブジェクト>カメラ
  • logixtooltipを装着
  • cameraのインターフェースを取り出す
  • ファイルブラウザを開く
  • news.pngをダブルクリックする
  • statictexture2dのインターフェースを取り出す
  • ノードブラウザを開く
  • Rendering>Render To Texture Assetをアポーン
  • Actions>writeをアポーン
  • つなぐ

俺コード

{a, b} = RenderToTextureAsset pulse camera 800,800
statictexture2d.url = write a b

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?