Threejs/editor help

ok so like i was wondering if someone could donwload the threejs/editor… and remove or disable a bunch of features for me

Why

why would i want that

  • so i could work on a map editor for an fps game

why dont i just do it myself?

  • because i am mainly focused on working on the game it self

1

remove drag object to other object

image

2

Remove scripts

image

3

remove geometry tab

image

4

remove project tab

image

5

exporting the scene

format

{
  "name": "Squad_Ops",
  "modURL": "",
  "ambient": 9937064,
  "light": 16580558,
  "sky": 12707831,
  "fog": 10987430,
  "fogD": 624.9506694855531,
  "camPos": [
    34,
    21,
    9
  ],
  "objects": [
    {
      "position": [0,0,0],
      "rotation": [0,0,0],
      "scale": [1,1,1]
    }
    {},
    {},
    ...
  ]
}

Im sure someone could do that… if you payed them for their time :money_with_wings: :innocent: :money_with_wings:

5 Likes

Hi,
I have developed perfect editor.
Please check at Open source for 3D editor and player based on JSON
Regards

thank you im gonna look in to it