Waitrud Weber’s blog

things and reminders for memories

2021-10-01から1ヶ月間の記事一覧

3d: windows-make: Creation of Functions, which is on the vDisplayController now.

List. 3d-Functions - function name date press key 1 int vDisplayController::DisplaytheBox () ; o 10/23 i 2 int vDisplayController::DisplayThreeBoxes () ; o 10/23 j 3boxes: select a point: The controller is well for keyboard operations. We …

Our operation step image is like the below.

Our operation step image is like the below.1. set Cursol1 Point and focus on the Points.2. set Cursol2 Box and focus on the Box image for selecting the Points. 3. set Cursol3 Select and select the Points inside the box.4. set Cursol4 Move …

3d: windows-make: Mixing Window params and 3d-calculatin on the class.

1. 3d-calculation: it doesn't have any set of windows params at all. 2. Required the class: it has the above 1 and a set of windows thread params. * 1. Press "I". 2. Cursol it on the 8 "Display 3D - 3 -". 3. Press "a". box and cursol downl…

3d: windows-make: We reassemble the calculation of the coordinates.

We reassemble the calculation of the coordinates.It worked well and next we can use it for the models. download: https://github.com/WaitrudWeber/source_zip/blob/master/display-20211007.zip int v3dCalculation::calculation_thread_029() { flo…

3d: windows-make: Errors on the table.

- types date 1 https://github.com/WaitrudWeber/source_zip/blob/master/display-20211004-001-03.zip work. 10/5 - 2 - - - 3 https://github.com/WaitrudWeber/source_zip/blob/master/display-20211010-001.zip work 10/10 - 4 https://github.com/Wait…

3d: windows-make: We modified the param as a pointer.

We modified the param as a pointer like the below bold part. All errors relating to this is cased the above. > .\winmain_001.exemain starts.v3dCalculation:: calculation_thread_025 () starts.memorizevPoint starts: -10.000000 10.000000 0.000…

3d: windows-make: Print it well.

We prepare the Function in C++, And can print "HowFarFromEye" well on the layer of v3dCalculation-class ---> .\winmain_001.exemain starts.v3dCalculation:: calculation_thread_024 () starts.memorizevPoint starts: -10.000000 10.000000 0.00000…

3d: windows-make: Their print is wrong.

After setting 320.f to the value, it is not changed. %d is mistaken in print. I'm very sorry for that. Choosing scale function is wrong I'm very for that. And It's going to work well if you modify them( at 29211004 ). int v3dCalculation::c…

3d: windows-make: The allocation in C is not working well now.

We would consider the C++ coding for the screen allocation. - Function name Date BASE allocation 1 int display_threeD_screen_initialize (); 9/30 C new vScreen() 2 int display_threeD_screen_initialize_004 (); 9/30 C new vScreen() 3 C define…