Setting up FBX SDK in Qt Creator

Loading FBX in Qt Lately, I’ve been mostly using Qt3D in Qt, but I wanted to try loading FBX files directly, so I set it up. Here are the notes. Installing FBX SDK Download the SDK from the Autodesk download page. FBX Software Developer Kit 2019.0 | Autodesk Developer Network The latest SDK is for Visual Studio 2015; there isn’t one for 2017. However, since VC++ 2015 and 2017 are said to be compatible, I’ll try using the 2015 version. ...

2018-10-17 · 3 min · 449 words · ayumax

Displaying Niconi Solid Chan (Alicia Solid) with Qt3D

Niconi Solid Chan (Alicia Solid) While looking for a 3D model to use for learning Qt3D, I found a very promising one. Niconi Solid Chan Special Site - Niconi Solid We are releasing the 3D model ‘Alicia Solid’, which can be used for free without attribution in various situations such as video productions, self-made games, technical demos, and doujin activities. It’s a very user-friendly license, allowing free use and secondary processing. ...

2018-09-16 · 5 min · 1024 words · ayumax

Qt Study Group Achievement: Tried Using Qt3D

Qt3D Studio and Qt3D I had previously tried expressing 3D using Qt3D Studio, but today I tried using Qt3D with Qt Creator. Qt3D Studio gave me the impression of a sequencer that moves 3D models using a timeline, whereas Qt3D feels more like something programmers implement hardcore. Qt3D Studio seems suitable for quickly creating 3D expressions, but for doing various things within a single application, I currently think using Qt3D with QML might be better. ...

2018-08-26 · 4 min · 649 words · ayumax

Qt Study Group Achievement: Created a TCP/IP Sample

Attended Qt Nagoya Study Group Although a week has passed, I attended the Qt study group in Nagoya last week. Last time, I mainly focused on QML, so this time I decided to focus on C++. I decided to implement a TCP/IP communication feature, which seems like it could be useful later on. Software Created The resulting software looks like this. 先週のQt勉強会で作ったTCPIPのサンプル。マウスの軌跡を飛ばしてる。 pic.twitter.com/jmbTxED2gd — ayuma (@ayuma_x) July 28, 2018 What it does is simple: when you drag the mouse on the Client-side View, it sends the mouse coordinates to the Server side and displays them on the Server-side View. ...

2018-07-28 · 3 min · 472 words · ayumax

Attended a Qt Study Group

Today, I participated in the Qt Nagoya study group. It was my first time attending last time, so today was my second time. Last time, due to [first time attending] + [first time seeing Qt (excuse)] + [setup failures causing many errors], I mostly just panicked and it ended. So today, I decided what I wanted to achieve and participated. The result of the day is this. 今日のQt勉強会で作ったソフト。 C++使った開発環境でこんなにスムーズに作れるとは感動した。Qt Quickすげー。 pic.twitter.com/UpbV1nQKXx — ayuma (@ayuma_x) June 16, 2018 By the way, the image shown in the video is borrowed from ImageNet. ...

2018-06-16 · 2 min · 233 words · ayumax