Search found 718 matches

by marc_256
Tue Apr 23, 2024 11:22 pm
Forum: 3D Programming
Topic: Yes, my next 3D OGRE motion question ...
Replies: 1
Views: 34

Yes, my next 3D OGRE motion question ...

Hello, Yes, my next 3D OGRE motion question ... :) For my next machine part, I need a open toothed rubber belt. but this is a dynamic belt, it need to be bended around one drive shaft and one free running shaft. If the motor is turning (forwards/backwards) the linear wagon is moving left/right but a...
by marc_256
Sat Apr 20, 2024 11:17 pm
Forum: 3D Programming
Topic: My machine OGRE texture rotation problem ...
Replies: 11
Views: 508

Re: My machine OGRE texture rotation problem ...

ScrollMaterial() Syntax ScrollMaterial(#Material, x, y, Mode [, Layer]) Description Scrolls the material layer according to x,y values. Parameters #Material The material to use. x, y The texture scroll offset, in pixels . Mode It can be one of the following value: #PB_Material_Fixed : The material i...
by marc_256
Sat Apr 20, 2024 10:38 pm
Forum: 3D Programming
Topic: My machine OGRE texture rotation problem ...
Replies: 11
Views: 508

Re: My machine OGRE texture rotation problem ...

it's the x parameter you need to modify if you have a 60Hz framerate, a 1/60 offset will shift the length of your texture every second note: startdrawing(screenoutput()) isn't very good (very slow), better use a sprite First at all, what PB version did you used to test my program ?? If I use the Sc...
by marc_256
Sat Apr 20, 2024 9:13 pm
Forum: 3D Programming
Topic: My machine OGRE texture rotation problem ...
Replies: 11
Views: 508

Re: My machine OGRE texture rotation problem ...

pf shadoko, thanks for your help, rotatematerial has no place here First I adapted your program for PB 5.73 x64, and my needs. - error in line MaterialShininess(0,64,$ffffff) => MaterialShininess(0, 64) - error in line I added one MeshFace MeshFace(i2-2,i2-1,i2+1,i2) => MeshFace (i2, i2-2, i2+1) + M...
by marc_256
Sat Apr 20, 2024 11:46 am
Forum: 3D Programming
Topic: My machine OGRE texture rotation problem ...
Replies: 11
Views: 508

Re: My machine OGRE texture rotation problem ...

Hi pf shadoko Thanks again for the nice tip you gave me, but it is not working as it shout be ... Yes, is it me or is it PB ... :cry: PB 5.73x64 LTS also tested with PB5.73x86 LTS Win 10 Pro x64 When I use round Deg with Rotate ... 0.0 / 45.0 / 90.0 / 135.0 / 180.0 / 225.0 / 270.0 / 315.0 / 360.0 I ...
by marc_256
Thu Apr 18, 2024 5:05 pm
Forum: 3D Programming
Topic: My machine OGRE texture rotation problem ...
Replies: 11
Views: 508

WAW... My machine OGRE texture rotation problem ...

Hi pf shadoko, Thanks for you tip and help. Sorry for late answer, I was studying BLENDER and ogre export. See the results below. Hi All, For my woodwork machine, I wanted to use 8 x SBC with small screens 10.9 inch to show the user what is happening inside the machine. And specially in production t...
by marc_256
Sat Apr 13, 2024 2:29 pm
Forum: 3D Programming
Topic: My machine OGRE texture rotation problem ...
Replies: 11
Views: 508

My machine OGRE texture rotation problem ...

My story ... (only for those who are interested) In 2007 I invested all my money and time in a new idea of building a fully automated machine. For the production of wooden tiny houses. So, I did a lot of research, development and drawings ... bought a lot of parts (mechanical, electrical, electroni...
by marc_256
Thu Mar 28, 2024 6:11 pm
Forum: Coding Questions
Topic: Problem with Mouse and F10 key ...
Replies: 16
Views: 549

Re: Problem with Mouse and F10 key ...

@Shardik
Thanks for the link ...

@RASHAD
Thanks, this works very well. 8)

@breeze4me
Also thanks, but the solution of RASHAD is a little smaller,
and for me simpler to understand. :oops:

greetings
Marc
by marc_256
Wed Mar 27, 2024 8:43 pm
Forum: Coding Questions
Topic: Problem with Mouse and F10 key ...
Replies: 16
Views: 549

Re: Problem with Mouse and F10 key ...

Hi, Caronte3D I started with the PB demo version about 15 years back now ... Every time I updated PB to a new version it cost me a lot of time to adapt all my programs (weeks...) Even commands who are not followed up, or have no alternative solution. For my CAD/CAM/CNC 2D/3D programs I love PB5.72 x...
by marc_256
Wed Mar 27, 2024 6:47 pm
Forum: Coding Questions
Topic: Problem with Mouse and F10 key ...
Replies: 16
Views: 549

Re: Problem with Mouse and F10 key ...

@Quin and charvista

thanks for testing,
Now I only need to find a way to block this problem with PB5.73 x64 on windows

Are here any window gurus who can help me ?

Marc,
by marc_256
Tue Mar 26, 2024 9:25 am
Forum: 3D Programming
Topic: How do I put different textures on the sides of a cube?
Replies: 9
Views: 571

Re: How do I put different textures on the sides of a cube?

Hi,
jacdelad wrote: Tue Mar 26, 2024 3:06 am Oh my, it took me a long time to adapt this tiny codes, but it works now.
I love to quote ...
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
by marc_256
Tue Mar 26, 2024 3:40 am
Forum: 3D Programming
Topic: How do I put different textures on the sides of a cube?
Replies: 9
Views: 571

Re: How do I put different textures on the sides of a cube?

Hi jacdelad,

Very, very nice, well done.
Love your work here.

marc
by marc_256
Thu Mar 21, 2024 4:01 pm
Forum: Coding Questions
Topic: Problem with Mouse and F10 key ...
Replies: 16
Views: 549

Re: Problem with Mouse and F10 key ...

Hi guys, yes it is a windows MENU stuff, I tested it with Firefox and there F10 activates the MENU. and after pushing F10 again, I return to Firefox Only, I do not activate the window keys in my Keyboard setting. #PB_Keyboard_AllowSystemKeys: The 'OS' system keys are allowed (like Win+R etc.). This ...
by marc_256
Thu Mar 21, 2024 2:44 pm
Forum: Coding Questions
Topic: Problem with Mouse and F10 key ...
Replies: 16
Views: 549

Problem with Mouse and F10 key ...

Hi, Problem 1: For my program, I want to use the keyboard function keys for selection of my SUB programs. If i use F1...F9 there is no problem and it work very well, but if I use F10, it blocks the mouse and other Function keys If I push again F10 all works well ... PB5.73x64 / Win 10 pro What is wr...
by marc_256
Thu Mar 21, 2024 2:35 pm
Forum: Off Topic
Topic: Wifi activity detection ...
Replies: 6
Views: 679

Re: Wifi activity detection ...

@spikey @idle @bembulak Thanks for your help, but this is much to far for my knowledge as a 2D/3D designer ... What I'm looking for is a stand alone program like task manager, where I can click WIFI and see a graphical result. I was following some youtube movies about wireshark, and this looks very ...