Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / [LOCKED] Is there a 3d objects place editor in our forums

Author
Message
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 5th Mar 2019 22:05
I'm developing a level builder to place 3d objects, I need something basic maybe just an example and since I have lack of time I would like to ask if there is some similar published in our forums to extend.

Will be enough to get the coordinates, but rotation values would be awesine,
fubarpk
Retired Moderator
19
Years of Service
User Offline
Joined: 11th Jan 2005
Playing: AGK is my friend
Posted: 5th Mar 2019 22:19


A bare bones 3D Placement editor EDITED
Still needs more camera movement commands like rotate around the centre but il update that later


Keys
F1 load an object and then an image to assign to it
f2 save test.data
L to delete all and load objects as set in test.data
<, > rotate object
+,- scale object
w,a,s,d,shift move camera
arrow keys ,shift move current object

Function
creates a test.data file that can be later used in your program that can load a series of objects
saving there name, scale, xangle, yangle, zangle, xpos ypos, and zpos

Note: It will save the file test.data in the same directory as the last object loaded
fubar
fubarpk
Retired Moderator
19
Years of Service
User Offline
Joined: 11th Jan 2005
Playing: AGK is my friend
Posted: 5th Mar 2019 22:20
to load the objects

fubar
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 6th Mar 2019 09:32
Hi fubarpk!, sounds like what I was looking for, I'll give a try asap and post some feedback

Really thanks !!
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 6th Mar 2019 12:34
Awesome, it will be useful for me! thanks again

fubarpk
Retired Moderator
19
Years of Service
User Offline
Joined: 11th Jan 2005
Playing: AGK is my friend
Posted: 6th Mar 2019 12:38
Your Welcome
fubar
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 6th Mar 2019 13:08
I would like to extend this code, credits are going to you.
fubarpk
Retired Moderator
19
Years of Service
User Offline
Joined: 11th Jan 2005
Playing: AGK is my friend
Posted: 6th Mar 2019 21:40 Edited at: 8th Mar 2019 01:13
A bare bones 3D Placement editor EDITED


Keys
F1 load an object and then an image to assign to it
f2 save test.data
L to delete all and load objects as set in test.data
<, > rotate object
+,- scale object
w,a,s,d,shift move camera
Clicking and holding mouse rotates mouse around its position
arrow keys ,shift move current object

Function
creates a test.data file that can be later used in your program that can load a series of objects
saving there name, scale, xangle, yangle, zangle, xpos ypos, and zpos

Note: It will save the file test.data in the same directory as the last object loaded

Using the data You could then use this function in your program to load position rotate etc your objects


ADDED GIMBALL CAMERA MOVEMENT with the mouse courtesy of blinks code from this thread https://forum.thegamecreators.com/thread/223916
fubar
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 7th Mar 2019 13:16 Edited at: 7th Mar 2019 13:44
I will use it, thanks again. Nice mouse snippet.

Edit: Screenshot added

puzzler2018
User Banned
Posted: 7th Mar 2019 17:24
Well done bud.. Keep at it..
Tier 1 Developer
fubarpk
Retired Moderator
19
Years of Service
User Offline
Joined: 11th Jan 2005
Playing: AGK is my friend
Posted: 8th Mar 2019 00:39 Edited at: 8th Mar 2019 00:45
great ship btw you may wish to follow this thread https://forum.thegamecreators.com/thread/223922
as were discussing methods of having an animated ocean. By the way there is already one if your lucky enough
to own the shader pack

and added another update to the barebones placement editor no need to thank me I needed to be motivated to work on it
the addition includes the ability to right click an object. That sets an offset to the way the gimball camera works. So when you
use the mouse to rotate the camera it rotates around the objects pivot point ie not necessarily centre. right clicking nothing
sets offsets back to zero

fubar
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 8th Mar 2019 13:44 Edited at: 8th Mar 2019 13:45
Ok, i will not say Thanks!

What about my raft


You and george++ saved my weekend
https://forum.thegamecreators.com/thread/223957

The best gamecoders community ever.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 8th Mar 2019 13:55
Quote: "great ship btw you may wish to follow this thread https://forum.thegamecreators.com/thread/223922
as were discussing methods of having an animated ocean. By the way there is already one if your lucky enough
to own the shader pack"


I'm using the ocean shader from janbo and generating clouds to change the weather and the wind position. I love the foam effect from the shader, also using a particles trail and rotating the ship I should get a nice sailing effect. The clouds movement makes the ship get slow if not is going in the right direction.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 8th Mar 2019 13:56
Nice snippets , I'm adding this to my favourites https://forum.thegamecreators.com/thread/223922
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 8th Mar 2019 14:51
Since the janbo ocean effect waves are configurable, I'm using this option to make them higher in the town view, depending the weather but clouds in sailing mode are required to make it more real; I don't need waves at this point, just the foam.
puzzler2018
User Banned
Posted: 8th Mar 2019 14:55
You raft is super ace - well done again.

