Search found 2 matches

by Purebasium
Sat Mar 22, 2014 10:13 am
Forum: 3D Programming
Topic: cloth in Ogre 3d
Replies: 8
Views: 4227

Re: cloth in Ogre 3d

You can post it where ever you like.

It Looks really cool with cubemapping.
by Purebasium
Fri Mar 14, 2014 5:37 pm
Forum: 3D Programming
Topic: cloth in Ogre 3d
Replies: 8
Views: 4227

cloth in Ogre 3d

Here is a small code to make cloth in Purebasic
(It was made from german users (me included) so it´s with german text)




;PB 5.21
;sowas wie ein Tuch
;
;Orginal Code from bobobo and Purebasium







IncludeFile "Screen3DRequester.pb"

Define.f KeyX, KeyY, MouseX, MouseY
#CameraSpeed = 1


If ...