Skip to content

AllanAxolotls/3DLove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DLove

Allos.lua is the main lua file for the engine. mlib.lua is the math library I have created for it.

This project uses Löve2D, you can run it by:

  • copying everything over into VSC (Visual Studio Code)
  • Installing the Löve2D extension, and set the shortcut to something like SHIFT + OPTION + COMMAND + L for example
  • Install Löve2D aswell by going to https://love2d.org/
  • Now run the shortcut in the VSC workspace and it should show a Roblox map

Want to change the loaded obj?

  • On line 16 in main.lua, replace "RobloxWorld2" with the exact folder name

Want to add more objs?

  • Make a folder and call it the exact same as your obj file, without the .obj extension, and put this folder inside "Objects"
  • Add the .obj file into the folder
  • If your obj has a .mtl file, add it into the folder too. The .mtl file must have the same name as the .obj file
  • If your obj has textures, you need to add a "Textures" folder inside of the folder, then you can simply put all your textures in there
  • If you export textures from Roblox Studio, it will add stuff to the name of the texture, you need to remove that else the code won't be able to find it

If you have any questions, join my discord server: https://discord.gg/aWGWKuvfqX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published