Search found 5 matches

by Skitted
Fri Dec 27, 2013 10:31 pm
Forum: Announcement
Topic: deepMesh 3D Modeler
Replies: 57
Views: 40982

Re: deepMesh 3D Modeler

Own Format, own importer means there is PB Code that lets you open the files in purebasic using a library or pure PB code that you can look at and change ?

Has anybody worked with this and can share some experience ? I am really searching for a modeller/animator that is easy to learn because I am ...
by Skitted
Mon Dec 23, 2013 2:34 pm
Forum: Announcement
Topic: deepMesh 3D Modeler
Replies: 57
Views: 40982

Re: deepMesh 3D Modeler

Hello,

Like it very much and would like to buy it, but it all boilds down to :

How can I export or save the Meshes with Textures, Animations and Scenes to Purebasic Formats...like .mesh etc. ?
There seems to be no OGRE in the Export list and I can not save to it with the Demo license ...
by Skitted
Tue Apr 23, 2013 10:17 am
Forum: The PureBasic Form Designer
Topic: Really basic questions about the new form designer
Replies: 8
Views: 3671

Re: Really basic questions about the new form designer

I just put my basic question here too...

What should happen once I click the Tools->Form Designer Menue Item ? Should it open the Designer ? It doesn't...

What is the Toolbox Tap in the Purebasic GUI good for ? I see all the Forms but I can not for example drag one into my code...(which would be ...
by Skitted
Fri Apr 19, 2013 10:04 am
Forum: 3D Programming
Topic: Newbie Terrain Questions
Replies: 3
Views: 2235

Re: Newbie Terrain Questions


Create and use your own Skybox replacement? I think what you describe is because a skybox and skydome
are fixed to the camera.


Thank you for your answer. Does that mean I would need to produce 6 individual surfaces with textures and assemble them to a box (my own skybox) or is there the ...
by Skitted
Thu Apr 18, 2013 12:59 pm
Forum: 3D Programming
Topic: Newbie Terrain Questions
Replies: 3
Views: 2235

Newbie Terrain Questions

Hello,

Question 1:

I am fairly new to this forum and to Purebasic 3D. Now I started to programm my own Terrain to walk around in, i use a Skybox and 2x2 Terrain Tiles. The Skybox shows a placeholder of a grid currently on all 6 sides...

Once I move the camera higher and higher over the Terrain ...