├── .babelrc ├── .buckconfig ├── .flowconfig ├── .gitattributes ├── .gitignore ├── .watchmanconfig ├── App.js ├── ForgeRNV.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── WorkspaceSettings.xcsettings ├── README.md ├── __tests__ └── App.js ├── android ├── app │ ├── BUCK │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ └── com │ │ │ └── forgernv │ │ │ ├── MainActivity.java │ │ │ └── MainApplication.java │ │ └── res │ │ ├── mipmap-hdpi │ │ └── ic_launcher.png │ │ ├── mipmap-mdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ └── ic_launcher.png │ │ └── values │ │ ├── strings.xml │ │ └── styles.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── keystores │ ├── BUCK │ └── debug.keystore.properties └── settings.gradle ├── app.json ├── assets └── www │ ├── img │ └── forge.png │ ├── lmv │ └── 3.3 │ │ ├── extensions │ │ ├── BimWalk │ │ │ ├── BimWalk.js │ │ │ └── BimWalk.min.js │ │ ├── FirstPerson │ │ │ ├── FirstPerson.js │ │ │ └── FirstPerson.min.js │ │ ├── InViewerSearch │ │ │ ├── InViewerSearch.js │ │ │ └── InViewerSearch.min.js │ │ ├── Markups │ │ │ ├── Markups.js │ │ │ └── Markups.min.js │ │ ├── Measure │ │ │ └── res │ │ │ │ └── icon-spinner-sm.svg │ │ └── Wireframes │ │ │ ├── Wireframes.js │ │ │ └── Wireframes.min.js │ │ ├── lmvworker.js │ │ ├── lmvworker.min.js │ │ ├── res │ │ ├── environments │ │ │ ├── CoolLight_irr.logluv.dds │ │ │ ├── CoolLight_mipdrop.logluv.dds │ │ │ ├── DarkSky_irr.logluv.dds │ │ │ ├── DarkSky_mipdrop.logluv.dds │ │ │ ├── GreyRoom_irr.logluv.dds │ │ │ ├── GreyRoom_mipdrop.logluv.dds │ │ │ ├── GridLight_irr.logluv.dds │ │ │ ├── GridLight_mipdrop.logluv.dds │ │ │ ├── IDViz_irr.logluv.dds │ │ │ ├── IDViz_mipdrop.logluv.dds │ │ │ ├── InfinityPool_irr.logluv.dds │ │ │ ├── InfinityPool_mipdrop.logluv.dds │ │ │ ├── PhotoBooth_irr.logluv.dds │ │ │ ├── PhotoBooth_mipdrop.logluv.dds │ │ │ ├── Plaza_irr.logluv.dds │ │ │ ├── Plaza_mipdrop.logluv.dds │ │ │ ├── Reflection_irr.logluv.dds │ │ │ ├── Reflection_mipdrop.logluv.dds │ │ │ ├── RimHighlights_irr.logluv.dds │ │ │ ├── RimHighlights_mipdrop.logluv.dds │ │ │ ├── SharpHighlights_irr.logluv.dds │ │ │ ├── SharpHighlights_mipdrop.logluv.dds │ │ │ ├── SnowField_irr.logluv.dds │ │ │ ├── SnowField_mipdrop.logluv.dds │ │ │ ├── SoftLight_irr.logluv.dds │ │ │ ├── SoftLight_mipdrop.logluv.dds │ │ │ ├── TranquilityBlue_irr.logluv.dds │ │ │ ├── TranquilityBlue_mipdrop.logluv.dds │ │ │ ├── WarmLight_irr.logluv.dds │ │ │ ├── WarmLight_mipdrop.logluv.dds │ │ │ ├── boardwalk_irr.logluv.dds │ │ │ ├── boardwalk_mipdrop.logluv.dds │ │ │ ├── crossroads_irr.logluv.dds │ │ │ ├── crossroads_mipdrop.logluv.dds │ │ │ ├── field_irr.logluv.dds │ │ │ ├── field_mipdrop.logluv.dds │ │ │ ├── glacier_irr.logluv.dds │ │ │ ├── glacier_mipdrop.logluv.dds │ │ │ ├── riverbank_irr.logluv.dds │ │ │ ├── riverbank_mipdrop.logluv.dds │ │ │ ├── seaport_irr.logluv.dds │ │ │ └── seaport_mipdrop.logluv.dds │ │ ├── locales │ │ │ ├── cs │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── de │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── en │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── es │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── fr │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── it │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── ja │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── ko │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── pl │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── pt-BR │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── ru │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── tr │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ ├── zh-HANS │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ │ └── zh-HANT │ │ │ │ ├── VCcrossRGBA8small.dds │ │ │ │ └── allstrings.json │ │ └── textures │ │ │ ├── VCarrows.png │ │ │ ├── VCarrowsS0.png │ │ │ ├── VCarrowsS1.png │ │ │ ├── VCcontext.png │ │ │ ├── VCcontextS.png │ │ │ ├── VCedge1.png │ │ │ ├── VChome.png │ │ │ ├── VChomeS.png │ │ │ ├── cardinalPoint.png │ │ │ ├── centerMarker_X.png │ │ │ └── radial-fade-grid.png │ │ ├── searchworker.js │ │ ├── searchworker.min.js │ │ ├── socket.io-1.3.5.js │ │ ├── style.css │ │ ├── style.min.css │ │ ├── three.js │ │ ├── three.min.js │ │ ├── viewer3D.js │ │ ├── viewer3D.min.js │ │ ├── wgs.js │ │ └── wgs.min.js │ ├── models │ └── office │ │ ├── 020360db-5f21-d5f0-2d01-af91604871d5_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── 062bdb73-fda2-4b97-76e2-4127142a26c3_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── 27a0a461-858f-c9a9-adba-d105b4cce47e_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── 29522d22-0e4a-cf83-d14a-a284989c177c_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── 4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── 93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── Resource │ │ ├── 3D_View │ │ │ └── 3D │ │ │ │ ├── 1 │ │ │ │ └── mats │ │ │ │ │ ├── sitework.planting.grass.bermuda.bump1.jpg │ │ │ │ │ ├── sitework.planting.grass.bermuda.bump2.jpg │ │ │ │ │ ├── sitework.planting.grass.bermuda1.jpg │ │ │ │ │ └── sitework.planting.grass.bermuda2.jpg │ │ │ │ ├── 3 │ │ │ │ └── mats │ │ │ │ │ ├── finishes.flooring.carpet.5.bump.png │ │ │ │ │ ├── finishes.flooring.carpet.5.png │ │ │ │ │ ├── finishes.flooring.tile.diamond.red.bump.png │ │ │ │ │ ├── finishes.flooring.tile.diamond.red.png │ │ │ │ │ ├── finishes.flooring.tile.square.medium blue.bump.png │ │ │ │ │ ├── finishes.flooring.tile.square.medium blue.png │ │ │ │ │ ├── finishes.masonry flooring.granite.grey speckled.bump.png │ │ │ │ │ ├── finishes.masonry flooring.granite.grey speckled.png │ │ │ │ │ ├── furnishings.fabrics.leather.black.bump.png │ │ │ │ │ ├── furnishings.fabrics.leather.black.png │ │ │ │ │ ├── furnishings.fabrics.linen.beige.png │ │ │ │ │ ├── furnishings.fabrics.linen.bump.png │ │ │ │ │ ├── furnishings.fabrics.stripes.1.bump.png │ │ │ │ │ ├── furnishings.fabrics.stripes.1.png │ │ │ │ │ ├── maple_natural.png │ │ │ │ │ ├── metals.ornamental metals.aluminum.brushed.random.png │ │ │ │ │ ├── metals.ornamental metals.plate.mesh.cutout.png │ │ │ │ │ ├── plastic_smooth_bump.png │ │ │ │ │ ├── sitework.planting.grass.bermuda.bump1.jpg │ │ │ │ │ ├── sitework.planting.grass.bermuda.bump2.jpg │ │ │ │ │ ├── sitework.planting.grass.bermuda1.jpg │ │ │ │ │ ├── sitework.planting.grass.bermuda2.jpg │ │ │ │ │ ├── thermal_moisture.roofing_siding panels.wood.horizontal.beige.png │ │ │ │ │ ├── woods & plastics.finish carpentry.wood.cherry.png │ │ │ │ │ ├── woods & plastics.finish carpentry.wood.red birch.png │ │ │ │ │ └── woods & plastics.finish carpentry.wood.teak.png │ │ │ │ ├── 0.pf │ │ │ │ ├── 1.pf │ │ │ │ ├── 10.pf │ │ │ │ ├── 11.pf │ │ │ │ ├── 12.pf │ │ │ │ ├── 13.pf │ │ │ │ ├── 2.pf │ │ │ │ ├── 3.pf │ │ │ │ ├── 4.pf │ │ │ │ ├── 5.pf │ │ │ │ ├── 6.pf │ │ │ │ ├── 7.pf │ │ │ │ ├── 8.pf │ │ │ │ ├── 9.pf │ │ │ │ ├── CameraDefinitions.bin │ │ │ │ ├── CameraList.bin │ │ │ │ ├── FragmentList.pack │ │ │ │ ├── GeometryMetadata.pf │ │ │ │ ├── InstanceTree.bin │ │ │ │ ├── LightDefinitions.bin │ │ │ │ ├── LightList.bin │ │ │ │ ├── Materials.json.gz │ │ │ │ ├── ProteinMaterials.json.gz │ │ │ │ ├── Set.bin │ │ │ │ ├── mats │ │ │ │ ├── concrete │ │ │ │ │ └── external.dependency │ │ │ │ │ │ ├── simple_concrete_mtl_broomcurved_pattern.jpg │ │ │ │ │ │ └── simple_concrete_mtl_broomstraight_pattern.jpg │ │ │ │ ├── metal │ │ │ │ │ └── external.dependency │ │ │ │ │ │ ├── simple_metal_mtl_break_pattern.jpg │ │ │ │ │ │ ├── simple_metal_mtl_brush_pattern.jpg │ │ │ │ │ │ ├── simple_metal_mtl_checkerplate_pattern.jpg │ │ │ │ │ │ └── simple_metal_mtl_diamondplate_pattern.jpg │ │ │ │ └── stone │ │ │ │ │ └── external.dependency │ │ │ │ │ ├── simple_stone_mtl_granite_bump.jpg │ │ │ │ │ ├── simple_stone_mtl_marble_bump.jpg │ │ │ │ │ └── simple_stone_mtl_stonewall_bump.jpg │ │ │ │ └── office.svf │ │ ├── model.sdb │ │ ├── objects_attrs.json.gz │ │ ├── objects_avs.json.gz │ │ ├── objects_ids.json.gz │ │ ├── objects_offs.json.gz │ │ ├── objects_rcv_offs.json.gz │ │ ├── objects_rcvs.json.gz │ │ ├── objects_vals.json.gz │ │ └── objects_viewables.json.gz │ │ ├── aed7e2af-668f-0bde-032e-81bca9e1463e_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ ├── designDescription.json │ │ ├── eed029cd-e57b-4a45-3349-078fe14bf076_f2d │ │ ├── 1.png │ │ ├── manifest.json.gz │ │ ├── metadata.json.gz │ │ └── primaryGraphics.f2d │ │ └── viewable.json │ ├── test.html │ ├── viewer.html │ └── viewer.js ├── index.js ├── ios ├── ForgeRNV-tvOS │ └── Info.plist ├── ForgeRNV-tvOSTests │ └── Info.plist ├── ForgeRNV.xcodeproj │ ├── ForgeRNV.xcworkspace │ │ └── contents.xcworkspacedata │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── ForgeRNV-tvOS.xcscheme │ │ └── ForgeRNV.xcscheme ├── ForgeRNV │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj │ │ └── LaunchScreen.xib │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Info.plist │ └── main.m └── ForgeRNVTests │ ├── ForgeRNVTests.m │ └── Info.plist ├── package.json ├── screenshot.png └── yarn.lock /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["react-native"] 3 | } 4 | -------------------------------------------------------------------------------- /.buckconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/.buckconfig -------------------------------------------------------------------------------- /.flowconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/.flowconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/.gitignore -------------------------------------------------------------------------------- /.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/App.js -------------------------------------------------------------------------------- /ForgeRNV.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ForgeRNV.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ForgeRNV.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ForgeRNV.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/README.md -------------------------------------------------------------------------------- /__tests__/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/__tests__/App.js -------------------------------------------------------------------------------- /android/app/BUCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/BUCK -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/java/com/forgernv/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/java/com/forgernv/MainActivity.java -------------------------------------------------------------------------------- /android/app/src/main/java/com/forgernv/MainApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/java/com/forgernv/MainApplication.java -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/gradlew -------------------------------------------------------------------------------- /android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/gradlew.bat -------------------------------------------------------------------------------- /android/keystores/BUCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/keystores/BUCK -------------------------------------------------------------------------------- /android/keystores/debug.keystore.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/keystores/debug.keystore.properties -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/android/settings.gradle -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/app.json -------------------------------------------------------------------------------- /assets/www/img/forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/img/forge.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/BimWalk/BimWalk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/BimWalk/BimWalk.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/BimWalk/BimWalk.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/BimWalk/BimWalk.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/FirstPerson/FirstPerson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/FirstPerson/FirstPerson.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/FirstPerson/FirstPerson.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/FirstPerson/FirstPerson.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/InViewerSearch/InViewerSearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/InViewerSearch/InViewerSearch.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/InViewerSearch/InViewerSearch.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/InViewerSearch/InViewerSearch.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/Markups/Markups.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/Markups/Markups.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/Markups/Markups.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/Markups/Markups.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/Measure/res/icon-spinner-sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/Measure/res/icon-spinner-sm.svg -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/Wireframes/Wireframes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/Wireframes/Wireframes.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/extensions/Wireframes/Wireframes.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/extensions/Wireframes/Wireframes.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/lmvworker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/lmvworker.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/lmvworker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/lmvworker.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/CoolLight_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/CoolLight_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/CoolLight_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/CoolLight_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/DarkSky_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/DarkSky_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/DarkSky_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/DarkSky_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/GreyRoom_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/GreyRoom_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/GreyRoom_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/GreyRoom_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/GridLight_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/GridLight_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/GridLight_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/GridLight_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/IDViz_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/IDViz_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/IDViz_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/IDViz_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/InfinityPool_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/InfinityPool_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/InfinityPool_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/InfinityPool_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/PhotoBooth_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/PhotoBooth_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/PhotoBooth_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/PhotoBooth_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/Plaza_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/Plaza_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/Plaza_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/Plaza_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/Reflection_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/Reflection_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/Reflection_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/Reflection_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/RimHighlights_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/RimHighlights_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/RimHighlights_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/RimHighlights_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/SharpHighlights_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/SharpHighlights_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/SharpHighlights_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/SharpHighlights_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/SnowField_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/SnowField_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/SnowField_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/SnowField_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/SoftLight_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/SoftLight_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/SoftLight_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/SoftLight_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/TranquilityBlue_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/TranquilityBlue_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/TranquilityBlue_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/TranquilityBlue_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/WarmLight_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/WarmLight_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/WarmLight_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/WarmLight_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/boardwalk_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/boardwalk_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/boardwalk_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/boardwalk_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/crossroads_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/crossroads_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/crossroads_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/crossroads_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/field_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/field_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/field_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/field_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/glacier_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/glacier_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/glacier_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/glacier_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/riverbank_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/riverbank_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/riverbank_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/riverbank_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/seaport_irr.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/seaport_irr.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/environments/seaport_mipdrop.logluv.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/environments/seaport_mipdrop.logluv.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/cs/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/cs/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/cs/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/cs/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/de/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/de/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/de/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/de/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/en/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/en/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/en/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/en/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/es/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/es/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/es/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/es/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/fr/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/fr/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/fr/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/fr/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/it/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/it/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/it/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/it/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/ja/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/ja/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/ja/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/ja/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/ko/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/ko/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/ko/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/ko/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/pl/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/pl/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/pl/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/pl/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/pt-BR/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/pt-BR/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/pt-BR/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/pt-BR/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/ru/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/ru/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/ru/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/ru/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/tr/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/tr/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/tr/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/tr/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/zh-HANS/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/zh-HANS/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/zh-HANS/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/zh-HANS/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/zh-HANT/VCcrossRGBA8small.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/zh-HANT/VCcrossRGBA8small.dds -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/locales/zh-HANT/allstrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/locales/zh-HANT/allstrings.json -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VCarrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VCarrows.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VCarrowsS0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VCarrowsS0.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VCarrowsS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VCarrowsS1.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VCcontext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VCcontext.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VCcontextS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VCcontextS.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VCedge1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VCedge1.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VChome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VChome.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/VChomeS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/VChomeS.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/cardinalPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/cardinalPoint.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/centerMarker_X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/centerMarker_X.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/res/textures/radial-fade-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/res/textures/radial-fade-grid.png -------------------------------------------------------------------------------- /assets/www/lmv/3.3/searchworker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/searchworker.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/searchworker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/searchworker.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/socket.io-1.3.5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/socket.io-1.3.5.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/style.css -------------------------------------------------------------------------------- /assets/www/lmv/3.3/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/style.min.css -------------------------------------------------------------------------------- /assets/www/lmv/3.3/three.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/three.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/three.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/three.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/viewer3D.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/viewer3D.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/viewer3D.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/viewer3D.min.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/wgs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/wgs.js -------------------------------------------------------------------------------- /assets/www/lmv/3.3/wgs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/lmv/3.3/wgs.min.js -------------------------------------------------------------------------------- /assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/020360db-5f21-d5f0-2d01-af91604871d5_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/062bdb73-fda2-4b97-76e2-4127142a26c3_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/27a0a461-858f-c9a9-adba-d105b4cce47e_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/29522d22-0e4a-cf83-d14a-a284989c177c_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/4df86081-3d3b-4c35-fbdd-234af5d7f5c7_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/93f583fd-001d-6fb0-13ac-4301b0fc02b7_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/0.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/0.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/1.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/1.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda.bump1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda.bump1.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda.bump2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda.bump2.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda1.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/1/mats/sitework.planting.grass.bermuda2.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/10.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/10.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/11.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/11.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/12.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/12.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/13.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/13.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/2.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/2.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.carpet.5.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.carpet.5.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.carpet.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.carpet.5.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.diamond.red.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.diamond.red.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.diamond.red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.diamond.red.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.square.medium blue.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.square.medium blue.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.square.medium blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.flooring.tile.square.medium blue.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.masonry flooring.granite.grey speckled.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.masonry flooring.granite.grey speckled.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.masonry flooring.granite.grey speckled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/finishes.masonry flooring.granite.grey speckled.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.leather.black.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.leather.black.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.leather.black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.leather.black.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.linen.beige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.linen.beige.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.linen.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.linen.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.stripes.1.bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.stripes.1.bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.stripes.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/furnishings.fabrics.stripes.1.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/maple_natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/maple_natural.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/metals.ornamental metals.aluminum.brushed.random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/metals.ornamental metals.aluminum.brushed.random.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/metals.ornamental metals.plate.mesh.cutout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/metals.ornamental metals.plate.mesh.cutout.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/plastic_smooth_bump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/plastic_smooth_bump.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda.bump1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda.bump1.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda.bump2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda.bump2.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda1.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/sitework.planting.grass.bermuda2.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/thermal_moisture.roofing_siding panels.wood.horizontal.beige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/thermal_moisture.roofing_siding panels.wood.horizontal.beige.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/woods & plastics.finish carpentry.wood.cherry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/woods & plastics.finish carpentry.wood.cherry.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/woods & plastics.finish carpentry.wood.red birch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/woods & plastics.finish carpentry.wood.red birch.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/3/mats/woods & plastics.finish carpentry.wood.teak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/3/mats/woods & plastics.finish carpentry.wood.teak.png -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/4.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/4.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/5.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/5.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/6.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/6.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/7.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/7.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/8.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/8.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/9.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/9.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/CameraDefinitions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/CameraDefinitions.bin -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/CameraList.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/CameraList.bin -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/FragmentList.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/FragmentList.pack -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/GeometryMetadata.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/GeometryMetadata.pf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/InstanceTree.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/InstanceTree.bin -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/LightDefinitions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/LightDefinitions.bin -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/LightList.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/LightList.bin -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/Materials.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/Materials.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/ProteinMaterials.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/ProteinMaterials.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/Set.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/Set.bin -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/concrete/external.dependency/simple_concrete_mtl_broomcurved_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/concrete/external.dependency/simple_concrete_mtl_broomcurved_pattern.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/concrete/external.dependency/simple_concrete_mtl_broomstraight_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/concrete/external.dependency/simple_concrete_mtl_broomstraight_pattern.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_break_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_break_pattern.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_brush_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_brush_pattern.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_checkerplate_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_checkerplate_pattern.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_diamondplate_pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/metal/external.dependency/simple_metal_mtl_diamondplate_pattern.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/stone/external.dependency/simple_stone_mtl_granite_bump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/stone/external.dependency/simple_stone_mtl_granite_bump.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/stone/external.dependency/simple_stone_mtl_marble_bump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/stone/external.dependency/simple_stone_mtl_marble_bump.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/mats/stone/external.dependency/simple_stone_mtl_stonewall_bump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/mats/stone/external.dependency/simple_stone_mtl_stonewall_bump.jpg -------------------------------------------------------------------------------- /assets/www/models/office/Resource/3D_View/3D/office.svf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/3D_View/3D/office.svf -------------------------------------------------------------------------------- /assets/www/models/office/Resource/model.sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/model.sdb -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_attrs.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_attrs.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_avs.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_avs.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_ids.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_ids.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_offs.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_offs.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_rcv_offs.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_rcv_offs.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_rcvs.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_rcvs.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_vals.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_vals.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/Resource/objects_viewables.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/Resource/objects_viewables.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/aed7e2af-668f-0bde-032e-81bca9e1463e_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/c8cc7293-7e41-3b4a-8b34-d590224f68b1_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/cd9086e8-ec67-fcc5-fe36-b21cecb96da9_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/dd103d0c-3bc0-3cda-a4c9-5cb4f23b3257_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/designDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/designDescription.json -------------------------------------------------------------------------------- /assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/1.png -------------------------------------------------------------------------------- /assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/manifest.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/manifest.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/metadata.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/metadata.json.gz -------------------------------------------------------------------------------- /assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/primaryGraphics.f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/eed029cd-e57b-4a45-3349-078fe14bf076_f2d/primaryGraphics.f2d -------------------------------------------------------------------------------- /assets/www/models/office/viewable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/models/office/viewable.json -------------------------------------------------------------------------------- /assets/www/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/test.html -------------------------------------------------------------------------------- /assets/www/viewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/viewer.html -------------------------------------------------------------------------------- /assets/www/viewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/assets/www/viewer.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/index.js -------------------------------------------------------------------------------- /ios/ForgeRNV-tvOS/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV-tvOS/Info.plist -------------------------------------------------------------------------------- /ios/ForgeRNV-tvOSTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV-tvOSTests/Info.plist -------------------------------------------------------------------------------- /ios/ForgeRNV.xcodeproj/ForgeRNV.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV.xcodeproj/ForgeRNV.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ios/ForgeRNV.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ios/ForgeRNV.xcodeproj/xcshareddata/xcschemes/ForgeRNV-tvOS.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV.xcodeproj/xcshareddata/xcschemes/ForgeRNV-tvOS.xcscheme -------------------------------------------------------------------------------- /ios/ForgeRNV.xcodeproj/xcshareddata/xcschemes/ForgeRNV.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV.xcodeproj/xcshareddata/xcschemes/ForgeRNV.xcscheme -------------------------------------------------------------------------------- /ios/ForgeRNV/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/AppDelegate.h -------------------------------------------------------------------------------- /ios/ForgeRNV/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/AppDelegate.m -------------------------------------------------------------------------------- /ios/ForgeRNV/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /ios/ForgeRNV/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ios/ForgeRNV/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /ios/ForgeRNV/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/Info.plist -------------------------------------------------------------------------------- /ios/ForgeRNV/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNV/main.m -------------------------------------------------------------------------------- /ios/ForgeRNVTests/ForgeRNVTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNVTests/ForgeRNVTests.m -------------------------------------------------------------------------------- /ios/ForgeRNVTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/ios/ForgeRNVTests/Info.plist -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/package.json -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/screenshot.png -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leefsmp/Forge-RNV/HEAD/yarn.lock --------------------------------------------------------------------------------