I would like to mention though - on few threads back you qutoed

Quote: "Ok, i will not say Thanks!"


Could you please elaborate..

Tier 1 Developer
puzzler2018
User Banned
Posted: 8th Mar 2019 20:37
you will be remembered im sure...
Tier 1 Developer
puzzler2018
User Banned
Posted: 8th Mar 2019 21:28 Edited at: 8th Mar 2019 21:29
Can you please elaborate what you mean please - we are here to help you and every one. Spelling mistake perhaps?
Tier 1 Developer
puzzler2018
User Banned
Posted: 8th Mar 2019 21:33
You got what you wanted - please dont help this guy again - i find it inconsiderate and rude
Tier 1 Developer
fubarpk
Retired Moderator
19
Years of Service
User Offline
Joined: 11th Jan 2005
Playing: AGK is my friend
Posted: 8th Mar 2019 21:36
@puzzler I said he did not have to say thanks for the latest update that's what that was about
fubar
puzzler2018
User Banned
Posted: 8th Mar 2019 21:39
still - we make the effort to support everyone. it was just rude - could have said in a more nicer way
Tier 1 Developer
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 12:39
@puzzler2018 I wasn't being rude, just kidding. Apologies for the inconvenience anyways.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 13:00 Edited at: 9th Mar 2019 13:07
Quote: "You got what you wanted - please dont help this guy again - i find it inconsiderate and rude"


Shared code is public not just for me, about "I got what I want" I didn't any code request to fubar, just asked in forums about some links and he answered publishing some code. I was not much logged yesterday in forums and tho you was kidding too.

FInally please check my threads , they are "full of spelling mistakes". My english is terrible.

Sorry fubarpk thanks again and it's quite enough for me since the first post.

I love you all.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 16:19 Edited at: 9th Mar 2019 16:22
This guy still connected but haven't any hurry now.

Edit: Should I rage then
puzzler2018
User Banned
Posted: 9th Mar 2019 16:28
What you on about - all i asked was why you quoted a


Quote: ""Ok, i will not say Thanks!""


Its was just a shock after all we trying to help you out - not to get something back like "i will NOT say Thanks"

We both must have misunderstood and you all have explained

Move on chap otherwise you will get a hernia...



Tier 1 Developer
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 16:33
Stop answering any of my posts, you aren't a valuable person, I had an rude error nominating you
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 16:34
On this thread you adding nothing, only raging waves.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 16:38
Did you remember when you was raging about your minecraft thread, did you felt ignored? Did I open my mouth? I sent some free code to you by mail and didn't get an answer. You remember me an old l2jserver mate, not contributing but blaming.

You are much different that the person you claims. Get a life instead a hernia.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 16:40
Just acting like you, need four posts to say something. We aren't stupid.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 16:43 Edited at: 11th Mar 2019 17:50
I sent you another pm, but I didn't receive any response.

Edit2: Removed myself my personal. I'm sorry.
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 17:01 Edited at: 9th Mar 2019 20:02
I got this answer

puzzler2018 wrote: "Look - what do you want - firstly you asked PMed me abuot getting some idea on 3D building.... Why you ask me directly for if you thought i wasnt professional programmer - i have been games programming since I was 8... Now go away.
Sent 2019-03-09 16:55:"


He has lacks of memory or isn't enough brave to still posting in forums.
I wrote him to collaborate months ago.
puzzler2018 wrote: "I can only collaborate away to join you in makin an app away from the forms - by all means you can email me on [MOD EDIT: Removed personal info]

Take care

Damo"
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 17:17
Sorry c0d4r9 :_( got demotived again

I hope do not disturb more
nonom
6
Years of Service
User Offline
Joined: 12th Nov 2017
Location: Picking mushrooms
Posted: 9th Mar 2019 17:20
I will share my advances, used to do a modular programming so with the idea to share any part by separate. Thanks for trusting in me.
The Next
Web Engineer
16
Years of Service
User Offline
Joined: 3rd Dec 2007
Location: United Kingdom
Posted: 9th Mar 2019 17:32 Edited at: 9th Mar 2019 20:07
nonom you have been banned for 48 hours. I don't even know where to begin with this one. Upon your return I suggest you calm yourself and avoid having arguments with other forum members in threads or via PMs. Thread locked.

EDIT: Also creating duplicate accounts isn't allowed, especially to moan about a ban

@puzzler2018
Please don't spam the report system, it takes a while to check everything over we don't need 10+ reports of the same thread.
Windows 10, Intel i7 4.2 GHz, 16GB DDR4, NVIDIA RTX 2060

Login to post a reply

Server time is: 2024-04-18 10:59:30
Your offset time is: 2024-04-18 10:59:30