Git Product home page Git Product logo

zenn.public's Introduction

Zenn.Public

zenn.public's People

Contributors

ebishu-0309 avatar m4saka avatar polyester-ctrl avatar raclamusi avatar reputeless avatar ryoga-exe avatar tomolatoon avatar yurahuna avatar yusukekameda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

zenn.public's Issues

チュートリアル 36.16.1のサンプルコードで実行時エラー

当該箇所
BasicCamera3D camera{ renderTexture.size(), 30_deg, Vec3{ 0, 16, -32 }, Vec3{ 0, 16, -32 } };
BasicCamera3Dの第3、4引数の位置が一致しているため
エラーメッセージ: Expression: !XMVector3Equal(EyeDirection, XMVectorZero())
が表示される

解決
BasicCamera3D camera{ renderTexture.size(), 30_deg, eyePosition, focusPosition };

[リファレンス] チュートリアル 17.10 文中の関数名の記述漏れ

https://github.com/Reputeless/Zenn.Public/blame/main/books/siv3d-documentation/tutorial-mouse.md#L261

記載案

  • Windows 版では、Cursor::ClipToWindow(true) を呼ぶとマウスカーソルが移動できる領域をウィンドウのクライアント領域上に制限できます。制限を解除するには Cursor::ClipToWindow(false) を呼びます。
  • Windows 版では、Cursor::ClipToWindow(enable) を呼ぶとマウスカーソルが移動できる領域をウィンドウのクライアント領域上に制限できます。trueを渡すと制限が有効に、falseを渡すと無効になります。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.