Updated to version 1.0.0-dev

This commit is contained in:
Functioning Member of Society 2023-03-04 23:49:17 +01:00
parent 97896b4b36
commit 5c008055fb
363 changed files with 521125 additions and 9755 deletions

View File

@ -1,14 +1,12 @@
PogoBijoux (POE-GOE BIH-JOKES) PogoBijoux Levels:
Level Theming:
1: Sky & Clouds 1: Sky & Clouds
2: Night Parking Lot 2: Night Parking Lot
3: City 3: City
4: Vinyl Flooring 4: Vinyl Flooring
5: Room 5: Train Station
6: Backyard 6: Backyard
7: Ingul 7: Ingul
8: Randomness 8: Randomness (WIP)
9: Winter Neighborhood @ Night 9: Winter Neighborhood @ Night
10: Star 10: Star
11: Office 11: Office
@ -17,7 +15,7 @@ Level Theming:
14: Poolroom 14: Poolroom
15: Pink 15: Pink
16: Laundry Room at 3am 16: Laundry Room at 3am
17: Holidays 17:
18: Backrooms 18: Backrooms
19: Boardwalk 19: Boardwalk
20: Ukraine 20: Ukraine

371
New Folder/CMakeCache.txt Normal file
View File

@ -0,0 +1,371 @@
# This is the CMakeCache file.
# For build in directory: /home/kacperks/Desktop/projects/PogoBijoux
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=PB
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Value Computed by CMake
PB_BINARY_DIR:STATIC=/home/kacperks/Desktop/projects/PogoBijoux
//Value Computed by CMake
PB_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
PB_SOURCE_DIR:STATIC=/home/kacperks/Desktop/projects/PogoBijoux
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/kacperks/Desktop/projects/PogoBijoux
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=23
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/kacperks/Desktop/projects/PogoBijoux
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1

17
New Folder/CMakeLists.txt Normal file
View File

@ -0,0 +1,17 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(PB)
add_executable(PB "src/main.cpp" "src/Sound.c")
if(UNIX AND NOT APPLE) # linux
target_link_libraries(PB -lopenal)
target_link_libraries(PB -lsndfile)
target_link_libraries(PB -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11)
endif()
if (WIN32) # windows
target_link_libraries(${PROJECT_NAME} -lopenal-soft)
target_link_libraries(${PROJECT_NAME} -lsndfile)
target_link_libraries(${PROJECT_NAME} -lirrlicht)
endif(WIN32)

27
New Folder/LEVELS.TXT Normal file
View File

@ -0,0 +1,27 @@
PogoBijoux Levels:
1: Sky & Clouds
2: Night Parking Lot
3: City
4: Vinyl Flooring
5: Train Station
6: Backyard
7: Ingul
8: Randomness (WIP)
9: Winter Neighborhood @ Night
10: Star
11: Office
12: Night
13: Dashcon 2014
14: Poolroom
15: Pink
16: Laundry Room at 3am
17:
18: Backrooms
19: Boardwalk
20: Ukraine
21: Suburb
22: Waiting Room
23: Playground
24: Rainy Day
25: 8800 Blue Lick Road

25
New Folder/LICENSE.TXT Normal file
View File

@ -0,0 +1,25 @@
audio/music/12.ogg is an unmodified copy of voc-night by semajD, licensed under Creative Commons Attribution Share-Alike 3.0 Unported, https://creativecommons.org/licenses/by-sa/3.0/legalcode
For in-depth audio copyright information see licenses/AUDIO.TXT
All other files ending in ".jpg", ".png", ".xcf", ".obj", ".mtl", ".ogg", and ".txt" are Copyright 2020-2022 MCL and Looki2000, licensed under Creative Commons Attribution 4.0 International, https://creativecommons.org/licenses/by-sa/4.0/legalcode
Files ending in ".exe", ".cpp", ".c", and ".h" are Copyright 2020-2022 MCL, licensed under the agreement in licenses/BJXSRC.TXT
This program makes use of the Irrlicht library, the license for which, can be found in licenses/IRRLICHT.TXT
This program also makes use of libjpeg, licensed under the terms found in licenses/LIBJPEG.TXT
The libsndfile library used in this software is distributed in accordance with the GNU Lesser General Public License Version 3, which can be found in licenses/LGPL.TXT,
the original source code was not modified and can be accessed at the following Web address: http://www.mega-nerd.com/libsndfile/
An unmodified version of OpenAL-Soft 1.21.1 has been used in the making of this software, it
is licensed under the terms and conditions of the GNU Lesser General Public License (LGPL) Version 3,
which can be found in licenses/LGPL.TXT
OpenAL-Soft Binary used: https://openal-soft.org/openal-binaries/openal-soft-1.21.1-bin.zip
OpenAL-Soft source code used: https://openal-soft.org/openal-releases/openal-soft-1.21.1.tar.bz2
libgcc, libstdc++, and libwinpthread were taken from binaries provided by the MinGW-w64 project, the files are in unmodified form.
The license agreement for MinGW-w64 is located in licenses/MINGWW64.TXT

208
New Folder/Makefile Normal file
View File

@ -0,0 +1,208 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/kacperks/Desktop/projects/PogoBijoux
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/kacperks/Desktop/projects/PogoBijoux
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kacperks/Desktop/projects/PogoBijoux/CMakeFiles /home/kacperks/Desktop/projects/PogoBijoux//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kacperks/Desktop/projects/PogoBijoux/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named PB
# Build rule for target.
PB: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PB
.PHONY : PB
# fast build rule for target.
PB/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/build
.PHONY : PB/fast
src/Sound.o: src/Sound.c.o
.PHONY : src/Sound.o
# target to build an object file
src/Sound.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/src/Sound.c.o
.PHONY : src/Sound.c.o
src/Sound.i: src/Sound.c.i
.PHONY : src/Sound.i
# target to preprocess a source file
src/Sound.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/src/Sound.c.i
.PHONY : src/Sound.c.i
src/Sound.s: src/Sound.c.s
.PHONY : src/Sound.s
# target to generate assembly for a file
src/Sound.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/src/Sound.c.s
.PHONY : src/Sound.c.s
src/main.o: src/main.cpp.o
.PHONY : src/main.o
# target to build an object file
src/main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/src/main.cpp.o
.PHONY : src/main.cpp.o
src/main.i: src/main.cpp.i
.PHONY : src/main.i
# target to preprocess a source file
src/main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/src/main.cpp.i
.PHONY : src/main.cpp.i
src/main.s: src/main.cpp.s
.PHONY : src/main.s
# target to generate assembly for a file
src/main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PB.dir/build.make CMakeFiles/PB.dir/src/main.cpp.s
.PHONY : src/main.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... PB"
@echo "... src/Sound.o"
@echo "... src/Sound.i"
@echo "... src/Sound.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

73
New Folder/README.TXT Normal file
View File

@ -0,0 +1,73 @@
 ____ ____ _ _
/ __ \____ ____ _____ / __ )(_) (_)___ __ ___ __
/ /_/ / __ \/ __ `/ __ \/ __ / / / / __ \/ / / / |/_/
/ ____/ /_/ / /_/ / /_/ / /_/ / / / / /_/ / /_/ /> <
/_/ \____/\__, /\____/_____/_/_/ /\____/\__,_/_/|_|
/____/ /___/
-----------------------------
PogoBijoux
Version 1.0.0-dev
Released on March 3, 2023
-----------------------------
PogoBijoux (pronounced POE-GOE BIH-JOKES)
An experimental game/demo about liminal spaces, dream exploration, anemoia,
kenopsia, and loneliness. I started working on it in mid-2020 and I finished it in 2023.
Special thanks to KacperKS for helping us with the train station model.
>> THIS IS A DEVELOPMENT VERSION; GLITCHES MAY OCCUR <<
Some levels might be incomplete and level progression is not fully finished.
Sorry for the inconvenience.
Licensing information is in LICENSE.TXT
|===========================|
|Minimum system requirements|
|===========================|
Operating system: Windows XP or higher / can be built for Linux. It might also work on Windows 98 with KernelEx, but I don't know for sure.
Video card: 256MB VRAM; OpenGL 2.1+
RAM: 512MB
CPU: Pentium 4 or higher
__________________________________________
/_____/_____/_____/_____/_____/_____/_____/
______ __ __
/ ____/___ ____ / /__________ / /____
/ / / __ \/ __ \/ __/ ___/ __ \/ / ___/
/ /___/ /_/ / / / / /_/ / / /_/ / (__ )
\____/\____/_/ /_/\__/_/ \____/_/____/
__________________________________________
/_____/_____/_____/_____/_____/_____/_____/
Use the up and down arrows and ENTER or your mouse to select the main menu buttons.
Walk forward - W
Walk backward - S
Walk left - A
Walk right - D
Tilt up - ↑ (UPWARDS ARROW)
Tilt down - ↓ (DOWN ARROW)
Tilt left - ← (LEFT ARROW)
Tilt right - → (RIGHT ARROW)
Quit game - ESC (ESCAPE KEY)
______________________________________________________
/_____/_____/_____/_____/_____/_____/_____/_____/_____/
____ __ __ _ __ __
/ __ \____ / /_/ /_ ___ | | / /__ / /_
/ / / / __ \ / __/ __ \/ _ \ | | /| / / _ \/ __ \
/ /_/ / / / / / /_/ / / / __/ | |/ |/ / __/ /_/ /
\____/_/ /_/ \__/_/ /_/\___/ |__/|__/\___/_.___/
______________________________________________________
/_____/_____/_____/_____/_____/_____/_____/_____/_____/
OFFICIAL ITCH PAGE----- https://migdyn.itch.io/pogobijoux
OFFICAL WEB SITE------- https://mcl.sovnat.info/soft/bijoux/index.htm
MCL SOFTWARE WEB SITE-- https://mcl.sovnat.info/

View File

@ -0,0 +1,54 @@
# Install script for directory: /home/kacperks/Desktop/projects/PogoBijoux
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/kacperks/Desktop/projects/PogoBijoux/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

View File

@ -0,0 +1,32 @@
All of the following tracks, located in the 'music' directory
are licensed under the terms and conditions of the
Creative Commons Attribution 4.0 International License, a copy
of which can be found in the CCBY40.TXT file.
title.ogg - MenuBijoux, Looki2000 & MCL
1.ogg - PogoBijoux, Looki2000 & MCL
2.ogg - Spoon Of Cinnamon, MCL & Looki2000
3.ogg - Try, MCL
4.ogg - BijouEx, MCL
5.ogg - Idle, Looki2000
6.ogg - Nine Eleven, MCL
7.ogg - Ingul 3, MCL
8.ogg - Liminal 3, MCL
9.ogg - Winter Colors, MCL
10.ogg - BijouxKidsTV, MCL
11.ogg - Electric, Looki2000
12.ogg - Night, MCL
13.ogg - Unfulfilled Expectations, MCL
14.ogg - Life, MCL
15.ogg - FotoBijoux, MCL
16.ogg - Space Above, MCL
17.ogg - TemeBijoux, MCL
18.ogg - Hyperspeed, MCL
19.ogg - RelaxingBijoux, MCL & Looki2000
20.ogg - Berries, MCL
21.ogg - Weasel, MCL
22.ogg - Waiting, MCL
23.ogg - Alouette, MCL
24.ogg - Still Waiting, MCL
25.ogg - End, Looki2000
credits.ogg - There's Hope, Looki2000 & MCL

View File

@ -0,0 +1,7 @@
Copyright (c) 2020-2022 MCL Software
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -0,0 +1,95 @@
Creative Commons Attribution 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
Section 1 Definitions.
Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
Licensor means the individual(s) or entity(ies) granting rights under this Public License.
Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
Section 2 Scope.
License grant.
Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
reproduce and Share the Licensed Material, in whole or in part; and
produce, reproduce, and Share Adapted Material.
Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
Term. The term of this Public License is specified in Section 6(a).
Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
Downstream recipients.
Offer from the Licensor Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
Other rights.
Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
Patent and trademark rights are not licensed under this Public License.
To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
Section 3 License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the following conditions.
Attribution.
If You Share the Licensed Material (including in modified form), You must:
retain the following if it is supplied by the Licensor with the Licensed Material:
identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
a copyright notice;
a notice that refers to this Public License;
a notice that refers to the disclaimer of warranties;
a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.
Section 4 Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
Section 5 Disclaimer of Warranties and Limitation of Liability.
Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
Section 6 Term and Termination.
This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
Section 7 Other Terms and Conditions.
The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
Section 8 Interpretation.
For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.

View File

@ -0,0 +1,9 @@
Copyright © 2002-2010 Nikolaus Gebhardt
This software is provided as-is, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
This notice may not be removed or altered from any source distribution.

View File

@ -0,0 +1,66 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.

View File

@ -0,0 +1,46 @@
LICENSE TERMS (ships as a part of the libjpeg package in the README file)
=============
1. We don't promise that this software works. (But if you find any bugs,
please let us know!)
2. You can use this software for whatever you want. You don't have to pay us.
3. You may not pretend that you wrote this software. If you use it in a
program, you must acknowledge somewhere in your documentation that
you've used the IJG code.
In legalese:
The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding.
All Rights Reserved except as specified below.
Permission is hereby granted to use, copy, modify, and distribute this
software (or portions thereof) for any purpose, without fee, subject to these
conditions:
(1) If any part of the source code for this software is distributed, then this
README file must be included, with this copyright and no-warranty notice
unaltered; and any additions, deletions, or changes to the original files
must be clearly indicated in accompanying documentation.
(2) If only executable code is distributed, then the accompanying
documentation must state that "this software is based in part on the work of
the Independent JPEG Group".
(3) Permission for use of this software is granted only if the user accepts
full responsibility for any undesirable consequences; the authors accept
NO LIABILITY for damages of any kind.
These conditions apply to any software derived from or based on the IJG code,
not just to the unmodified library. If you use our work, you ought to
acknowledge us.
Permission is NOT granted for the use of any IJG author's name or company name
in advertising or publicity relating to this software or products derived from
it. This software may be referred to only as "the Independent JPEG Group's
software".
We specifically permit and encourage the use of this software as the basis of
commercial products, provided that all warranty or liability claims are
assumed by the product vendor.

View File

@ -0,0 +1,51 @@
=================================================================================
The AUTHORS file that contains the list of all contributors can be accessed here:
https://raw.githubusercontent.com/mingw-w64/mingw-w64/master/AUTHORS
=================================================================================
BEGIN LICENSE TEXT:
With exception of certain parts that are prominently marked as being
in the Public Domain, BSD, or LGPL this Software is provided under the
Zope Public License (ZPL) Version 2.1.
Copyright (c) 2009 - 2013 by the mingw-w64 project
See the AUTHORS file for the list of contributors to the mingw-w64 project.
This license has been certified as open source. It has also been designated
as GPL compatible by the Free Software Foundation (FSF).
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions in source code must retain the accompanying copyright
notice, this list of conditions, and the following disclaimer.
2. Redistributions in binary form must reproduce the accompanying
copyright notice, this list of conditions, and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
3. Names of the copyright holders must not be used to endorse or promote
products derived from this software without prior written permission
from the copyright holders.
4. The right to distribute this software or to use it for any purpose does
not give you the right to use Servicemarks (sm) or Trademarks (tm) of
the copyright holders. Use of them is covered by separate agreement
with the copyright holders.
5. If any files are modified, you must cause the modified files to carry
prominent notices stating that you changed the files and the date of
any change.
Disclaimer
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -0,0 +1,13 @@
# Blender MTL File: 'None'
# Material Count: 1
newmtl Material
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,494 @@
# Blender v2.93.1 OBJ File: ''
# www.blender.org
mtllib lvl1walkway.mtl
o Cube.001
v 3.276338 1.000001 -4.436531
v -8.037099 1.000001 -4.436531
v -8.037099 0.999999 4.436531
v 3.276338 0.999999 4.436531
v 3.276338 -20.000000 4.436527
v -8.037099 -20.000000 4.436527
v -8.037099 -20.000000 -4.436534
v 3.276338 -20.000000 -4.436534
v 3.276338 -20.000002 9.167244
v 3.276338 0.999999 9.167247
v 5.918705 1.000001 -4.436531
v 5.918705 0.999999 4.436531
v 11.856529 0.999999 4.436531
v 11.856529 1.000001 -4.436531
v 5.918705 -20.000000 -4.436534
v 5.918705 -20.000000 4.436527
v 14.994425 -20.000000 -4.436534
v 11.856529 -20.000000 -4.436534
v 11.856529 -19.999998 -7.668431
v 14.994425 -19.999998 -7.668431
v 11.856529 -20.000000 4.436527
v 14.994425 1.000001 -4.436531
v 14.994425 0.999999 4.436531
v 14.994425 -20.000000 4.436527
v 11.856529 1.000001 -7.668428
v 14.994425 1.000001 -7.668428
v 5.918705 0.999999 9.167247
v 3.276338 0.999997 16.497799
v 5.918705 0.999997 16.497799
v 5.918705 -20.000002 9.167244
v 3.276338 -20.000002 16.497795
v 5.918705 -20.000002 16.497795
v 14.153625 -20.000002 16.497795
v 14.153625 0.999997 16.497799
v 1.882886 0.999997 16.497799
v 1.882886 -20.000002 16.497795
v 14.153625 0.999999 9.167247
v 16.774466 0.999997 16.497799
v 16.774466 0.999999 9.167247
v 14.153625 -20.000002 9.167244
v 16.774466 -20.000002 9.167244
v 16.774466 -20.000002 16.497795
v 16.774466 -20.000004 25.921070
v 14.153625 -20.000004 25.921070
v 14.153625 0.999996 25.921074
v 16.774466 0.999996 25.921074
v 1.882886 -20.000002 9.167244
v -0.265564 -20.000002 16.497795
v -0.265564 -20.000002 9.167244
v 1.882886 0.999999 9.167247
v -0.265564 0.999997 16.497799
v -2.825890 0.999997 16.497799
v -2.825890 -20.000002 16.497795
v -0.265564 -20.000004 19.030294
v -0.265564 0.999997 19.030298
v -0.265564 0.999999 9.167247
v 1.882886 -20.000004 19.030294
v 1.882886 -20.000004 25.400160
v -0.265564 -20.000004 25.400160
v 1.882886 0.999997 19.030298
v 1.882886 0.999996 25.400164
v -0.265564 0.999996 25.400164
v 10.578346 0.999997 19.030298
v 10.578346 -20.000004 19.030294
v 10.578346 0.999996 25.400164
v 10.578346 -20.000004 25.400160
v -2.825890 -20.000002 9.167244
v -5.341135 -20.000002 16.497795
v -5.341135 -20.000002 9.167244
v -2.825890 0.999999 9.167247
v -5.341135 0.999999 9.167247
v -5.341135 0.999997 16.497799
v -5.341135 0.999997 18.911564
v -2.825890 0.999997 18.911564
v -5.341135 -20.000004 18.911560
v -2.825890 -20.000004 18.911560
v -2.825890 -20.000004 26.768553
v -5.341135 -20.000004 26.768553
v -2.825890 0.999996 26.768557
v -5.341135 0.999996 26.768557
v -7.074130 0.999997 18.911564
v -7.074130 0.999996 26.768557
v -9.511616 0.999997 18.911564
v -9.511616 0.999996 26.768557
v -7.074130 -20.000004 26.768553
v -7.074130 -20.000004 18.911560
v -9.511616 -20.000004 18.911560
v -9.511616 -20.000004 26.768553
v -7.074130 0.999998 12.265423
v -9.511616 0.999998 12.265423
v -7.074130 -20.000002 12.265420
v -9.511616 -20.000002 12.265420
v 21.646091 0.999999 9.167247
v 21.646091 -20.000002 9.167244
v 21.646091 -20.000002 16.497795
v 21.646091 -20.000004 25.921070
v 21.646091 0.999996 25.921074
v 21.646091 0.999997 16.497799
v 3.276338 -20.000000 4.436527
v -8.037099 -20.000000 4.436527
v -8.037099 0.999999 4.436531
v 3.276338 0.999999 4.436531
v 19.608030 -20.000000 -4.436534
v 19.608030 -19.999998 -7.668431
v 19.608030 1.000001 -4.436531
v 19.608030 -20.000000 4.436527
v 19.608030 1.000001 -7.668428
v 19.608030 0.999999 4.436531
vt -0.109629 0.481086
vt -0.113604 0.082413
vt -0.023570 0.081515
vt -0.019594 0.480188
vt -0.215043 0.027296
vt -0.215043 0.027296
vt -0.215043 0.027296
vt -0.215043 0.027296
vt 0.204863 1.918113
vt 0.204863 0.972704
vt 0.294902 0.972704
vt 0.294902 1.918113
vt -0.457875 1.071921
vt -0.453899 0.673250
vt -0.363865 0.674148
vt -0.367841 1.072819
vt 0.554515 0.972704
vt 0.554515 1.918113
vt 0.506510 1.918113
vt 0.506510 0.972704
vt -0.916107 0.027296
vt -0.916107 -0.918113
vt -0.517414 -0.918113
vt -0.517414 0.027296
vt -0.108700 0.574200
vt -0.018666 0.573302
vt -0.016579 0.782545
vt -0.106614 0.783442
vt -0.424296 -0.918113
vt -0.424296 0.027296
vt -0.452971 0.580139
vt -0.362937 0.581037
vt -0.449782 0.260319
vt -0.450885 0.370893
vt -0.483678 0.370568
vt -0.482576 0.259989
vt -0.215043 -0.918113
vt -0.215043 0.027296
vt -0.360850 0.371791
vt 0.821620 -0.918113
vt 0.821620 0.027296
vt 0.612368 0.027296
vt 0.612368 -0.918113
vt -0.359748 0.261217
vt -0.448160 0.097742
vt -0.358126 0.098640
vt 0.501789 0.027296
vt 0.501789 -0.918113
vt -0.015477 0.893121
vt -0.105511 0.894018
vt 1.128053 0.027296
vt 1.128053 -0.918113
vt 1.238635 -0.918113
vt 1.238635 0.027296
vt 0.554515 1.918113
vt 0.554515 0.972704
vt 0.587310 0.972704
vt 0.587310 1.918113
vt -0.138305 0.894345
vt -0.139408 0.783770
vt 1.569209 -0.934912
vt 1.548211 0.023096
vt 0.029337 0.572824
vt 0.028408 0.479710
vt 0.102791 0.478968
vt 0.103719 0.572082
vt -0.493036 0.972702
vt -0.493036 1.918113
vt -0.541041 1.918113
vt -0.541041 0.972702
vt -0.314934 0.581513
vt -0.315863 0.674630
vt -0.532783 0.027296
vt -0.532783 0.972704
vt -0.625905 0.972704
vt -0.625905 0.027296
vt -0.916107 0.972704
vt -0.916107 0.027296
vt -0.240552 0.582254
vt -0.241480 0.675371
vt -0.483680 0.027296
vt -0.483680 0.972704
vt 0.032230 0.863013
vt 0.106613 0.862271
vt 0.107534 0.954627
vt 0.033151 0.955368
vt -0.312041 0.291322
vt -0.237658 0.292063
vt -0.215044 0.027296
vt -0.215044 -0.918113
vt 0.075161 -0.918113
vt 0.075161 0.027296
vt 0.203151 0.953673
vt 0.204863 1.125344
vt 0.109246 1.126297
vt 0.167520 -0.918113
vt 0.167520 0.027296
vt -0.311120 0.198968
vt -0.236737 0.199709
vt -0.141119 0.200661
vt -0.142040 0.293021
vt 1.553429 0.027296
vt 1.553429 0.972704
vt 1.461070 0.972704
vt 1.461070 0.027296
vt 0.339199 -0.918113
vt 0.339199 0.027296
vt -0.721605 0.972704
vt -0.721605 1.918113
vt -0.817228 1.918113
vt -0.817228 0.972704
vt 0.202230 0.861318
vt -0.316352 0.723733
vt -0.241970 0.724474
vt -0.242725 0.800183
vt -0.317107 0.799441
vt 1.289387 0.027296
vt 1.289387 0.972704
vt 1.240281 0.972704
vt 1.240281 0.027296
vt 0.027918 0.430606
vt 0.102301 0.429864
vt -0.631269 1.918113
vt -0.631269 0.972704
vt -0.541041 0.972704
vt -0.541041 1.918113
vt -0.656968 1.918113
vt -0.656968 0.972704
vt 0.027163 0.354897
vt 0.101546 0.354155
vt 1.164568 0.972704
vt 1.164568 0.027296
vt -0.217028 0.800437
vt -0.216273 0.724729
vt -0.151638 0.725372
vt -0.152393 0.801081
vt 0.127243 0.353899
vt 0.127998 0.429608
vt 1.913923 -0.918113
vt 1.913923 0.027298
vt 1.888224 0.027298
vt 1.888224 -0.918113
vt 0.909989 0.972704
vt 0.909989 0.027296
vt 0.985703 0.027296
vt 0.985703 0.972704
vt 0.821621 0.027296
vt 0.821621 -0.918113
vt 1.128054 -0.918113
vt 1.128054 0.027296
vt 0.191878 0.353255
vt 0.192633 0.428964
vt -0.721605 1.918113
vt -0.721605 0.972704
vt 0.445438 0.972702
vt 0.445438 1.918113
vt 0.380800 1.918113
vt 0.380800 0.972702
vt 0.195688 0.735382
vt 0.131054 0.736026
vt -0.213217 0.418309
vt -0.148582 0.418952
vt 0.603556 0.972704
vt 0.603556 0.027296
vt -0.318007 0.889664
vt -0.243625 0.890405
vt -0.244508 0.979037
vt -0.318891 0.978296
vt 0.026264 0.264674
vt 0.100646 0.263932
vt 1.074341 0.972704
vt 1.074341 0.027296
vt -0.817228 0.972704
vt -0.817228 1.918113
vt -0.891613 1.918113
vt -0.891613 0.972704
vt 0.099762 0.175298
vt 0.124255 0.175054
vt 0.125139 0.263688
vt 0.025380 0.176040
vt 0.985702 0.972704
vt 0.985702 0.027296
vt -0.220016 0.979281
vt -0.219132 0.890648
vt -0.139408 0.891444
vt -0.140292 0.980076
vt 1.888223 -0.918113
vt 1.888223 0.027298
vt 1.863730 0.027298
vt 1.863730 -0.918113
vt -0.916107 1.918113
vt -0.916107 0.972704
vt 1.401222 0.027296
vt 1.401222 -0.918113
vt 1.489861 -0.918113
vt 1.489861 0.027296
vt 1.784001 0.027298
vt 1.784001 -0.918113
vt 0.203979 0.174259
vt 0.204863 0.262893
vt 0.123646 0.113985
vt 0.203370 0.113190
vt 0.122789 0.028091
vt 0.202514 0.027296
vt -0.140901 1.041146
vt -0.220625 1.040350
vt 1.550933 -0.918113
vt 1.550933 0.027296
vt 0.506510 0.972704
vt 0.506510 1.918113
vt 0.445438 1.918113
vt 0.445438 0.972704
vt 1.716560 -0.918113
vt 1.716560 0.027296
vt 1.636831 0.027296
vt 1.636831 -0.918113
vt -0.141757 1.127040
vt -0.221481 1.126245
vt 0.056208 0.114657
vt 0.055351 0.028763
vt 0.380800 0.972704
vt 0.380800 1.918113
vt 0.294902 1.918113
vt 0.294902 0.972704
vt 1.784001 -0.918113
vt 1.784001 0.027296
vt -0.288919 1.125574
vt -0.288063 1.039680
vt 1.846269 0.972708
vt 1.846269 0.027298
vt 1.913710 0.027298
vt 1.913710 0.972708
vt 1.723435 0.027298
vt 1.723435 0.972708
vt 1.649049 0.972708
vt 1.649049 0.027298
vt 1.553426 0.972708
vt 1.553426 0.027298
vt -0.235025 0.028039
vt -0.139408 0.028991
vt -0.309408 0.027298
vt 0.034863 1.127039
vt 1.289388 0.972704
vt 1.289388 0.027296
vt 0.204862 0.972704
vt 0.204862 0.027296
vt 0.603554 0.027296
vt 0.603554 0.972704
vt -0.215043 0.027296
vt -0.215043 0.027296
vt -0.215043 0.027296
vt -0.215043 0.027296
vt 1.813474 0.027298
vt 1.813474 0.972708
vt 1.723435 0.972708
vt 1.723435 0.027298
vt 1.846270 0.027298
vt 1.846270 0.972708
vt -0.103890 1.056597
vt -0.136684 1.056924
vt -0.013856 1.055699
vt -0.480955 0.097412
vt 0.339201 0.027296
vt 0.339201 -0.918113
vn 0.0000 1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 -0.7071 0.7071
vn 0.0000 -0.7071 -0.7071
vn 0.0000 0.7071 -0.7071
vn 1.0000 -0.0000 0.0000
vn 0.0000 0.7071 0.7071
usemtl Material
s 1
f 1/1/1 2/2/1 3/3/1 4/4/1
f 6/5/2 5/6/2 99/7/2 100/8/2
f 6/9/3 3/10/3 2/11/3 7/12/3
f 7/13/4 8/14/4 5/15/4 6/16/4
f 4/17/3 5/18/3 9/19/3 10/20/3
f 7/21/5 2/22/5 1/23/5 8/24/5
f 11/25/1 12/26/1 13/27/1 14/28/1
f 8/24/5 1/23/5 11/29/5 15/30/5
f 5/15/4 8/14/4 15/31/4 16/32/4
f 1/1/1 4/4/1 12/26/1 11/25/1
f 17/33/4 18/34/4 19/35/4 20/36/4
f 15/30/5 11/29/5 14/37/5 18/38/5
f 16/32/4 15/31/4 18/34/4 21/39/4
f 12/40/2 16/41/2 21/42/2 13/43/2
f 24/44/6 17/33/4 103/45/4 106/46/6
f 21/39/4 18/34/4 17/33/4 24/44/4
f 13/43/2 21/42/2 24/47/2 23/48/2
f 14/28/1 13/27/1 23/49/1 22/50/1
f 19/51/5 25/52/5 26/53/5 20/54/5
f 18/55/3 14/56/3 25/57/3 19/58/3
f 14/28/1 22/50/1 26/59/1 25/60/1
f 20/54/7 26/53/8 107/61/8 104/62/7
f 27/63/1 10/64/1 28/65/1 29/66/1
f 16/67/9 12/68/9 27/69/9 30/70/9
f 5/15/4 16/32/4 30/71/4 9/72/4
f 12/26/1 4/4/1 10/64/1 27/63/1
f 28/73/2 31/74/2 32/75/2 29/76/2
f 29/76/2 32/75/2 33/77/2 34/78/2
f 9/72/4 30/71/4 32/79/4 31/80/4
f 31/74/2 28/73/2 35/81/2 36/82/2
f 37/83/1 34/84/1 38/85/1 39/86/1
f 32/79/4 30/71/4 40/87/4 33/88/4
f 30/89/5 27/90/5 37/91/5 40/92/5
f 27/63/1 29/66/1 34/84/1 37/83/1
f 38/85/1 46/93/10 97/94/10 98/95/1
f 40/92/5 37/91/5 39/96/5 41/97/5
f 33/88/4 40/87/4 41/98/4 42/99/4
f 33/88/4 42/99/4 43/100/4 44/101/4
f 45/102/2 44/103/2 43/104/2 46/105/2
f 41/97/7 39/96/8 93/106/8 94/107/7
f 34/108/3 33/109/3 44/110/3 45/111/3
f 38/85/1 34/84/1 45/112/1 46/93/1
f 47/113/4 36/114/4 48/115/4 49/116/4
f 9/72/4 31/80/4 36/114/4 47/113/4
f 10/117/5 9/118/5 47/119/5 50/120/5
f 28/65/1 10/64/1 50/121/1 35/122/1
f 48/123/2 51/124/2 52/125/2 53/126/2
f 51/124/3 48/123/3 54/127/3 55/128/3
f 35/122/1 50/121/1 56/129/1 51/130/1
f 50/120/5 47/119/5 49/131/5 56/132/5
f 54/133/4 57/134/4 58/135/4 59/136/4
f 35/122/1 51/130/1 55/137/1 60/138/1
f 36/139/9 35/140/9 60/141/9 57/142/9
f 48/115/4 36/114/4 57/134/4 54/133/4
f 58/143/2 61/144/2 62/145/2 59/146/2
f 57/147/5 60/148/5 63/149/5 64/150/5
f 60/138/1 55/137/1 62/151/1 61/152/1
f 55/128/3 54/127/3 59/153/3 62/154/3
f 64/155/9 63/156/9 65/157/9 66/158/9
f 60/138/1 61/152/1 65/159/1 63/160/1
f 58/135/4 57/134/4 64/161/4 66/162/4
f 61/144/2 58/143/2 66/163/2 65/164/2
f 67/165/4 53/166/4 68/167/4 69/168/4
f 51/130/1 56/129/1 70/169/1 52/170/1
f 56/132/5 49/131/5 67/171/5 70/172/5
f 49/116/4 48/115/4 53/166/4 67/165/4
f 71/173/3 69/174/3 68/175/3 72/176/3
f 52/170/1 72/177/1 73/178/1 74/179/1
f 52/170/1 70/169/1 71/180/1 72/177/1
f 70/172/5 67/171/5 69/181/5 71/182/5
f 75/183/4 76/184/4 77/185/4 78/186/4
f 53/187/9 52/188/9 74/189/9 76/190/9
f 68/167/4 53/166/4 76/184/4 75/183/4
f 72/176/3 68/175/3 75/191/3 73/192/3
f 77/193/2 79/194/2 80/195/2 78/196/2
f 76/190/9 74/189/9 79/197/9 77/198/9
f 74/179/1 73/178/1 80/199/1 79/200/1
f 80/199/1 73/178/1 81/201/1 82/202/1
f 82/202/1 81/201/1 83/203/1 84/204/1
f 75/183/4 78/186/4 85/205/4 86/206/4
f 78/196/2 80/195/2 82/207/2 85/208/2
f 73/209/5 75/210/5 86/211/5 81/212/5
f 83/213/3 87/214/3 88/215/3 84/216/3
f 85/208/2 82/207/2 84/216/2 88/215/2
f 86/206/4 85/205/4 88/217/4 87/218/4
f 83/203/1 81/201/1 89/219/1 90/220/1
f 89/221/5 91/222/5 92/223/5 90/224/5
f 87/214/3 83/213/3 90/225/3 92/226/3
f 86/206/4 87/218/4 92/227/4 91/228/4
f 81/229/9 86/230/9 91/231/9 89/232/9
f 94/233/9 93/234/9 98/235/9 95/236/9
f 95/236/9 98/235/9 97/237/9 96/238/9
f 43/100/6 42/99/4 95/239/4 96/240/6
f 42/99/4 41/98/7 94/241/7 95/239/4
f 39/86/8 38/85/1 98/95/1 93/242/8
f 46/105/10 43/104/6 96/243/6 97/244/10
f 99/245/2 102/246/2 101/247/2 100/248/2
f 3/249/2 6/5/2 100/8/2 101/250/2
f 5/6/2 4/251/2 102/252/2 99/7/2
f 4/251/2 3/249/2 101/250/2 102/252/2
f 103/253/9 105/254/9 108/255/9 106/256/9
f 105/254/9 103/253/9 104/257/9 107/258/9
f 26/59/8 22/50/1 105/259/1 107/260/8
f 22/50/1 23/49/10 108/261/10 105/259/1
f 17/33/4 20/36/7 104/262/7 103/45/4
f 23/48/10 24/47/6 106/263/6 108/264/10

View File

@ -0,0 +1,216 @@
# Blender v3.2.1 OBJ File: 'office-collision.blend'
# www.blender.org
o Cube
v -0.407551 1.000000 -1.391834
v -0.407551 0.000000 -1.391834
v -0.407551 1.000000 1.391834
v -0.407551 0.000000 1.391834
v -1.992449 1.000000 -1.391834
v -1.992449 0.000000 -1.391834
v -1.992449 1.000000 1.391834
v -1.992449 0.000000 1.391834
vt 0.625000 0.500000
vt 0.875000 0.500000
vt 0.875000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.625000 1.000000
vt 0.375000 1.000000
vt 0.375000 0.000000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.375000 0.250000
vt 0.125000 0.500000
vt 0.375000 0.500000
vt 0.125000 0.750000
vn 0.0000 1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
s off
f 1/1/1 5/2/1 7/3/1 3/4/1
f 4/5/2 3/4/2 7/6/2 8/7/2
f 8/8/3 7/9/3 5/10/3 6/11/3
f 6/12/4 2/13/4 4/5/4 8/14/4
f 2/13/5 1/1/5 3/4/5 4/5/5
f 6/11/6 5/10/6 1/1/6 2/13/6
o Cube_Cube.001
v -0.124261 -0.017541 -2.012329
v -0.124261 -0.017541 -1.783550
v -2.690738 -0.017541 -1.783550
v -2.690738 -0.017541 -2.012329
v -0.124261 2.236130 -2.012329
v 0.124261 2.236130 -2.012329
v 0.124261 -0.017541 -2.012329
v 0.124261 -0.017541 -1.783550
v 0.124261 2.236130 -1.783550
v 0.124261 2.236129 5.372666
v 0.124261 -0.017542 5.372666
v -0.124261 2.236129 5.372666
v -0.124261 -0.017542 5.372666
v -0.124261 2.236130 -1.783550
v -2.690738 2.236130 -1.783550
v -2.690738 2.236130 -2.012329
vt -0.238710 10.287094
vt -0.260845 10.287094
vt -0.260845 -11.385777
vt -0.238710 -11.385777
vt -0.408049 1.039732
vt -1.125503 1.039732
vt -1.125503 0.812376
vt -0.408049 0.812376
vt 2.417420 -9.339573
vt 1.532043 -9.339573
vt 1.532043 -11.385777
vt 2.417420 -11.385777
vt 2.417420 -7.188435
vt 1.532043 -7.188435
vt 1.532043 -9.287106
vt 2.417420 -9.287106
vt -0.260845 12.385777
vt -1.124087 12.385777
vt -1.124087 10.287094
vt -0.875814 -1.278749
vt -0.875814 -0.919059
vt 2.238628 -0.919059
vt 2.238628 -1.278749
vt -0.955674 -1.278749
vt -0.955674 -0.919059
vt -0.238710 12.385777
vt 2.417420 -9.287106
vt 1.532043 -9.287106
vt 1.532043 -7.188435
vt 2.417420 -7.188435
vt 2.417420 -5.142232
vt 1.532043 -5.142232
vt 2.446932 -11.385777
vt 2.446932 -9.811773
vt 2.417420 -9.811773
vt 2.417420 -11.385777
vt 0.393176 0.071280
vt 0.633143 0.070217
vt 0.635534 1.030038
vt 0.395567 1.031100
vt -0.955672 2.795415
vt -0.875813 2.795415
vt -0.408049 3.387625
vt -1.125503 3.387625
vn 0.0000 -1.0000 -0.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 -0.0000 0.0000
vn 0.0000 -0.0000 1.0000
vn 0.0000 1.0000 0.0000
vn -1.0000 -0.0000 0.0000
s 1
f 9/15/7 10/16/7 11/17/7 12/18/7
f 9/19/8 13/20/8 14/21/8 15/22/8
f 16/23/9 17/24/9 18/25/9 19/26/9
f 19/27/10 18/28/10 20/29/10 21/30/10
f 10/16/7 16/31/7 19/32/7 21/33/7
f 17/34/11 22/35/11 20/36/11 18/37/11
f 14/38/11 13/39/11 22/35/11 17/34/11
f 9/15/7 15/40/7 16/31/7 10/16/7
f 15/41/9 14/42/9 17/24/9 16/23/9
f 21/43/12 20/44/12 22/45/12 10/46/12
f 11/47/12 23/48/12 24/49/12 12/50/12
f 10/51/10 22/52/10 23/53/10 11/54/10
f 22/35/11 13/39/11 24/55/11 23/56/11
f 13/20/8 9/19/8 12/57/8 24/58/8
o Cube.001
v -7.256036 -0.156036 7.256036
v -7.051459 6.356036 7.051459
v -7.256036 -0.156036 -7.256036
v -7.051459 6.356036 -7.051459
v 7.256036 -0.156036 7.256036
v 7.051459 6.356036 7.051459
v 7.256036 -0.156036 -7.256036
v 7.051459 6.356036 -7.051459
v -7.256036 6.356036 7.256036
v -7.256036 6.356036 -7.256036
v 7.256036 6.356036 -7.256036
v 7.256036 6.356036 7.256036
v -7.051459 -0.114069 7.051459
v -7.051459 -0.114069 -7.051459
v 7.051459 -0.114069 -7.051459
v 7.051459 -0.114069 7.051459
vt 0.375000 0.000000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.375000 0.250000
vt 0.625000 0.500000
vt 0.375000 0.500000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.625000 1.000000
vt 0.375000 1.000000
vt 0.125000 0.500000
vt 0.125000 0.750000
vt 0.628524 0.746476
vt 0.628524 0.503524
vt 0.628524 0.503524
vt 0.628524 0.746476
vt 0.871476 0.746476
vt 0.871476 0.503524
vt 0.875000 0.500000
vt 0.875000 0.750000
vt 0.871476 0.503524
vt 0.871476 0.746476
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
s off
f 25/59/13 33/60/13 34/61/13 27/62/13
f 27/62/14 34/61/14 35/63/14 31/64/14
f 31/64/15 35/63/15 36/65/15 29/66/15
f 29/66/16 36/65/16 33/67/16 25/68/16
f 27/69/17 31/64/17 29/66/17 25/70/17
f 30/71/13 32/72/13 39/73/13 40/74/13
f 26/75/18 28/76/18 34/77/18 33/78/18
f 28/76/18 32/72/18 35/63/18 34/77/18
f 32/72/18 30/71/18 36/65/18 35/63/18
f 30/71/18 26/75/18 33/78/18 36/65/18
f 39/73/18 38/79/18 37/80/18 40/74/18
f 28/76/15 26/75/15 37/80/15 38/79/15
f 26/75/14 30/71/14 40/74/14 37/80/14
f 32/72/16 28/76/16 38/79/16 39/73/16
o Cube.002
v 6.125168 -0.078980 7.091781
v 6.125168 1.921020 7.091781
v 6.125168 -0.078980 5.427197
v 6.125168 1.921020 5.427197
v -2.088868 -0.078980 7.091781
v -2.088868 1.921020 7.091781
v -2.088868 -0.078980 5.427197
v -2.088868 1.921020 5.427197
vt 0.375000 0.000000
vt 0.375000 0.250000
vt 0.625000 0.250000
vt 0.625000 0.000000
vt 0.375000 0.500000
vt 0.625000 0.500000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.375000 1.000000
vt 0.625000 1.000000
vt 0.125000 0.500000
vt 0.125000 0.750000
vt 0.875000 0.750000
vt 0.875000 0.500000
vn 1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
s off
f 41/81/19 43/82/19 44/83/19 42/84/19
f 43/82/20 47/85/20 48/86/20 44/83/20
f 47/85/21 45/87/21 46/88/21 48/86/21
f 45/87/22 41/89/22 42/90/22 46/88/22
f 43/91/23 41/92/23 45/87/23 47/85/23
f 48/86/24 46/88/24 42/93/24 44/94/24

View File

@ -0,0 +1,68 @@
# Blender MTL File: 'office.blend'
# Material Count: 6
newmtl Material
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\dropped_ceiling.jpg
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\wood.jpg
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\blue-wall.jpg
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\blue-wall.jpg
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\monitor.jpg
newmtl Material.005
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\pc.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,68 @@
# Blender MTL File: 'night.blend'
# Material Count: 6
newmtl Asphalt
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\INSPIRON\\Desktop\\img\\bump\\vinyln.jpg
newmtl Building
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\INSPIRON\\Desktop\\concrete_albedo.png
newmtl Fence
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\INSPIRON\\Desktop\\img\\object_textures\\fence.jpg
newmtl Garage
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd garage-door.jpg
newmtl Grass
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\INSPIRON\\Desktop\\img\\object_textures\\grass.jpg
newmtl HighVoltage
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd voltage.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,52 @@
# Blender MTL File: 'ballpit.blend'
# Material Count: 5
newmtl Material.001
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.000000 0.800000 0.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.000000 0.001810
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.025761 0.000000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.005
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.754844 0.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.006
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.152920 0.499626 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,32 @@
# Blender MTL File: 'convention.blend'
# Material Count: 3
newmtl Material
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.007
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,62 @@
# Blender v3.0.0 OBJ File: 'convention.blend'
# www.blender.org
mtllib convention.mtl
o Plane.001
v -51.000000 0.000000 26.000000
v 101.000000 0.000000 26.000000
v -51.000000 0.000000 -122.000000
v 101.000000 0.000000 -122.000000
v -51.000000 0.000000 -59.652069
v 101.000000 0.000000 -59.652069
v 101.000000 0.000000 -92.279419
v -51.000000 0.000000 -92.279419
v -51.000000 20.000000 26.000000
v 101.000000 20.000000 26.000000
v -51.000000 20.000000 -122.000000
v 101.000000 20.000000 -122.000000
v -51.000000 20.000000 -59.652069
v 101.000000 20.000000 -59.652069
v 101.000000 20.000000 -92.279419
v -51.000000 20.000000 -92.279419
v 121.000000 0.000000 -59.652069
v 121.000000 0.000000 -92.279419
v 101.000000 20.000000 -59.652069
v 101.000000 20.000000 -92.279419
v 121.000000 20.000000 -59.652069
v 121.000000 20.000000 -92.279419
v 101.000000 20.000000 -59.652069
v 101.000000 20.000000 -92.279419
v -51.000000 20.000000 26.000000
v -51.000000 20.000000 -122.000000
v -51.000000 20.000000 -59.652069
v -51.000000 20.000000 -92.279419
v -51.000000 20.000000 -59.652069
v -51.000000 20.000000 -92.279419
vn 1.0000 0.0000 0.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
usemtl Material
s off
f 8//1 3//1 11//1 16//1
f 5//1 8//1 16//1 13//1
f 4//2 7//2 15//2 12//2
f 1//1 5//1 13//1 9//1
f 6//2 2//2 10//2 14//2
f 3//3 4//3 12//3 11//3
f 2//4 1//4 9//4 10//4
f 17//4 6//4 19//4 21//4
f 7//3 18//3 22//3 20//3
f 18//2 17//2 21//2 22//2
usemtl Material.003
f 22//5 21//5 23//5 24//5
f 24//5 23//5 29//5 30//5
f 14//5 10//5 25//5 27//5
f 12//5 15//5 28//5 26//5
usemtl Material.007
f 8//6 7//6 4//6 3//6
f 1//6 2//6 6//6 5//6
f 5//6 6//6 7//6 8//6
f 7//6 6//6 17//6 18//6

View File

@ -0,0 +1,32 @@
# Blender 3.4.1 MTL File: 'None'
# www.blender.org
newmtl Material.001
Ns 224.999985
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 224.999985
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 224.999985
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,33 @@
# Blender MTL File: 'pinkpool.blend'
# Material Count: 3
newmtl Material
Ns 250.000000
Ka 1.000000 0.000000 0.100000
Kd 1.000000 0.600000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 359.999993
Ka 1.000000 1.000000 1.000000
Kd 1.000000 0.092930 0.324924
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,720 @@
# Blender v3.2.1 OBJ File: 'pinkpool.blend'
# www.blender.org
mtllib pinkpool.mtl
o Plane
v -6.000000 0.000000 3.000000
v 6.000000 0.000000 3.000000
v -6.000000 0.000000 -3.000000
v 6.000000 0.000000 -3.000000
v -6.000000 1.573664 -3.000000
v -6.000000 1.573664 3.000000
v 6.000000 0.000000 3.000000
v 6.000000 0.000000 -3.000000
v -6.000000 2.000000 -3.000000
v -6.000000 2.000000 3.000000
v 6.000000 2.000000 3.000000
v 6.000000 2.000000 -3.000000
v -6.000000 2.000000 -3.000000
v 6.000000 2.000000 -3.000000
v -6.000000 2.000000 -9.000000
v 6.000000 2.000000 -9.000000
v -6.000000 2.000000 6.000000
v 6.000000 2.000000 6.000000
v -9.600000 2.000000 -3.000000
v -9.600000 2.000000 3.000000
v -9.600000 2.000000 -3.000000
v -9.600000 2.000000 -9.000000
v -9.600000 2.000000 6.000000
v 16.799999 2.000000 3.000000
v 16.799999 2.000000 -3.000000
v 16.799999 2.000000 -3.000000
v 16.799999 2.000000 -9.000000
v 16.799999 2.000000 6.000000
v -6.000000 3.000000 -9.000000
v 6.000000 3.000000 -9.000000
v -6.000000 3.000000 6.000000
v 6.000000 3.000000 6.000000
v -9.600000 3.000000 -3.000000
v -9.600000 3.000000 3.000000
v -9.600000 3.000000 -3.000000
v -9.600000 3.000000 -9.000000
v -9.600000 3.000000 6.000000
v 16.799999 3.000000 3.000000
v 16.799999 3.000000 -3.000000
v 16.799999 3.000000 -3.000000
v 16.799999 3.000000 -9.000000
v 16.799999 3.000000 6.000000
v -6.000000 5.000000 -12.000000
v 6.000000 5.000000 -12.000000
v -6.000000 5.000000 9.000000
v 6.000000 5.000000 9.000000
v -12.000000 5.000000 -3.000000
v -12.000000 5.000000 3.000000
v -12.000000 5.000000 -3.000000
v -12.000000 5.000000 -12.000000
v -12.000000 5.000000 9.000000
v 19.200001 5.000000 3.000000
v 19.200001 5.000000 -3.000000
v 19.200001 5.000000 -3.000000
v 19.200001 5.000000 -12.000000
v 19.200001 5.000000 9.000000
v -6.000000 1.573664 0.000000
v -4.061931 0.786832 3.000000
v 6.000000 0.000000 0.000000
v -4.061931 0.786832 -3.000000
v -4.061931 0.786832 0.000000
vt 3.792654 48.919872
vt 3.792654 83.516693
vt 36.100754 83.516693
vt 36.100754 48.919872
vt 68.320557 66.218292
vt 98.244362 66.218292
vt 98.244362 83.516693
vt 68.320557 83.516693
vt 84.453896 14.323074
vt 59.411751 14.323074
vt 71.932846 19.910652
vt 84.453896 48.919888
vt 84.453896 48.919888
vt -46.725849 -6.435012
vt -46.725849 -6.435012
vt -46.725849 -6.435012
vt -46.725849 -6.435012
vt -46.725849 -6.435012
vt 68.320526 48.919903
vt 42.968975 48.919903
vt 42.968975 66.218307
vt 42.968975 83.516724
vt 68.320526 83.516724
vt -65.417854 62.758617
vt -65.417854 62.758617
vt -77.938896 91.767853
vt -90.459999 97.355438
vt -65.417854 97.355438
vt 84.820023 -20.273727
vt 52.627388 -20.273727
vt 52.627388 14.323098
vt 84.820023 14.323098
vt 84.820023 -2.975314
vt 52.627388 14.323074
vt 52.627388 48.919888
vt 36.100754 48.919903
vt 36.100754 83.516724
vt -97.244370 62.758617
vt -97.244370 97.355438
vt 52.254807 -51.410889
vt 84.562912 -51.410889
vt 84.562912 -86.007690
vt 52.254807 -86.007690
vt 19.946711 -86.007690
vt 3.792654 -86.007690
vt 3.792654 -51.410889
vt 19.946711 -51.410889
vt 19.946711 -96.386734
vt 3.792654 -96.386734
vt 84.562912 -96.386734
vt 52.254807 -96.386734
vt 52.254807 -86.007690
vt 52.254807 -96.386734
vt 3.792654 -20.273750
vt 19.946674 -20.273750
vt 52.254807 -20.273750
vt 84.562912 -20.273750
vt 52.254807 -20.273750
vt 52.254807 -51.410889
vt 0.369869 62.758617
vt -15.740049 62.758617
vt -15.740049 97.355453
vt 0.369869 97.355453
vt 52.627388 14.323074
vt 36.531075 14.323074
vt 36.531075 48.919903
vt 52.627388 48.919903
vt -46.725842 -79.088318
vt -30.812561 -79.088318
vt -30.812561 -89.467392
vt -46.725842 -89.467392
vt -97.244370 28.161795
vt -81.134499 28.161795
vt -81.134499 10.863382
vt -97.244370 10.863382
vt -48.437302 45.460205
vt -32.340935 45.460205
vt -32.340935 10.863382
vt -48.437302 10.863382
vt 52.627388 -2.975338
vt 36.531075 -2.975338
vt -97.244370 62.758617
vt -81.134499 62.758617
vt -46.725842 -13.354390
vt -30.812561 -13.354390
vt -30.812561 -44.491520
vt -46.725842 -44.491520
vt -97.244370 -23.733442
vt -81.331085 -23.733442
vt -81.331085 -58.330219
vt -97.244370 -58.330219
vt -97.244370 -13.354366
vt -81.331085 -13.354366
vt -81.331085 -89.467346
vt -97.244370 -89.467346
vt -65.417854 80.057007
vt -53.193405 80.057007
vt -53.193405 97.355423
vt -65.417854 97.355423
vt -65.417854 62.758602
vt -53.193405 62.758602
vt 68.320557 48.919872
vt 98.244362 48.919872
vt -24.749386 2.975330
vt -23.441498 2.975330
vt -23.441498 1.591457
vt -24.749386 1.591457
vt -20.042763 0.345972
vt -21.352299 -0.345965
vt -21.352299 1.037908
vt -20.042763 1.037908
vt -22.736507 -2.698547
vt -21.352299 -2.698547
vt -21.352299 -3.390484
vt -22.736507 -3.113710
vt -22.133606 2.975330
vt -23.441494 2.283394
vt -23.441494 4.359203
vt -22.133606 4.359203
vt -24.757248 -1.868223
vt -23.373039 -1.868223
vt -23.373039 -3.390484
vt -24.757248 -3.113708
vt -22.736507 -1.314675
vt -21.352299 -1.314674
vt -21.352299 2.421782
vt -20.042763 2.421782
vt -23.441498 0.207584
vt -24.749386 0.899521
vt -22.736507 -0.069190
vt -21.352299 0.207585
vt -24.757248 -0.484352
vt -23.373039 -0.484352
vt -22.797642 2.283394
vt -21.488110 2.283394
vt -21.488110 0.207584
vt -22.797642 0.899521
vt -24.757248 -0.069189
vt -23.373039 0.207584
vn 0.0000 1.0000 0.0000
vn 0.0780 0.9970 0.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 0.0000
vn -1.0000 0.0000 0.0000
vn 0.3762 0.9266 0.0000
vn 0.6402 0.7682 0.0000
vn -0.6402 0.7682 0.0000
vn 0.0000 0.8321 0.5547
vn 0.0000 0.8321 -0.5547
usemtl Material.001
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
f 61/5/2 59/6/2 8/7/2 60/8/2
f 1/9/3 6/10/3 58/11/3 7/12/3 2/13/3
f 2/14/4 7/15/4 59/16/4 8/17/4 4/18/4
f 3/19/5 5/20/5 57/21/5 6/22/5 1/23/5
f 4/24/4 8/25/4 60/26/4 5/27/4 3/28/4
f 7/29/6 11/30/6 12/31/6 8/32/6 59/33/6
f 6/10/3 10/34/3 11/35/3 7/12/3 58/11/3
f 5/20/5 9/36/5 10/37/5 6/22/5 57/21/5
f 8/25/4 14/38/4 13/39/4 5/27/4 60/26/4
f 14/40/1 16/41/1 15/42/1 13/43/1
f 10/44/1 17/45/1 18/46/1 11/47/1
f 10/44/1 20/48/1 23/49/1 17/45/1
f 15/42/1 22/50/1 21/51/1 13/43/1
f 9/52/1 19/53/1 20/48/1 10/44/1
f 18/46/1 28/54/1 24/55/1 11/47/1
f 14/40/1 26/56/1 27/57/1 16/41/1
f 11/47/1 24/55/1 25/58/1 12/59/1
f 22/60/5 36/61/5 35/62/5 21/63/5
f 24/64/6 38/65/6 39/66/6 25/67/6
f 15/68/4 29/69/4 36/70/4 22/71/4
f 20/72/5 34/73/5 37/74/5 23/75/5
f 26/76/6 40/77/6 41/78/6 27/79/6
f 28/80/6 42/81/6 38/65/6 24/64/6
f 19/82/5 33/83/5 34/73/5 20/72/5
f 27/84/4 41/85/4 30/86/4 16/87/4
f 17/88/3 31/89/3 32/90/3 18/91/3
f 23/92/3 37/93/3 31/89/3 17/88/3
f 18/91/3 32/90/3 42/94/3 28/95/3
f 16/87/4 30/86/4 29/69/4 15/68/4
f 57/96/7 61/97/7 60/98/7 5/99/7
f 6/100/7 58/101/7 61/97/7 57/96/7
f 58/102/2 7/103/2 59/6/2 61/5/2
usemtl Material.002
f 33/104/8 47/105/8 48/106/8 34/107/8
f 42/108/9 56/109/9 52/110/9 38/111/9
f 29/112/10 43/113/10 50/114/10 36/115/10
f 36/116/8 50/117/8 49/118/8 35/119/8
f 32/120/11 46/121/11 56/122/11 42/123/11
f 30/124/10 44/125/10 43/113/10 29/112/10
f 38/111/9 52/110/9 53/126/9 39/127/9
f 34/107/8 48/106/8 51/128/8 37/129/8
f 41/130/10 55/131/10 44/125/10 30/124/10
f 31/132/11 45/133/11 46/121/11 32/120/11
f 40/134/9 54/135/9 55/136/9 41/137/9
f 37/138/11 51/139/11 45/133/11 31/132/11
o Cube_Cube.001
v 6.700000 6.023384 4.210000
v 6.600000 10.023384 4.300000
v 6.700000 6.023384 -4.610000
v 6.600000 10.023384 -4.700000
v 16.600000 6.023384 4.300000
v 16.600000 10.023384 4.300000
v 16.600000 6.023384 -4.700000
v 16.600000 10.023384 -4.700000
v 6.600000 6.023384 -0.200000
v 11.600000 6.023384 -4.700000
v 16.600000 6.023384 -0.200000
v 11.600000 6.023384 4.300000
v 11.600000 6.023384 -0.200000
v 6.600000 6.023384 2.050000
v 9.100000 6.023384 -4.700000
v 16.600000 6.023384 -2.450000
v 14.100000 6.023384 4.300000
v 6.700000 6.023384 -2.360000
v 14.100000 6.023384 -4.700000
v 16.600000 6.023384 2.050000
v 9.100000 6.023384 4.300000
v 11.600000 6.023384 2.050000
v 11.600000 6.023384 -2.450000
v 9.100000 6.023384 -0.200000
v 14.100000 6.023384 -0.200000
v 9.100000 6.023384 -2.450000
v 9.100000 6.023384 2.050000
v 14.100000 6.023384 2.050000
v 6.700000 6.023384 3.265000
v 7.750000 6.023384 -4.610000
v 16.600000 6.023384 -3.575000
v 15.350000 6.023384 4.300000
v 6.700000 6.023384 -1.415000
v 12.850000 6.023384 -4.700000
v 16.600000 6.023384 0.925000
v 10.350000 6.023384 4.300000
v 11.600000 6.023384 3.175000
v 11.600000 6.023384 -1.325000
v 7.850000 6.023384 -0.200000
v 12.850000 6.023384 -0.200000
v 6.600000 6.023384 0.925000
v 10.350000 6.023384 -4.700000
v 16.600000 6.023384 -1.325000
v 12.850000 6.023384 4.300000
v 6.700000 6.023384 -3.665000
v 15.350000 6.023384 -4.700000
v 16.600000 6.023384 3.175000
v 7.750000 6.023384 4.210000
v 11.600000 6.023384 0.925000
v 10.350000 6.023384 -0.200000
v 9.100000 6.023384 -1.325000
v 9.100000 6.023384 -3.575000
v 7.750000 6.023384 -2.360000
v 10.350000 6.023384 -2.450000
v 9.100000 6.023384 3.175000
v 9.100000 6.023384 0.925000
v 7.850000 6.023384 2.050000
v 10.350000 6.023384 2.050000
v 14.100000 6.023384 0.925000
v 12.850000 6.023384 2.050000
v 12.850000 6.023384 0.925000
v 10.350000 6.023384 0.925000
v 7.850000 6.023384 0.925000
v 7.750000 6.023384 3.265000
v 7.750000 6.023384 -3.665000
v 7.750000 6.023384 -1.415000
v 10.350000 6.023384 -1.325000
v 10.350000 6.023384 3.175000
v 6.600000 6.023384 3.175000
v 6.600000 6.023384 4.300000
v 7.850000 6.023384 4.300000
v 7.850000 6.023384 3.175000
v 7.850000 6.023384 -4.700000
v 6.600000 6.023384 -4.700000
v 6.600000 6.023384 -3.575000
v 7.850000 6.023384 -3.575000
v 7.850000 6.023384 -2.450000
v 6.600000 6.023384 -2.450000
v 6.600000 6.023384 -1.325000
v 7.850000 6.023384 -1.325000
v 6.700000 2.023384 3.265000
v 6.700000 2.023384 4.210000
v 7.750000 2.023384 4.210000
v 7.750000 2.023384 3.265000
v 7.750000 2.023384 -4.610000
v 6.700000 2.023384 -4.610000
v 6.700000 2.023384 -3.665000
v 7.750000 2.023384 -3.665000
v 7.750000 2.023384 -2.360000
v 6.700000 2.023384 -2.360000
v 6.700000 2.023384 -1.415000
v 7.750000 2.023384 -1.415000
v 16.600000 2.023384 -3.575000
v 16.600000 2.023384 -4.700000
v 15.350000 2.023384 4.300000
v 16.600000 2.023384 4.300000
v 12.850000 2.023384 -4.700000
v 11.600000 2.023384 -4.700000
v 16.600000 2.023384 0.925000
v 16.600000 2.023384 -0.200000
v 10.350000 2.023384 4.300000
v 11.600000 2.023384 4.300000
v 11.600000 2.023384 3.175000
v 11.600000 2.023384 -1.325000
v 11.600000 2.023384 -0.200000
v 12.850000 2.023384 -0.200000
v 10.350000 2.023384 -4.700000
v 9.100000 2.023384 -4.700000
v 16.600000 2.023384 -1.325000
v 16.600000 2.023384 -2.450000
v 12.850000 2.023384 4.300000
v 14.100000 2.023384 4.300000
v 15.350000 2.023384 -4.700000
v 14.100000 2.023384 -4.700000
v 16.600000 2.023384 3.175000
v 16.600000 2.023384 2.050000
v 11.600000 2.023384 -3.575000
v 11.600000 2.023384 -2.450000
v 15.350000 2.023384 -0.200000
v 14.100000 2.023384 -0.200000
v 14.100000 2.023384 -1.325000
v 14.100000 2.023384 -3.575000
v 14.100000 2.023384 -2.450000
v 12.850000 2.023384 -2.450000
v 15.350000 2.023384 -2.450000
v 9.100000 2.023384 -3.575000
v 9.100000 2.023384 -2.450000
v 10.350000 2.023384 -2.450000
v 9.100000 2.023384 3.175000
v 9.100000 2.023384 4.300000
v 14.100000 2.023384 3.175000
v 14.100000 2.023384 0.925000
v 14.100000 2.023384 2.050000
v 12.850000 2.023384 2.050000
v 11.600000 2.023384 2.050000
v 15.350000 2.023384 2.050000
v 15.350000 2.023384 0.925000
v 12.850000 2.023384 3.175000
v 10.350000 2.023384 -3.575000
v 15.350000 2.023384 -3.575000
v 12.850000 2.023384 -3.575000
v 12.850000 2.023384 -1.325000
v 15.350000 2.023384 -1.325000
v 10.350000 2.023384 3.175000
v 15.350000 2.023384 3.175000
vt 0.375000 0.000000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.375000 0.250000
vt 0.375000 0.218750
vt 0.375000 0.187500
vt 0.375000 0.156250
vt 0.375000 0.125000
vt 0.375000 0.093750
vt 0.375000 0.062500
vt 0.375000 0.031250
vt 0.625000 0.500000
vt 0.375000 0.500000
vt 0.375000 0.468750
vt 0.375000 0.437500
vt 0.375000 0.406250
vt 0.375000 0.375000
vt 0.375000 0.343750
vt 0.375000 0.312500
vt 0.375000 0.281250
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.375000 0.718750
vt 0.375000 0.687500
vt 0.375000 0.656250
vt 0.375000 0.625000
vt 0.375000 0.593750
vt 0.375000 0.562500
vt 0.375000 0.531250
vt 0.625000 1.000000
vt 0.375000 1.000000
vt 0.375000 0.968750
vt 0.375000 0.937500
vt 0.375000 0.906250
vt 0.375000 0.875000
vt 0.375000 0.843750
vt 0.375000 0.812500
vt 0.375000 0.781250
vt 0.375000 0.687500
vt 0.375000 0.656250
vt 0.875000 0.500000
vt 0.875000 0.750000
vt 0.187500 0.750000
vt 0.187500 0.718750
vt 0.187500 0.718750
vt 0.187500 0.750000
vt 0.218750 0.593750
vt 0.250000 0.593750
vt 0.250000 0.625000
vt 0.218750 0.625000
vt 0.375000 0.406250
vt 0.375000 0.375000
vt 0.218750 0.718750
vt 0.250000 0.718750
vt 0.250000 0.718750
vt 0.218750 0.718750
vt 0.375000 0.437500
vt 0.375000 0.718750
vt 0.156250 0.593750
vt 0.187500 0.593750
vt 0.187500 0.625000
vt 0.156250 0.625000
vt 0.156250 0.531250
vt 0.187500 0.531250
vt 0.187500 0.562500
vt 0.156250 0.562500
vt 0.375000 0.750000
vt 0.156250 0.718750
vt 0.156250 0.750000
vt 0.156250 0.656250
vt 0.187500 0.656250
vt 0.187500 0.687500
vt 0.156250 0.687500
vt 0.218750 0.656250
vt 0.250000 0.656250
vt 0.250000 0.687500
vt 0.218750 0.687500
vt 0.218750 0.562500
vt 0.187500 0.562500
vt 0.218750 0.562500
vt 0.281250 0.656250
vt 0.312500 0.656250
vt 0.312500 0.687500
vt 0.281250 0.687500
vt 0.250000 0.562500
vt 0.250000 0.562500
vt 0.375000 0.468750
vt 0.375000 0.500000
vt 0.281250 0.625000
vt 0.312500 0.625000
vt 0.375000 0.812500
vt 0.375000 0.781250
vt 0.187500 0.531250
vt 0.125000 0.656250
vt 0.125000 0.687500
vt 0.125000 0.625000
vt 0.153750 0.747500
vt 0.127500 0.747500
vt 0.127500 0.747500
vt 0.153750 0.747500
vt 0.125000 0.718750
vt 0.187500 0.500000
vt 0.187500 0.500000
vt 0.375000 0.562500
vt 0.375000 0.531250
vt 0.375000 0.843750
vt 0.125000 0.531250
vt 0.125000 0.562500
vt 0.153750 0.565000
vt 0.153750 0.591250
vt 0.153750 0.591250
vt 0.153750 0.565000
vt 0.156250 0.500000
vt 0.125000 0.593750
vt 0.153750 0.528750
vt 0.127500 0.528750
vt 0.127500 0.528750
vt 0.153750 0.528750
vt 0.375000 0.875000
vt 0.375000 0.593750
vt 0.375000 0.625000
vt 0.375000 0.343750
vt 0.375000 0.312500
vt 0.281250 0.687500
vt 0.250000 0.687500
vt 0.250000 0.625000
vt 0.281250 0.625000
vt 0.312500 0.687500
vt 0.312500 0.625000
vt 0.312500 0.656250
vt 0.250000 0.593750
vt 0.375000 0.906250
vt 0.127500 0.721250
vt 0.125000 0.750000
vt 0.153750 0.721250
vt 0.153750 0.502500
vt 0.127500 0.502500
vt 0.125000 0.500000
vt 0.127500 0.565000
vt 0.127500 0.591250
vt 0.127500 0.721250
vt 0.153750 0.721250
vt 0.127500 0.502500
vt 0.153750 0.502500
vt 0.127500 0.565000
vt 0.127500 0.591250
vt 0.343750 0.718750
vt 0.343750 0.750000
vt 0.250000 0.750000
vt 0.218750 0.750000
vt 0.343750 0.593750
vt 0.343750 0.625000
vt 0.281250 0.593750
vt 0.312500 0.593750
vt 0.281250 0.531250
vt 0.312500 0.531250
vt 0.312500 0.562500
vt 0.281250 0.562500
vt 0.343750 0.531250
vt 0.343750 0.562500
vt 0.218750 0.531250
vt 0.250000 0.531250
vt 0.281250 0.718750
vt 0.312500 0.718750
vt 0.312500 0.750000
vt 0.281250 0.750000
vt 0.343750 0.656250
vt 0.343750 0.687500
vt 0.218750 0.500000
vt 0.250000 0.500000
vt 0.312500 0.500000
vt 0.343750 0.500000
vt 0.281250 0.500000
vt 0.375000 0.937500
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 1.0000 0.0000
vn 0.0000 -1.0000 0.0000
usemtl Material
s off
f 131/140/12 63/141/12 65/142/12 135/143/12 136/144/12 139/145/12 140/146/12 70/147/12 102/148/12 75/149/12 130/150/12
f 135/143/13 65/142/13 69/151/13 68/152/13 107/153/13 80/154/13 95/155/13 71/156/13 103/157/13 76/158/13 134/159/13
f 68/152/14 69/151/14 67/160/14 66/161/14 108/162/14 81/163/14 96/164/14 72/165/14 104/166/14 77/167/14 92/168/14
f 66/161/15 67/160/15 63/169/15 131/170/15 132/171/15 82/172/15 97/173/15 73/174/15 105/175/15 78/176/15 93/177/15
f 96/164/14 81/163/14 177/178/14 160/179/14
f 69/151/16 65/180/16 63/181/16 67/160/16
f 82/182/12 116/183/12 190/184/12 191/185/12
f 128/186/17 99/187/17 74/188/17 111/189/17
f 71/156/13 95/155/13 158/190/13 159/191/13
f 129/192/13 98/193/13 164/194/13 205/195/13
f 95/155/13 80/154/13 175/196/13 158/190/13
f 81/163/14 108/162/14 176/197/14 177/178/14
f 141/198/17 112/199/17 85/200/17 100/201/17
f 137/202/17 113/203/17 87/204/17 138/205/17
f 108/162/14 66/161/14 157/206/14 176/197/14
f 133/207/17 116/183/17 82/182/17 132/208/17
f 124/209/17 117/210/17 88/211/17 118/212/17
f 123/213/17 110/214/17 83/215/17 119/216/17
f 115/217/15 87/204/15 188/218/15 189/219/15
f 122/220/17 120/221/17 89/222/17 121/223/17
f 84/224/15 115/217/15 189/219/15 179/225/15
f 116/183/13 129/192/13 205/195/13 190/184/13
f 80/154/13 107/153/13 174/226/13 175/196/13
f 107/153/13 68/152/13 155/227/13 174/226/13
f 110/214/17 122/220/17 121/223/17 83/215/17
f 74/188/17 101/228/17 122/220/17 110/214/17
f 101/228/17 86/229/17 120/221/17 122/220/17
f 93/177/15 78/176/15 173/230/15 156/231/15
f 87/204/12 113/203/12 187/232/12 188/218/12
f 66/161/15 93/177/15 156/231/15 157/206/15
f 117/210/17 123/213/17 119/216/17 88/211/17
f 85/200/17 111/189/17 123/213/17 117/210/17
f 111/189/17 74/188/17 110/214/17 123/213/17
f 102/233/17 124/209/17 118/212/17 75/234/17
f 70/235/17 100/201/17 124/209/17 102/233/17
f 100/201/17 85/200/17 117/210/17 124/209/17
f 109/236/15 62/237/15 143/238/15 144/239/15
f 75/234/17 118/212/17 133/207/17 130/240/17
f 118/212/17 88/211/17 116/183/17 133/207/17
f 113/203/12 76/241/12 169/242/12 187/232/12
f 92/168/14 77/167/14 171/243/14 154/244/14
f 78/176/15 105/175/15 172/245/15 173/230/15
f 136/246/17 137/202/17 138/205/17 139/247/17
f 114/248/14 127/249/14 153/250/14 150/251/14
f 134/252/17 76/241/17 113/203/17 137/202/17
f 140/253/17 141/198/17 100/201/17 70/235/17
f 126/254/15 106/255/15 148/256/15 149/257/15
f 138/205/17 87/204/17 112/199/17 141/198/17
f 105/175/15 73/174/15 163/258/15 172/245/15
f 77/167/14 104/166/14 170/259/14 171/243/14
f 104/166/14 72/165/14 161/260/14 170/259/14
f 76/158/13 103/157/13 168/261/13 169/262/13
f 103/157/13 71/156/13 159/191/13 168/261/13
f 68/152/14 92/168/14 154/244/14 155/227/14
f 83/215/13 121/223/13 195/263/13 196/264/13
f 101/228/15 74/188/15 166/265/15 167/266/15
f 121/223/13 89/222/13 194/267/13 195/263/13
f 86/229/15 101/228/15 167/266/15 181/268/15
f 89/222/12 120/221/12 193/269/12 194/267/12
f 120/221/12 86/229/12 181/268/12 193/269/12
f 112/199/17 128/186/17 111/189/17 85/200/17
f 87/204/17 115/217/17 128/186/17 112/199/17
f 115/217/17 84/224/17 99/187/17 128/186/17
f 74/188/12 99/187/12 165/270/12 166/265/12
f 88/211/17 119/216/17 129/192/17 116/183/17
f 119/216/17 83/215/17 98/193/17 129/192/17
f 99/187/12 84/224/12 179/225/12 165/270/12
f 98/193/12 83/215/12 196/264/12 164/194/12
f 73/174/15 97/173/15 162/271/15 163/258/15
f 90/272/17 62/237/17 131/273/17 130/240/17
f 62/237/17 109/236/17 132/208/17 131/273/17
f 109/236/17 125/274/17 133/207/17 132/208/17
f 125/274/17 90/272/17 130/240/17 133/207/17
f 91/275/17 64/276/17 135/277/17 134/252/17
f 64/276/17 106/255/17 136/246/17 135/277/17
f 126/254/17 91/275/17 134/252/17 137/202/17
f 106/255/17 126/254/17 137/202/17 136/246/17
f 114/248/17 79/278/17 139/247/17 138/205/17
f 79/278/17 94/279/17 140/253/17 139/247/17
f 127/249/17 114/248/17 138/205/17 141/198/17
f 94/279/17 127/249/17 141/198/17 140/253/17
f 142/280/17 145/281/17 144/239/17 143/238/17
f 147/282/17 146/283/17 149/257/17 148/256/17
f 151/284/17 150/251/17 153/250/17 152/285/17
f 64/276/13 91/275/13 146/283/13 147/282/13
f 127/249/15 94/279/15 152/285/15 153/250/15
f 125/274/14 109/236/14 144/239/14 145/281/14
f 106/255/12 64/276/12 147/282/12 148/256/12
f 79/278/13 114/248/13 150/251/13 151/284/13
f 90/272/13 125/274/13 145/281/13 142/280/13
f 91/275/14 126/254/14 149/257/14 146/283/14
f 94/279/12 79/278/12 151/284/12 152/285/12
f 62/237/12 90/272/12 142/280/12 143/238/12
f 206/286/17 176/197/17 157/206/17 156/287/17
f 205/195/17 164/194/17 163/288/17 162/289/17
f 204/290/17 170/259/17 161/260/17 180/291/17
f 203/292/17 182/293/17 181/268/17 167/266/17
f 202/294/17 183/295/17 184/296/17 185/297/17
f 201/298/17 154/244/17 171/243/17 186/299/17
f 200/300/17 178/301/17 179/225/17 189/219/17
f 199/302/17 192/303/17 173/304/17 172/305/17
f 198/306/17 160/179/17 177/178/17 197/307/17
f 193/269/17 198/306/17 197/307/17 194/267/17
f 181/268/17 180/291/17 198/306/17 193/269/17
f 180/291/17 161/260/17 160/179/17 198/306/17
f 164/194/17 199/302/17 172/305/17 163/288/17
f 196/264/17 195/263/17 199/302/17 164/194/17
f 195/263/17 194/267/17 192/303/17 199/302/17
f 187/232/17 200/300/17 189/219/17 188/218/17
f 169/242/17 168/308/17 200/300/17 187/232/17
f 168/308/17 159/309/17 178/301/17 200/300/17
f 183/295/17 201/298/17 186/299/17 184/296/17
f 175/310/17 174/311/17 201/298/17 183/295/17
f 174/311/17 155/227/17 154/244/17 201/298/17
f 178/301/17 202/294/17 185/297/17 179/225/17
f 159/309/17 158/312/17 202/294/17 178/301/17
f 158/312/17 175/310/17 183/295/17 202/294/17
f 165/270/17 203/292/17 167/266/17 166/265/17
f 179/225/17 185/297/17 203/292/17 165/270/17
f 185/297/17 184/296/17 182/293/17 203/292/17
f 182/293/17 204/290/17 180/291/17 181/268/17
f 184/296/17 186/299/17 204/290/17 182/293/17
f 186/299/17 171/243/17 170/259/17 204/290/17
f 190/184/17 205/195/17 162/289/17 191/185/17
f 192/303/17 206/286/17 156/287/17 173/304/17
f 194/267/17 197/307/17 206/286/17 192/303/17
f 197/307/17 177/178/17 176/197/17 206/286/17
f 72/165/14 96/164/14 160/179/14 161/260/14
f 97/173/15 82/172/15 191/313/15 162/271/15

View File

@ -0,0 +1,51 @@
# Blender v3.0.0 OBJ File: 'laundry-collision.blend'
# www.blender.org
o Plane.001
v 1.050000 1.300000 1.000000
v 7.950000 1.300000 1.000000
v 1.050000 1.300000 -15.000000
v 7.950000 1.300000 -15.000000
v 6.570000 1.300000 1.000000
v 6.570000 1.300000 -15.000000
v 1.050000 1.300000 -8.440001
v 7.950000 1.300000 -8.440001
v 6.570000 1.300000 -8.440001
v 1.050000 1.300000 -1.454400
v 7.950000 1.300000 -1.454400
v 6.570000 1.300000 -1.454400
v 7.950000 2.300000 -1.454400
v 7.950000 2.300000 -8.440001
v 6.570000 2.300000 -1.454400
v 6.570000 2.300000 -8.440001
v 1.050000 6.300000 1.000000
v 7.950000 6.300000 1.000000
v 1.050000 6.300000 -15.000000
v 7.950000 6.300000 -15.000000
v 6.570000 6.300000 1.000000
v 6.570000 6.300000 -15.000000
v 1.050000 6.300000 -8.440001
v 7.950000 6.300000 -8.440001
v 1.050000 6.300000 -1.454400
v 7.950000 6.300000 -1.454400
v 7.950000 6.300000 -1.454400
v 7.950000 6.300000 -8.440001
s off
f 9 8 4 6
f 7 9 6 3
f 10 12 9 7
f 8 9 16 14
f 5 2 11 12
f 1 5 12 10
f 15 13 14 16
f 9 12 15 16
f 12 11 13 15
f 11 2 18 26
f 3 6 22 19
f 1 10 25 17
f 7 3 19 23
f 5 1 17 21
f 2 5 21 18
f 6 4 20 22
f 10 7 23 25
f 4 8 24 20
f 13 27 28 14

View File

@ -0,0 +1,28 @@
# Blender v3.0.0 OBJ File: 'laundry-window.blend'
# www.blender.org
o Plane_Plane.001
v 8.000000 1.320791 -15.000000
v 6.250000 1.320791 -15.000000
v 1.000000 1.829113 -15.000000
v 4.500000 1.829113 -15.000000
v 6.250000 1.829113 -15.000000
v 1.000000 6.619112 -15.000000
v 4.500000 6.619112 -15.000000
v 6.250000 6.619112 -15.000000
v 8.000000 6.610790 -15.000000
v 6.250000 6.610790 -15.000000
vt 0.732416 0.535168
vt 0.732416 0.802752
vt 0.000000 0.802752
vt 0.000000 0.535168
vt 0.732416 0.000000
vt 0.000000 0.000000
vt 0.732416 0.000000
vt 1.000000 0.000000
vt 1.000000 0.808868
vt 0.732416 0.808868
vn 0.0000 0.0000 1.0000
s off
f 4/1/1 5/2/1 8/3/1 7/4/1
f 3/5/1 4/1/1 7/4/1 6/6/1
f 2/7/1 1/8/1 9/9/1 10/10/1

View File

@ -0,0 +1,268 @@
# Blender v3.0.0 OBJ File: 'laundry.blend'
# www.blender.org
o Plane_Plane.001
v -1.000000 1.320791 1.000000
v 1.000000 1.320791 1.000000
v -1.000000 1.320791 -15.000000
v 1.000000 1.320791 -15.000000
v -1.000000 1.320791 -15.010000
v 1.000000 1.320791 -15.010000
v -1.000000 4.320790 -15.010000
v 1.000000 4.320790 -15.010000
v -1.000000 4.320790 1.000000
v 1.000000 4.320790 1.000000
v -1.000000 4.320790 -15.000000
v 8.000000 1.320791 1.000000
v 8.000000 1.320791 -15.000000
v 8.000000 7.320790 1.000000
v 8.000000 7.320790 -15.000000
v 1.000000 4.320790 1.000000
v 1.000000 4.320790 -15.000000
v 1.000000 7.320790 1.000000
v 1.000000 7.320790 -15.000000
v 4.500000 1.320791 1.000000
v 6.250000 1.320791 1.000000
v 1.000000 1.320791 1.000000
v 8.000000 1.320791 1.000000
v 4.500000 1.320791 1.000000
v 6.250000 1.320791 1.000000
v 1.000000 1.320791 1.000000
v 8.000000 1.320791 1.000000
v 4.500000 1.320791 1.000000
v 6.250000 1.320791 1.000000
v 1.000000 7.320790 1.000000
v 8.000000 7.320790 1.000000
v 4.500000 7.320790 1.000000
v 6.250000 7.320790 1.000000
v 1.000000 1.320791 -15.000000
v 8.000000 1.320791 -15.000000
v 1.000000 1.320791 -15.000000
v 8.000000 1.320791 -15.000000
v 1.000000 1.320791 -30.000000
v 8.000000 1.320791 -30.000000
v 21.000000 1.320791 -15.000000
v 21.000000 1.320791 -30.000000
v -4.000000 1.320791 -15.000000
v -4.000000 1.320791 -30.000000
v 1.000000 5.320790 -30.000000
v 8.000000 5.320790 -30.000000
v 21.000000 5.320790 -30.000000
v -4.000000 5.320790 -15.000000
v -4.000000 5.320790 -30.000000
v 4.500000 1.320791 -15.000000
v 4.500000 1.320791 -15.000000
v 1.000000 1.320791 -15.000000
v 8.000000 1.320791 -15.000000
v 8.000000 1.320791 -15.000000
v 4.500000 1.320791 -15.000000
v 4.500000 1.320791 -15.000000
v 1.000000 1.320791 -15.000000
v 8.000000 1.320791 -15.000000
v 1.000000 1.320791 -15.000000
v 8.000000 1.320791 -15.000000
v 4.500000 1.320791 -15.000000
v 6.250000 1.320791 -15.000000
v 1.000000 1.829113 -15.000000
v 4.500000 1.829113 -15.000000
v 6.250000 1.829113 -15.000000
v 8.000000 7.320790 1.000000
v 8.000000 7.320790 -15.000000
v 1.000000 6.620790 -15.000000
v 8.000000 6.620790 -15.000000
v 4.500000 7.320790 1.000000
v 6.250000 7.320790 1.000000
v 4.500000 6.320790 1.000000
v 6.250000 6.320790 1.000000
v 21.000000 1.320791 -15.000000
v 21.000000 5.320790 -15.000000
v 4.500000 1.320791 2.000000
v 6.250000 1.320791 2.000000
v 4.500000 1.320791 2.000000
v 6.250000 1.320791 2.000000
v 4.500000 7.320790 2.000000
v 6.250000 7.320790 2.000000
v 4.500000 6.320790 2.000000
v 6.250000 6.320790 2.000000
v 4.500000 6.320790 2.000000
v 6.250000 6.320790 2.000000
vt 0.600000 0.400250
vt 0.550000 0.400250
vt 0.550000 0.000250
vt 0.600000 0.000250
vt 0.550000 0.000000
vt 0.600000 0.000000
vt 0.175000 0.625000
vt 0.225000 0.625000
vt 0.225000 0.700000
vt 0.175000 0.700000
vt 0.225000 0.625000
vt 0.275000 0.625000
vt 0.275000 0.700000
vt 0.225000 0.700000
vt 0.950000 0.000000
vt 0.950000 0.400000
vt 0.875000 0.400000
vt 0.875000 0.000000
vt 0.462500 0.400250
vt 0.418750 0.400250
vt 0.375000 0.400250
vt 0.375000 0.000250
vt 0.750000 0.400000
vt 0.750000 0.799999
vt 0.600000 0.799999
vt 0.600000 0.400000
vt 0.950000 0.400000
vt 0.950000 0.000000
vt 1.000000 0.000000
vt 1.000000 0.400000
vt 0.950000 0.400000
vt 0.950000 0.800000
vt 0.875000 0.800000
vt 0.875000 0.400000
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.000000 0.625000
vt 0.087500 0.625000
vt 0.087500 0.775000
vt 0.000000 0.775000
vt 0.087500 0.625000
vt 0.131249 0.625000
vt 0.131249 0.775000
vt 0.087500 0.775000
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.000000 0.500000
vt 0.000000 0.412500
vt 0.000000 0.325001
vt 0.375000 0.325001
vt 0.375000 0.500000
vt 0.000000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.625000
vt 0.000000 0.625000
vt 0.875000 0.125000
vt 0.875000 0.300000
vt 0.775000 0.300000
vt 0.775000 0.125000
vt 0.875000 0.000000
vt 0.775000 0.000000
vt 0.475000 0.425250
vt 0.475000 0.800250
vt 0.375000 0.800250
vt 0.375000 0.425250
vt 0.875000 0.625000
vt 0.775000 0.625000
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.575000 0.425250
vt 0.287708 0.712500
vt 0.287708 0.756250
vt 0.275000 0.756250
vt 0.275000 0.712500
vt 0.287708 0.625000
vt 0.275000 0.625000
vt 0.600000 0.400000
vt 0.600000 0.000000
vt 0.775000 0.000000
vt 0.775000 0.400000
vt 0.731250 0.400000
vt 0.687500 0.400000
vt 0.750000 0.575000
vt 0.750000 0.400000
vt 0.767500 0.400000
vt 0.767500 0.575000
vt 0.312708 0.668750
vt 0.312708 0.625000
vt 0.337708 0.625000
vt 0.337708 0.668750
vt 0.475000 0.425249
vt 0.575000 0.425249
vt 0.575000 0.800249
vt 0.475000 0.800249
vt 0.600000 0.575250
vt 0.600000 0.725250
vt 0.575000 0.725250
vt 0.575000 0.575250
vt 0.462500 0.425250
vt 0.418750 0.425250
vt 0.575000 0.575250
vt 0.600000 0.425250
vt 0.600000 0.575250
vt 0.312708 0.625000
vt 0.312708 0.668750
vt 0.287708 0.668750
vt 0.287708 0.625000
vt 0.131250 0.625000
vt 0.175000 0.625000
vt 0.175000 0.750000
vt 0.131250 0.750000
vn 0.0000 1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 0.0000 0.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 -1.0000 0.0000
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
f 3/4/1 4/3/1 6/5/1 5/6/1
f 5/7/2 6/8/2 8/9/2 7/10/2
f 2/11/3 1/12/3 9/13/3 10/14/3
f 1/15/4 3/16/4 11/17/4 9/18/4
f 4/3/1 2/2/1 20/19/1 21/20/1 12/21/1 13/22/1
f 13/23/5 12/24/5 14/25/5 15/26/5
f 9/27/6 11/28/6 17/29/6 16/30/6
f 16/31/4 17/32/4 19/33/4 18/34/4
f 20/35/2 2/36/2 22/37/2 24/38/2
f 12/39/2 21/40/2 25/41/2 23/42/2
f 24/38/2 22/37/2 26/43/2 28/44/2
f 23/42/2 25/41/2 29/45/2 27/46/2
f 28/47/3 26/48/3 30/49/3 32/50/3
f 27/51/3 29/52/3 33/53/3 31/54/3
f 4/55/2 13/56/2 35/57/2 50/58/2 34/59/2
f 34/59/2 50/58/2 35/57/2 37/60/2 49/61/2 36/62/2
f 36/63/1 49/64/1 37/65/1 39/66/1 38/67/1
f 39/66/1 37/65/1 40/68/1 41/69/1
f 36/63/1 38/67/1 43/70/1 42/71/1
f 38/72/2 39/73/2 45/74/2 44/75/2
f 43/76/2 38/72/2 44/75/2 48/77/2
f 42/78/4 43/79/4 48/80/4 47/81/4
f 39/73/2 41/82/2 46/83/2 45/74/2
f 50/58/2 35/57/2 53/84/2 54/85/2
f 13/56/2 4/55/2 51/86/2 55/87/2 52/88/2
f 4/55/2 13/56/2 57/89/2 56/90/2
f 56/90/3 57/89/3 59/91/3 61/92/3 60/93/3 58/94/3
f 60/95/2 61/96/2 64/97/2 63/98/2
f 58/99/2 60/95/2 63/98/2 62/100/2
f 18/101/6 19/102/6 66/103/6 65/104/6 70/105/6 69/106/6
f 66/107/2 19/108/2 67/109/2 68/110/2
f 69/111/3 70/112/3 72/113/3 71/114/3
f 46/115/5 41/116/5 73/117/5 74/118/5
f 28/119/4 32/120/4 79/121/4 77/122/4
f 21/20/1 20/19/1 75/123/1 76/124/1
f 33/125/5 29/45/5 78/126/5 80/127/5
f 71/128/6 72/129/6 82/130/6 81/131/6
f 76/132/3 75/133/3 83/134/3 84/135/3

View File

@ -0,0 +1,12 @@
# Blender 3.4.1 MTL File: 'stairs.blend'
# www.blender.org
newmtl Material
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 1.000000 0.789943 0.002057
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,467 @@
# Blender 3.4.1
# www.blender.org
mtllib stairs.mtl
o Cube
v 1.000000 1.000000 -1.000000
v 1.000000 -1.027078 -1.000000
v 1.000000 1.000000 1.000000
v -11.000000 1.000000 -1.000000
v -11.000000 -1.027078 -1.000000
v -11.000000 1.000000 1.000000
v 1.000000 3.000000 1.000000
v 1.000000 1.000000 1.000000
v 1.000000 3.000000 3.000000
v -11.000000 3.000000 1.000000
v -11.000000 1.000000 1.000000
v -11.000000 3.000000 3.000000
v 1.000000 5.000000 3.000000
v 1.000000 3.000000 3.000000
v 1.000000 5.000000 5.000000
v -11.000000 5.000000 3.000000
v -11.000000 3.000000 3.000000
v -11.000000 5.000000 5.000000
v 1.000000 7.000000 5.000000
v 1.000000 5.000000 5.000000
v 1.000000 7.000000 7.000000
v -11.000000 7.000000 5.000000
v -11.000000 5.000000 5.000000
v -11.000000 7.000000 7.000000
v 1.000000 9.000000 7.000000
v 1.000000 7.000000 7.000000
v 1.000000 9.000000 9.000000
v -11.000000 9.000000 7.000000
v -11.000000 7.000000 7.000000
v -11.000000 9.000000 9.000000
v 1.000000 11.000000 9.000000
v 1.000000 9.000000 9.000000
v 1.000000 11.000000 11.000000
v -11.000000 11.000000 9.000000
v -11.000000 9.000000 9.000000
v -11.000000 11.000000 11.000000
v 1.000000 13.000000 11.000000
v 1.000000 11.000000 11.000000
v 1.000000 13.000000 13.000000
v -11.000000 13.000000 11.000000
v -11.000000 11.000000 11.000000
v -11.000000 13.000000 13.000000
v 1.000000 15.000000 13.000000
v 1.000000 13.000000 13.000000
v 1.000000 15.000000 15.000000
v -11.000000 15.000000 13.000000
v -11.000000 13.000000 13.000000
v -11.000000 15.000000 15.000000
v 1.000000 17.000000 15.000000
v 1.000000 15.000000 15.000000
v 1.000000 17.000000 17.000000
v -11.000000 17.000000 15.000000
v -11.000000 15.000000 15.000000
v -11.000000 17.000000 17.000000
v 1.000000 19.000000 17.000000
v 1.000000 17.000000 17.000000
v 1.000000 19.000000 19.000000
v -11.000000 19.000000 17.000000
v -11.000000 17.000000 17.000000
v -11.000000 19.000000 19.000000
v 1.000000 21.000000 19.000000
v 1.000000 19.000000 19.000000
v 1.000000 21.000000 21.000000
v -11.000000 21.000000 19.000000
v -11.000000 19.000000 19.000000
v -11.000000 21.000000 21.000000
v 1.000000 23.000000 21.000000
v 1.000000 21.000000 21.000000
v 1.000000 23.000000 23.000000
v -11.000000 23.000000 21.000000
v -11.000000 21.000000 21.000000
v -11.000000 23.000000 23.000000
v 1.000000 25.000000 23.000000
v 1.000000 23.000000 23.000000
v 1.000000 25.000000 25.000000
v -11.000000 25.000000 23.000000
v -11.000000 23.000000 23.000000
v -11.000000 25.000000 25.000000
v 1.000000 27.000000 25.000000
v 1.000000 25.000000 25.000000
v 1.000000 27.000000 27.000000
v -11.000000 27.000000 25.000000
v -11.000000 25.000000 25.000000
v -11.000000 27.000000 27.000000
v 1.000000 29.000000 27.000000
v 1.000000 27.000000 27.000000
v 1.000000 29.000000 29.000000
v -11.000000 29.000000 27.000000
v -11.000000 27.000000 27.000000
v -11.000000 29.000000 29.000000
v 1.000000 31.000000 29.000000
v 1.000000 29.000000 29.000000
v 1.000000 31.000000 31.000000
v -11.000000 31.000000 29.000000
v -11.000000 29.000000 29.000000
v -11.000000 31.000000 31.000000
v 1.000000 33.000000 31.000000
v 1.000000 31.000000 31.000000
v 1.000000 33.000000 33.000000
v -11.000000 33.000000 31.000000
v -11.000000 31.000000 31.000000
v -11.000000 33.000000 33.000000
v 1.000000 35.000000 33.000000
v 1.000000 33.000000 33.000000
v 1.000000 35.000000 35.000000
v -11.000000 35.000000 33.000000
v -11.000000 33.000000 33.000000
v -11.000000 35.000000 35.000000
v 1.000000 37.000000 35.000000
v 1.000000 35.000000 35.000000
v 1.000000 37.000000 37.000000
v -11.000000 37.000000 35.000000
v -11.000000 35.000000 35.000000
v -11.000000 37.000000 37.000000
v 1.000000 39.000000 37.000000
v 1.000000 37.000000 37.000000
v 1.000000 39.000000 59.000000
v -11.000000 39.000000 37.000000
v -11.000000 37.000000 37.000000
v -11.000000 39.000000 59.000000
v 1.000000 -1.100000 -71.000000
v -11.000000 -1.100000 -71.000000
v 1.000000 19.000000 -1.000000
v -11.000000 19.000000 -1.000000
v 1.000000 59.000000 37.000000
v 1.000000 59.000000 59.000000
v -11.000000 59.000000 37.000000
v -11.000000 59.000000 59.000000
v 1.000000 19.000000 -71.000000
v -11.000000 19.000000 -71.000000
v -11.000000 59.000000 37.000000
v -11.000000 59.000000 59.000000
v -11.000000 19.000000 -1.000000
v -11.000000 19.000000 -71.000000
v 1.000000 59.000000 37.000000
v -11.000000 59.000000 37.000000
v 1.000000 36.972923 37.000000
v 1.000000 59.000000 37.000000
v -11.000000 19.000000 -1.000000
v -11.000000 59.000000 37.000000
v -11.000000 36.972923 37.000000
v -11.000000 59.000000 37.000000
v 1.000000 39.000000 79.000000
v -11.000000 39.000000 79.000000
v 3.000000 39.000000 59.000000
v 3.000000 59.000000 59.000000
v 3.000000 39.000000 79.000000
v 3.000000 39.000000 79.000000
v 3.000000 59.000000 79.000000
v -11.000000 39.000000 79.000000
v -11.000000 59.000000 79.000000
v 3.000000 59.000000 59.000000
v 3.000000 59.000000 79.000000
v 1.000000 39.000000 79.000000
v -11.000000 39.000000 79.000000
v 3.000000 39.000000 79.000000
v 1.000000 11.000000 -71.000000
v -11.000000 11.000000 -71.000000
v -11.000000 -1.100000 -71.000000
v -11.000000 19.000000 -71.000000
v -5.000000 11.000000 -71.000000
v -11.000000 -1.100000 -71.000000
v -5.000000 -1.100000 -71.000000
v -11.000000 43.000000 79.000000
v 3.000000 43.000000 79.000000
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 1.0000 -0.0010
vn 1.0000 -0.0000 -0.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn -0.0000 -0.6887 0.7250
vn -0.0000 -0.0000 1.0000
vt 0.983138 0.260114
vt 0.274565 0.841041
vt 0.289211 0.841041
vt 0.694123 0.505775
vt 0.382763 0.408112
vt 0.968688 0.260114
vt 0.983138 0.346819
vt 0.274565 0.927746
vt 0.289211 0.927746
vt 0.780827 0.505775
vt 0.000000 0.499001
vt 0.968688 0.346819
vt 0.303662 0.841041
vt 0.318113 0.841041
vt 0.289212 0.841041
vt 0.303662 0.927746
vt 0.318113 0.927746
vt 0.289212 0.927746
vt 0.657328 0.882585
vt 0.628427 0.882585
vt 0.642877 0.882585
vt 0.642878 0.882585
vt 0.657328 0.969290
vt 0.628427 0.969290
vt 0.642877 0.969290
vt 0.642878 0.969290
vt 0.628426 0.882585
vt 0.599525 0.882585
vt 0.613976 0.882585
vt 0.613976 0.882585
vt 0.628426 0.969290
vt 0.599525 0.969290
vt 0.613976 0.969290
vt 0.613976 0.969290
vt 0.599525 0.882585
vt 0.570623 0.882585
vt 0.585074 0.882585
vt 0.585074 0.882585
vt 0.599525 0.969290
vt 0.570623 0.969290
vt 0.585074 0.969290
vt 0.585074 0.969290
vt 0.570623 0.882585
vt 0.527271 0.882585
vt 0.541722 0.882585
vt 0.556172 0.882585
vt 0.570623 0.969290
vt 0.527271 0.969290
vt 0.541722 0.969290
vt 0.556172 0.969290
vt 0.968688 0.592482
vt 0.968688 0.086705
vt 0.983139 0.086705
vt 0.954237 0.592482
vt 0.968688 0.679187
vt 0.968688 0.173409
vt 0.983139 0.173409
vt 0.954237 0.679187
vt 0.671779 0.882585
vt 0.686230 0.882585
vt 0.657328 0.882585
vt 0.671779 0.969290
vt 0.686230 0.969290
vt 0.657328 0.969290
vt 0.440565 0.882585
vt 0.318113 0.841041
vt 0.332563 0.841041
vt 0.426115 0.882585
vt 0.440565 0.969290
vt 0.318113 0.927746
vt 0.332563 0.927746
vt 0.426115 0.969290
vt 0.347015 0.841041
vt 0.361465 0.841041
vt 0.332563 0.841041
vt 0.347015 0.927746
vt 0.361465 0.927746
vt 0.332563 0.927746
vt 0.375916 0.841041
vt 0.939785 0.650285
vt 0.954235 0.650285
vt 0.361465 0.841041
vt 0.375916 0.927746
vt 0.939785 0.736990
vt 0.954235 0.736990
vt 0.361465 0.927746
vt 0.968687 0.000000
vt 0.954237 0.086705
vt 0.968687 0.086705
vt 0.954237 0.000000
vt 0.968687 0.086705
vt 0.954237 0.173409
vt 0.968687 0.173409
vt 0.954237 0.086705
vt 0.968687 0.173409
vt 0.954237 0.505777
vt 0.968687 0.505777
vt 0.954237 0.173409
vt 0.968687 0.260114
vt 0.954237 0.592482
vt 0.968687 0.592482
vt 0.954237 0.260114
vt 0.983137 0.173409
vt 0.954237 0.679187
vt 0.968687 0.679187
vt 0.968687 0.173409
vt 0.983137 0.260114
vt 0.954237 0.765892
vt 0.968687 0.765892
vt 0.968687 0.260114
vt 0.397215 0.882585
vt 0.411665 0.882585
vt 0.382763 0.882585
vt 0.397215 0.969290
vt 0.411665 0.969290
vt 0.382763 0.969290
vt 0.426115 0.882585
vt 0.968687 0.000000
vt 0.983137 0.000000
vt 0.411665 0.882585
vt 0.426115 0.969290
vt 0.968687 0.086705
vt 0.983137 0.086705
vt 0.411665 0.969290
vt 0.455017 0.882585
vt 0.469467 0.882585
vt 0.440567 0.882585
vt 0.455017 0.969290
vt 0.469467 0.969290
vt 0.440567 0.969290
vt 0.483917 0.882585
vt 0.498367 0.882585
vt 0.469467 0.882585
vt 0.483917 0.969290
vt 0.498367 0.969290
vt 0.469467 0.969290
vt 0.512821 0.882585
vt 0.527271 0.882585
vt 0.498371 0.882585
vt 0.512821 0.969290
vt 0.527271 0.969290
vt 0.498371 0.969290
vt 0.853081 0.505779
vt 0.541721 0.882585
vt 0.838631 0.809242
vt 0.556171 0.882585
vt 0.838631 0.968201
vt 0.853081 0.664738
vt 0.939786 0.505779
vt 0.939786 0.505779
vt 0.541721 0.969290
vt 0.838631 0.809242
vt 0.556171 0.969290
vt 0.939786 0.664738
vt 0.838631 0.650284
vt 0.694123 0.000000
vt 0.557933 0.882584
vt 0.780827 0.000000
vt 0.082508 0.000000
vt 0.694123 0.809244
vt 0.867532 0.505775
vt 0.954237 0.000000
vt 0.518459 0.357853
vt 0.142740 0.522758
vt 0.694122 0.809242
vt 0.086704 0.841042
vt 0.694122 0.968201
vt 0.086704 1.000000
vt 0.939786 0.650288
vt 0.694122 0.809242
vt 0.694122 0.650284
vt 0.867532 0.289017
vt 0.694123 0.832146
vt 0.867533 0.000000
vt 0.173409 0.986272
vt 0.225768 0.023842
vt 0.694123 0.809244
vt 0.000000 0.841042
vt 0.000000 1.000000
vt 0.780828 0.505775
vt 0.867532 0.000000
vt 0.694123 0.809244
vt 0.780828 0.000000
vt 0.086704 0.986272
vt 0.954236 0.289015
vt 0.867532 0.289015
vt 0.694123 0.809244
vt 0.544876 0.055275
vt 0.694123 0.000000
vt 0.694123 0.809244
vt 0.694123 0.809244
vt 0.225768 0.814919
vt 0.382763 0.841042
vt 0.853081 0.809246
vt 0.694123 0.809244
vt 0.939786 0.809246
vt 0.694123 0.809244
vt 0.838630 0.664738
vt 0.954237 0.505779
vt 0.838631 0.809242
vt 0.954237 0.650288
vt 0.838631 0.953751
vt 0.838630 0.809246
vt 0.694123 0.809244
vt 0.983139 0.809242
vt 0.983139 0.953751
vt 0.838631 0.505775
vt 0.694122 0.505775
vt 0.867532 0.433525
vt 0.274565 0.956646
vt 0.968687 0.289017
vt 0.968687 0.433525
vt 0.173409 0.956646
vt 0.694123 0.809244
vt 0.694123 0.809244
vt 0.694123 0.809244
vt 0.173409 0.928469
vt 0.086704 0.928469
vt 0.694123 0.809244
vt 0.694123 0.809244
vt 0.130056 0.928469
vt 0.086704 0.841041
vt 0.130056 0.841041
vt 0.274565 0.841042
vt 0.173409 0.841042
s 0
usemtl Material
f 1/1/1 4/7/1 6/12/1 3/6/1
f 5/9/2 4/8/2 1/2/2 2/3/2
f 7/13/1 10/16/1 12/18/1 9/15/1
f 11/17/2 10/16/2 7/13/2 8/14/2
f 13/19/1 16/23/1 18/26/1 15/22/1
f 17/25/2 16/24/2 13/20/2 14/21/2
f 19/27/1 22/31/1 24/34/1 21/30/1
f 23/33/2 22/32/2 19/28/2 20/29/2
f 25/35/1 28/39/1 30/42/1 27/38/1
f 29/41/2 28/40/2 25/36/2 26/37/2
f 31/43/1 34/47/1 36/50/1 33/46/1
f 35/49/2 34/48/2 31/44/2 32/45/2
f 37/51/1 40/55/1 42/58/1 39/54/1
f 41/57/2 40/56/2 37/52/2 38/53/2
f 43/59/1 46/62/1 48/64/1 45/61/1
f 47/63/2 46/62/2 43/59/2 44/60/2
f 49/65/1 52/69/1 54/72/1 51/68/1
f 53/71/2 52/70/2 49/66/2 50/67/2
f 55/73/1 58/76/1 60/78/1 57/75/1
f 59/77/2 58/76/2 55/73/2 56/74/2
f 61/79/1 64/83/1 66/86/1 63/82/1
f 65/85/2 64/84/2 61/80/2 62/81/2
f 67/87/1 70/91/1 72/94/1 69/90/1
f 71/93/2 70/92/2 67/88/2 68/89/2
f 73/95/1 76/99/1 78/102/1 75/98/1
f 77/101/2 76/100/2 73/96/2 74/97/2
f 79/103/1 82/107/1 84/110/1 81/106/1
f 83/109/2 82/108/2 79/104/2 80/105/2
f 85/111/1 88/114/1 90/116/1 87/113/1
f 89/115/2 88/114/2 85/111/2 86/112/2
f 91/117/1 94/121/1 96/124/1 93/120/1
f 95/123/2 94/122/2 91/118/2 92/119/2
f 97/125/1 100/128/1 102/130/1 99/127/1
f 101/129/2 100/128/2 97/125/2 98/126/2
f 103/131/1 106/134/1 108/136/1 105/133/1
f 107/135/2 106/134/2 103/131/2 104/132/2
f 109/137/1 112/140/1 114/142/1 111/139/1
f 113/141/2 112/140/2 109/137/2 110/138/2
f 115/143/1 118/150/1 120/154/1 117/148/1
f 119/153/2 118/151/2 115/144/2 116/146/2
f 5/10/3 2/4/3 121/156/3 122/158/3
f 5/11/4 122/159/4 130/176/4 124/164/4
f 115/145/5 117/147/5 126/167/5 125/165/5
f 121/157/5 2/5/5 123/163/5 129/173/5
f 120/155/4 118/152/4 127/170/4 128/171/4
f 125/166/6 126/168/6 132/179/6 131/178/6
f 129/174/6 123/161/6 133/180/6 134/183/6
f 133/181/7 123/162/7 135/185/7 136/186/7
f 123/163/5 2/5/5 137/188/5 138/189/5
f 133/182/1 136/187/1 140/191/1 139/190/1
f 5/11/4 124/164/4 142/193/4 141/192/4
f 117/148/1 120/154/1 144/196/1 143/194/1
f 117/148/1 143/194/1 147/203/1 145/198/1
f 126/169/8 117/149/8 145/199/8 146/201/8
f 146/202/5 145/200/5 148/205/5 149/206/5
f 120/155/4 128/171/4 151/208/4 150/207/4
f 151/209/6 128/172/6 152/211/6 153/212/6
f 147/204/1 143/195/1 154/214/1 156/216/1
f 143/195/1 144/197/1 155/215/1 154/214/1
f 129/175/8 134/184/8 158/218/8 161/221/8 157/217/8
f 130/177/1 122/160/1 159/219/1 160/220/1
f 161/221/8 158/218/8 162/222/8 163/223/8
f 151/210/2 153/213/2 165/225/2 164/224/2

View File

@ -0,0 +1,42 @@
# Blender 3.3.0 MTL File: 'backrooms.blend'
# www.blender.org
newmtl book_pattern
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd -s 0.25 0.25 1 C:/Users/INSPIRON/Downloads/textures/book_pattern_1k.blend/textures/book_pattern_col1_1k.png
newmtl ceiling
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd -o 0.023 0.102 0 -s 0.164 0.164 1 C:/Users/INSPIRON/Downloads/textures/OfficeCeiling001_1K-PNG/OfficeCeiling001_1K_Color.png
newmtl light
Ns 360.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
newmtl walls
Ns 13.966929
Ka 1.000000 1.000000 1.000000
Ks 0.736364 0.736364 0.736364
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:/Users/INSPIRON/Downloads/walls_texture.png

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,145 @@
# Blender v2.79 (sub 0) OBJ File: 'boardwalk-collision.blend'
# www.blender.org
o Plane.001
v -3.684931 0.118742 3.926048
v -1.684931 0.118742 3.926048
v -3.684931 0.118742 3.526048
v -1.684931 0.118742 3.526048
v -0.368236 0.118742 4.207662
v -0.368236 0.118742 3.807662
v 2.531412 0.118742 3.438987
v 2.531412 0.118742 3.038987
v 5.041264 0.118742 2.204419
v 4.715713 0.118742 1.972005
v 6.610699 0.118742 -0.704295
v 6.219578 0.118742 -0.788105
v 6.611935 0.118742 -2.332760
v 6.218342 0.118742 -2.261451
v 5.278884 0.118742 -4.648836
v 4.977324 0.118742 -4.386039
v 1.929927 0.118742 -5.985180
v 1.746845 0.118742 -5.629539
v -1.951169 0.118742 -6.005753
v -2.001767 0.118742 -5.608966
v -5.488157 0.118742 -5.593069
v -5.538754 0.118742 -5.196282
v -3.684931 0.711473 3.926048
v -1.684931 0.711473 3.926048
v -3.684931 0.711473 3.526048
v -1.684931 0.711473 3.526048
v -0.368236 0.711473 4.207662
v -0.368236 0.711473 3.807662
v 2.531412 0.711473 3.438987
v 2.531412 0.711473 3.038987
v 5.041264 0.711473 2.204419
v 4.715713 0.711473 1.972005
v 6.610699 0.711473 -0.704295
v 6.219578 0.711473 -0.788105
v 6.611935 0.711473 -2.332760
v 6.218342 0.711473 -2.261451
v 5.278884 0.711473 -4.648836
v 4.977324 0.711473 -4.386039
v 1.929927 0.711473 -5.985180
v 1.746845 0.711473 -5.629539
v -1.951169 0.711473 -6.005753
v -2.001767 0.711473 -5.608966
v -5.488157 0.711473 -5.593069
v -5.538754 0.711473 -5.196282
vt 1.000000 0.969825
vt 0.827121 0.971415
vt 0.820094 0.932300
vt 0.992974 0.930710
vt 0.718253 1.000000
vt 0.711227 0.960885
vt 0.454106 0.927138
vt 0.447080 0.888023
vt 0.215469 0.808408
vt 0.239527 0.785422
vt 0.028713 0.525221
vt 0.061049 0.516714
vt 0.000000 0.365979
vt 0.035275 0.372639
vt 0.074544 0.138436
vt 0.105227 0.163895
vt 0.340552 0.005097
vt 0.362625 0.039728
vt 0.675671 0.000000
vt 0.687015 0.038760
vt 0.988656 0.037544
vt 1.000000 0.076304
vt 0.447080 0.888023
vt 0.711227 0.960885
vt 0.061049 0.516714
vt 0.239527 0.785422
vt 0.074544 0.138436
vt 0.340552 0.005097
vt 0.675671 0.000000
vt 0.988656 0.037544
vt 0.454106 0.927138
vt 0.215469 0.808408
vt 0.028713 0.525221
vt 0.000000 0.365979
vt 1.000000 0.969825
vt 0.827121 0.971415
vt 0.362625 0.039728
vt 0.105227 0.163895
vt 0.992974 0.930710
vt 1.000000 0.076304
vt 0.687015 0.038760
vt 0.718253 1.000000
vt 0.035275 0.372639
vt 0.820094 0.932300
vn 0.0000 1.0000 0.0000
vn 0.2562 0.0000 0.9666
vn 0.8781 0.0000 0.4784
vn -0.3706 0.0000 0.9288
vn 0.1159 0.0000 0.9933
vn -0.4414 0.0000 -0.8973
vn -1.0000 0.0000 -0.0008
vn 0.0000 0.0000 -1.0000
vn 0.3592 0.0000 -0.9332
vn 1.0000 0.0000 0.0000
vn -0.1159 0.0000 -0.9933
vn 0.2091 0.0000 -0.9779
vn 0.4389 0.0000 0.8985
vn 1.0000 0.0000 -0.0008
vn -0.2091 0.0000 0.9779
vn -0.0053 0.0000 1.0000
vn -0.8801 0.0000 -0.4749
vn -0.8667 0.0000 0.4988
vn 0.8635 0.0000 -0.5044
vn -0.0055 0.0000 -1.0000
vn 0.0000 0.0000 1.0000
vn -0.2562 0.0000 -0.9666
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
f 4/3/1 2/2/1 5/5/1 6/6/1
f 6/6/1 5/5/1 7/7/1 8/8/1
f 8/8/1 7/7/1 9/9/1 10/10/1
f 10/10/1 9/9/1 11/11/1 12/12/1
f 12/12/1 11/11/1 13/13/1 14/14/1
f 14/14/1 13/13/1 15/15/1 16/16/1
f 16/16/1 15/15/1 17/17/1 18/18/1
f 18/18/1 17/17/1 19/19/1 20/20/1
f 20/20/1 19/19/1 21/21/1 22/22/1
f 6/6/2 8/8/2 30/23/2 28/24/2
f 10/10/3 12/12/3 34/25/3 32/26/3
f 17/17/4 15/15/4 37/27/4 39/28/4
f 21/21/5 19/19/5 41/29/5 43/30/5
f 9/9/6 7/7/6 29/31/6 31/32/6
f 13/13/7 11/11/7 33/33/7 35/34/7
f 2/2/8 1/1/8 23/35/8 24/36/8
f 16/16/9 18/18/9 40/37/9 38/38/9
f 1/1/10 3/4/10 25/39/10 23/35/10
f 20/20/11 22/22/11 44/40/11 42/41/11
f 5/5/12 2/2/12 24/36/12 27/42/12
f 8/8/13 10/10/13 32/26/13 30/23/13
f 12/12/14 14/14/14 36/43/14 34/25/14
f 4/3/15 6/6/15 28/24/15 26/44/15
f 19/19/16 17/17/16 39/28/16 41/29/16
f 11/11/17 9/9/17 31/32/17 33/33/17
f 15/15/18 13/13/18 35/34/18 37/27/18
f 14/14/19 16/16/19 38/38/19 36/43/19
f 18/18/20 20/20/20 42/41/20 40/37/20
f 3/4/21 4/3/21 26/44/21 25/39/21
f 7/7/22 5/5/22 27/42/22 29/31/22

View File

@ -0,0 +1,32 @@
# Blender MTL File: 'boardwalk.blend'
# Material Count: 3
newmtl Material
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
newmtl Material.001
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
newmtl Material.003
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.280444 0.105728 0.059248
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,545 @@
# Blender v2.79 (sub 0) OBJ File: ''
# www.blender.org
o Plane
v -34.576088 -0.942775 47.978485
v -0.102767 -0.942775 47.978485
v -0.102767 -0.942745 -37.671013
v -34.576088 -0.942745 -37.671013
v -34.576088 21.610016 47.978485
v -34.576088 21.610044 -37.671013
v -0.102767 21.610016 47.978485
v -0.102767 21.610044 -37.671013
vn 0.5774 0.5774 -0.5774
vn -0.5774 0.5774 -0.5774
vn -0.5774 0.5774 0.5774
vn 0.5774 0.5774 0.5774
vn 0.5774 -0.5774 -0.5774
vn 0.5774 -0.5774 0.5774
vn -0.5774 -0.5774 0.5774
vn -0.5774 -0.5774 -0.5774
s 1
f 1//1 2//2 3//3 4//4
f 5//5 6//6 8//7 7//8
f 3//3 8//7 6//6 4//4
f 4//4 6//6 5//5 1//1
f 1//1 5//5 7//8 2//2
f 2//2 7//8 8//7 3//3
o Cube.006_Cube.007
v 5.439948 0.472431 37.983425
v 5.439948 14.947285 37.983429
v -0.486620 14.947284 38.789227
v -0.486620 0.472431 38.789223
v -2.534503 14.947285 32.622688
v -2.534503 0.472432 32.622684
v 20.443426 0.472432 29.498524
v 20.443426 14.947286 29.498526
v 21.965776 14.947286 29.291540
v 21.965776 0.472432 29.291538
v 24.013659 14.947285 35.458080
v 24.013659 0.472431 35.458076
v 22.491308 -0.949348 35.665062
v 20.443426 -0.949347 29.498524
v 21.965776 -0.949347 29.291538
v 24.013659 -0.949348 35.458076
v 22.491308 14.947285 35.665066
v -0.486620 -0.949348 38.789223
v -2.534503 -0.949347 32.622684
v 5.439948 -0.949348 37.983425
v 3.392065 0.472432 31.816887
v 3.392065 -0.949347 31.816887
v 3.392065 14.947286 31.816889
v 22.491308 0.472431 35.665062
vn 0.1347 0.0000 0.9909
vn -0.9490 -0.0000 0.3152
vn -0.1347 0.0000 -0.9909
vn 0.9490 0.0000 -0.3152
vn -0.0000 -1.0000 -0.0000
vn 0.0000 1.0000 0.0000
s 1
f 21//9 32//9 9//9 28//9
f 9//9 10//9 11//9 12//9
f 12//10 11//10 13//10 14//10
f 15//11 16//11 17//11 18//11
f 18//12 17//12 19//12 20//12
f 21//13 22//13 23//13 24//13
f 16//14 25//14 19//14 17//14
f 23//12 18//12 20//12 24//12
f 22//11 15//11 18//11 23//11
f 26//10 12//10 14//10 27//10
f 28//9 9//9 12//9 26//9
f 27//11 14//11 29//11 30//11
f 13//14 11//14 10//14 31//14
f 26//13 27//13 30//13 28//13
f 14//11 13//11 31//11 29//11
f 32//9 25//9 10//9 9//9
f 20//9 19//9 25//9 32//9
f 24//9 20//9 32//9 21//9
f 30//11 29//11 15//11 22//11
f 31//14 10//14 25//14 16//14
f 28//13 30//13 22//13 21//13
f 29//11 31//11 16//11 15//11
o Cube.011
v -6.064543 0.472442 -32.875427
v -6.064543 14.947296 -32.875423
v -11.991112 14.947295 -32.069626
v -11.991112 0.472442 -32.069630
v -14.038994 14.947297 -38.236164
v -14.038994 0.472443 -38.236168
v 8.938935 0.472444 -41.360329
v 8.938935 14.947297 -41.360325
v 10.461286 14.947297 -41.567310
v 10.461286 0.472444 -41.567314
v 12.509168 14.947296 -35.400772
v 12.509168 0.472443 -35.400776
v 10.986817 -0.949336 -35.193790
v 8.938935 -0.949335 -41.360329
v 10.461286 -0.949335 -41.567314
v 12.509168 -0.949336 -35.400776
v 10.986817 14.947296 -35.193787
v -11.991112 -0.949337 -32.069630
v -14.038994 -0.949336 -38.236168
v -6.064543 -0.949337 -32.875427
v -8.112426 0.472443 -39.041965
v -8.112426 -0.949336 -39.041965
v -8.112426 14.947297 -39.041962
v 10.986817 0.472443 -35.193790
vn 0.1347 0.0000 0.9909
vn -0.9490 -0.0000 0.3152
vn -0.1347 0.0000 -0.9909
vn 0.9490 0.0000 -0.3152
vn 0.0000 -1.0000 -0.0000
vn 0.0000 1.0000 0.0000
s 1
f 45//15 56//15 33//15 52//15
f 33//15 34//15 35//15 36//15
f 36//16 35//16 37//16 38//16
f 39//17 40//17 41//17 42//17
f 42//18 41//18 43//18 44//18
f 45//19 46//19 47//19 48//19
f 40//20 49//20 43//20 41//20
f 47//18 42//18 44//18 48//18
f 46//17 39//17 42//17 47//17
f 50//16 36//16 38//16 51//16
f 52//15 33//15 36//15 50//15
f 51//17 38//17 53//17 54//17
f 37//20 35//20 34//20 55//20
f 50//19 51//19 54//19 52//19
f 38//17 37//17 55//17 53//17
f 56//15 49//15 34//15 33//15
f 44//15 43//15 49//15 56//15
f 48//15 44//15 56//15 45//15
f 54//17 53//17 39//17 46//17
f 55//20 34//20 49//20 40//20
f 52//19 54//19 46//19 45//19
f 53//17 55//17 40//17 39//17
o Cube.004_Cube.005
v -26.137548 0.472441 -25.796820
v -26.137548 14.947294 -25.796818
v -32.073723 14.947295 -26.528482
v -32.073723 0.472441 -26.528484
v -32.481934 14.947296 -33.013340
v -32.481934 0.472442 -33.013344
v -9.466753 0.472442 -30.176600
v -9.466753 14.947295 -30.176598
v -7.941935 14.947295 -29.988655
v -7.941935 0.472442 -29.988657
v -7.533726 14.947294 -23.503798
v -7.533726 0.472441 -23.503799
v -9.058546 -0.949338 -23.691742
v -9.466753 -0.949337 -30.176600
v -7.941935 -0.949337 -29.988657
v -7.533726 -0.949338 -23.503799
v -9.058546 14.947294 -23.691740
v -32.073723 -0.949338 -26.528484
v -32.481934 -0.949337 -33.013344
v -26.137548 -0.949338 -25.796820
v -26.545755 0.472442 -32.281677
v -26.545755 -0.949337 -32.281677
v -26.545755 14.947296 -32.281673
v -9.058546 0.472441 -23.691742
vn -0.1223 0.0000 0.9925
vn -0.9980 -0.0000 0.0628
vn 0.1223 0.0000 -0.9925
vn 0.9980 0.0000 -0.0628
vn -0.0000 -1.0000 -0.0000
vn -0.0000 1.0000 0.0000
s 1
f 69//21 80//21 57//21 76//21
f 57//21 58//21 59//21 60//21
f 60//22 59//22 61//22 62//22
f 63//23 64//23 65//23 66//23
f 66//24 65//24 67//24 68//24
f 69//25 70//25 71//25 72//25
f 64//26 73//26 67//26 65//26
f 71//24 66//24 68//24 72//24
f 70//23 63//23 66//23 71//23
f 74//22 60//22 62//22 75//22
f 76//21 57//21 60//21 74//21
f 75//23 62//23 77//23 78//23
f 61//26 59//26 58//26 79//26
f 74//25 75//25 78//25 76//25
f 62//23 61//23 79//23 77//23
f 80//21 73//21 58//21 57//21
f 68//21 67//21 73//21 80//21
f 72//21 68//21 80//21 69//21
f 78//23 77//23 63//23 70//23
f 79//26 58//26 73//26 64//26
f 76//25 78//25 70//25 69//25
f 77//23 79//23 64//23 63//23
o Cube.007_Cube.008
v 5.439948 0.472432 27.710371
v 5.439948 14.947286 27.710373
v -0.486620 14.947286 28.516169
v -0.486620 0.472432 28.516167
v -2.534503 14.947287 22.349630
v -2.534503 0.472433 22.349628
v 20.443426 0.472434 19.225468
v 20.443426 14.947288 19.225470
v 21.965776 14.947288 19.018484
v 21.965776 0.472434 19.018482
v 24.013659 14.947287 25.185024
v 24.013659 0.472433 25.185022
v 22.491308 -0.949346 25.392006
v 20.443426 -0.949345 19.225468
v 21.965776 -0.949345 19.018482
v 24.013659 -0.949346 25.185022
v 22.491308 14.947287 25.392008
v -0.486620 -0.949347 28.516167
v -2.534503 -0.949346 22.349628
v 5.439948 -0.949347 27.710371
v 3.392065 0.472433 21.543831
v 3.392065 -0.949346 21.543831
v 3.392065 14.947287 21.543833
v 22.491308 0.472433 25.392006
vn 0.1347 0.0000 0.9909
vn -0.9490 -0.0000 0.3152
vn -0.1347 0.0000 -0.9909
vn 0.9490 0.0000 -0.3152
vn -0.0000 -1.0000 -0.0000
vn -0.0000 1.0000 0.0000
s 1
f 93//27 104//27 81//27 100//27
f 81//27 82//27 83//27 84//27
f 84//28 83//28 85//28 86//28
f 87//29 88//29 89//29 90//29
f 90//30 89//30 91//30 92//30
f 93//31 94//31 95//31 96//31
f 88//32 97//32 91//32 89//32
f 95//30 90//30 92//30 96//30
f 94//29 87//29 90//29 95//29
f 98//28 84//28 86//28 99//28
f 100//27 81//27 84//27 98//27
f 99//29 86//29 101//29 102//29
f 85//32 83//32 82//32 103//32
f 98//31 99//31 102//31 100//31
f 86//29 85//29 103//29 101//29
f 104//27 97//27 82//27 81//27
f 92//27 91//27 97//27 104//27
f 96//27 92//27 104//27 93//27
f 102//29 101//29 87//29 94//29
f 103//32 82//32 97//32 88//32
f 100//31 102//31 94//31 93//31
f 101//29 103//29 88//29 87//29
o Cube.009_Cube.001
v 18.567976 0.472437 1.027332
v 18.567976 14.947290 1.027334
v 17.440880 14.947289 6.901274
v 17.440880 0.472436 6.901272
v 10.943239 14.947289 6.874795
v 10.943239 0.472436 6.874793
v 15.313116 0.472440 -15.899090
v 15.313116 14.947293 -15.899087
v 15.602633 14.947293 -17.407923
v 15.602633 0.472440 -17.407925
v 22.100273 14.947293 -17.381443
v 22.100273 0.472440 -17.381445
v 21.810757 -0.949339 -15.872610
v 15.313116 -0.949339 -15.899090
v 15.602633 -0.949339 -17.407925
v 22.100273 -0.949339 -17.381445
v 21.810757 14.947293 -15.872607
v 17.440880 -0.949343 6.901272
v 10.943239 -0.949343 6.874793
v 18.567976 -0.949342 1.027332
v 12.070337 0.472437 1.000853
v 12.070337 -0.949342 1.000853
v 12.070337 14.947290 1.000855
v 21.810757 0.472440 -15.872610
vn 0.9821 0.0000 0.1884
vn -0.0041 -0.0000 1.0000
vn -0.9821 0.0000 -0.1884
vn 0.0041 0.0000 -1.0000
vn 0.0000 -1.0000 -0.0000
vn -0.0000 1.0000 0.0000
s 1
f 117//33 128//33 105//33 124//33
f 105//33 106//33 107//33 108//33
f 108//34 107//34 109//34 110//34
f 111//35 112//35 113//35 114//35
f 114//36 113//36 115//36 116//36
f 117//37 118//37 119//37 120//37
f 112//38 121//38 115//38 113//38
f 119//36 114//36 116//36 120//36
f 118//35 111//35 114//35 119//35
f 122//34 108//34 110//34 123//34
f 124//33 105//33 108//33 122//33
f 123//35 110//35 125//35 126//35
f 109//38 107//38 106//38 127//38
f 122//37 123//37 126//37 124//37
f 110//35 109//35 127//35 125//35
f 128//33 121//33 106//33 105//33
f 116//33 115//33 121//33 128//33
f 120//33 116//33 128//33 117//33
f 126//35 125//35 111//35 118//35
f 127//38 106//38 121//38 112//38
f 124//37 126//37 118//37 117//37
f 125//35 127//35 112//35 111//35
o Cube.001_Cube.004
v -15.857758 0.472434 17.610039
v -15.857758 14.947288 17.610041
v -12.217397 14.947289 14.349767
v -12.217397 0.472435 14.349764
v -6.908142 14.947288 18.083969
v -6.908142 0.472434 18.083967
v -21.022205 0.472432 30.724396
v -21.022205 14.947286 30.724398
v -21.957302 14.947286 31.561863
v -21.957302 0.472432 31.561861
v -27.266556 14.947286 27.827660
v -27.266556 0.472432 27.827658
v -26.331461 -0.949346 26.990192
v -21.022205 -0.949347 30.724396
v -21.957302 -0.949347 31.561861
v -27.266556 -0.949347 27.827658
v -26.331461 14.947286 26.990194
v -12.217397 -0.949344 14.349764
v -6.908142 -0.949345 18.083967
v -15.857758 -0.949345 17.610039
v -10.548503 0.472434 21.344242
v -10.548503 -0.949345 21.344242
v -10.548503 14.947287 21.344244
v -26.331461 0.472433 26.990192
vn -0.6671 0.0000 -0.7449
vn 0.5753 0.0000 -0.8179
vn 0.6671 -0.0000 0.7449
vn -0.5753 -0.0000 0.8179
vn -0.0000 -1.0000 -0.0000
vn -0.0000 1.0000 0.0000
vn -0.6672 0.0000 -0.7449
s 1
f 129//39 130//39 131//39 132//39
f 132//40 131//40 133//40 134//40
f 135//41 136//41 137//41 138//41
f 138//42 137//42 139//42 140//42
f 141//43 142//43 143//43 144//43
f 136//44 145//44 139//44 137//44
f 143//42 138//42 140//42 144//42
f 142//41 135//41 138//41 143//41
f 146//40 132//40 134//40 147//40
f 148//39 129//39 132//39 146//39
f 147//41 134//41 149//41 150//41
f 133//44 131//44 130//44 151//44
f 146//43 147//43 150//43 148//43
f 134//41 133//41 151//41 149//41
f 152//39 145//39 130//39 129//39
f 140//45 139//45 145//39 152//39
f 144//45 140//45 152//39 141//39
f 150//41 149//41 135//41 142//41
f 151//44 130//44 145//44 136//44
f 148//43 150//43 142//43 141//43
f 149//41 151//41 136//41 135//41
f 141//39 152//39 129//39 148//39
o Cube.003
v -31.934307 17.000004 -22.558905
v -38.152020 17.000004 -24.075491
v -42.811054 17.000000 -4.974348
v -36.593342 17.000000 -3.457762
v -42.811054 -0.999999 -4.974351
v -44.019276 -1.000003 19.031376
v -44.019276 16.999996 19.031378
v -38.152020 -0.999996 -24.075493
v -31.934307 -0.999996 -22.558907
v -36.593342 -0.999999 -3.457765
v -37.801563 16.999996 20.547968
v -36.376297 16.999992 43.595657
v -30.158585 16.999992 45.112244
v -37.801563 -1.000003 20.547966
v -30.158585 -1.000007 45.112240
v -36.376297 -1.000007 43.595654
vn -0.0000 1.0000 0.0000
vn -0.9987 -0.0000 -0.0503
vn -0.9715 0.0000 -0.2370
vn -0.0000 -1.0000 -0.0000
vn 0.9715 0.0000 0.2370
vn 0.2370 0.0000 -0.9715
vn 0.9987 -0.0000 0.0503
vn -0.2370 -0.0000 0.9715
vn -0.9548 0.0000 0.2971
vn 0.9548 0.0000 -0.2971
s 1
f 153//46 154//46 155//46 156//46
f 155//47 157//47 158//47 159//47
f 157//48 155//48 154//48 160//48
f 160//49 161//49 162//49 157//49
f 161//50 153//50 156//50 162//50
f 160//51 154//51 153//51 161//51
f 163//46 159//46 164//46 165//46
f 157//49 162//49 166//49 158//49
f 156//46 155//46 159//46 163//46
f 162//52 156//52 163//52 166//52
f 167//53 165//53 164//53 168//53
f 159//54 158//54 168//54 164//54
f 158//49 166//49 167//49 168//49
f 166//55 163//55 165//55 167//55
o Cube.002
v -4.023742 17.000004 -23.289732
v -8.858564 17.000004 -19.096346
v 4.023742 17.000000 -4.243519
v 8.858564 17.000002 -8.436907
v 8.858564 -0.999999 -8.436910
v 4.023742 -0.999999 -4.243522
v -8.858564 -0.999997 -19.096348
v -4.023742 -0.999996 -23.289734
vn -0.0000 1.0000 0.0000
vn 0.6552 -0.0000 0.7554
vn -0.7554 -0.0000 0.6552
vn 0.0000 -1.0000 -0.0000
vn 0.7554 0.0000 -0.6552
vn -0.6552 0.0000 -0.7554
s 1
f 169//56 170//56 171//56 172//56
f 173//57 172//57 171//57 174//57
f 174//58 171//58 170//58 175//58
f 175//59 176//59 173//59 174//59
f 176//60 169//60 172//60 173//60
f 175//61 170//61 169//61 176//61
o Cube.001
v 3.200000 17.000000 -3.999997
v -3.200000 17.000000 -3.999997
v -3.200000 17.000000 4.000003
v 3.200000 17.000000 4.000003
v 3.200000 -1.000001 4.000000
v -3.200000 -1.000001 4.000000
v -3.200000 -0.999999 -4.000000
v 3.200000 -0.999999 -4.000000
vn 0.0000 1.0000 0.0000
vn 0.0000 -0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 -1.0000 -0.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
s 1
f 177//62 178//62 179//62 180//62
f 181//63 180//63 179//63 182//63
f 182//64 179//64 178//64 183//64
f 183//65 184//65 181//65 182//65
f 184//66 177//66 180//66 181//66
f 183//67 178//67 177//67 184//67
o Cube.005_Cube.006
v -25.612591 0.472431 38.284317
v -25.612591 14.947284 38.284321
v -31.593651 14.947284 38.305561
v -31.593651 0.472431 38.305557
v -32.814754 14.947286 31.923639
v -32.814754 0.472432 31.923637
v -9.625559 0.472432 31.841284
v -9.625559 14.947286 31.841286
v -8.089209 14.947286 31.835829
v -8.089209 0.472432 31.835827
v -6.868105 14.947284 38.217754
v -6.868105 0.472431 38.217751
v -8.404455 -0.949348 38.223206
v -9.625559 -0.949347 31.841284
v -8.089209 -0.949347 31.835827
v -6.868105 -0.949348 38.217751
v -8.404455 14.947284 38.223209
v -31.593651 -0.949348 38.305557
v -32.814754 -0.949347 31.923637
v -25.612591 -0.949348 38.284317
v -26.833696 0.472432 31.902397
v -26.833696 -0.949347 31.902397
v -26.833696 14.947286 31.902399
v -8.404455 0.472431 38.223206
vn 0.0036 0.0000 1.0000
vn -0.9822 -0.0000 0.1879
vn -0.0036 0.0000 -1.0000
vn 0.9822 0.0000 -0.1879
vn 0.0000 -1.0000 -0.0000
vn 0.0000 1.0000 0.0000
s 1
f 197//68 208//68 185//68 204//68
f 185//68 186//68 187//68 188//68
f 188//69 187//69 189//69 190//69
f 191//70 192//70 193//70 194//70
f 194//71 193//71 195//71 196//71
f 197//72 198//72 199//72 200//72
f 192//73 201//73 195//73 193//73
f 199//71 194//71 196//71 200//71
f 198//70 191//70 194//70 199//70
f 202//69 188//69 190//69 203//69
f 204//68 185//68 188//68 202//68
f 203//70 190//70 205//70 206//70
f 189//73 187//73 186//73 207//73
f 202//72 203//72 206//72 204//72
f 190//70 189//70 207//70 205//70
f 208//68 201//68 186//68 185//68
f 196//68 195//68 201//68 208//68
f 200//68 196//68 208//68 197//68
f 206//70 205//70 191//70 198//70
f 207//73 186//73 201//73 192//73
f 204//72 206//72 198//72 197//72
f 205//70 207//70 192//70 191//70
o Cube.008_Cube.009
v 5.439948 0.472434 16.846380
v 5.439948 14.947288 16.846382
v -0.486620 14.947288 17.652178
v -0.486620 0.472434 17.652176
v -2.534503 14.947289 11.485641
v -2.534503 0.472435 11.485638
v 20.443426 0.472436 8.361477
v 20.443426 14.947289 8.361480
v 21.965776 14.947289 8.154495
v 21.965776 0.472436 8.154492
v 24.013659 14.947289 14.321034
v 24.013659 0.472435 14.321032
v 22.491308 -0.949344 14.528015
v 20.443426 -0.949343 8.361477
v 21.965776 -0.949343 8.154492
v 24.013659 -0.949344 14.321032
v 22.491308 14.947289 14.528018
v -0.486620 -0.949345 17.652176
v -2.534503 -0.949344 11.485638
v 5.439948 -0.949345 16.846380
v 3.392065 0.472435 10.679840
v 3.392065 -0.949344 10.679840
v 3.392065 14.947289 10.679843
v 22.491308 0.472435 14.528015
vn 0.1347 0.0000 0.9909
vn -0.9490 -0.0000 0.3152
vn -0.1347 0.0000 -0.9909
vn 0.9490 0.0000 -0.3152
vn 0.0000 -1.0000 -0.0000
vn -0.0000 1.0000 0.0000
s 1
f 221//74 232//74 209//74 228//74
f 209//74 210//74 211//74 212//74
f 212//75 211//75 213//75 214//75
f 215//76 216//76 217//76 218//76
f 218//77 217//77 219//77 220//77
f 221//78 222//78 223//78 224//78
f 216//79 225//79 219//79 217//79
f 223//77 218//77 220//77 224//77
f 222//76 215//76 218//76 223//76
f 226//75 212//75 214//75 227//75
f 228//74 209//74 212//74 226//74
f 227//76 214//76 229//76 230//76
f 213//79 211//79 210//79 231//79
f 226//78 227//78 230//78 228//78
f 214//76 213//76 231//76 229//76
f 232//74 225//74 210//74 209//74
f 220//74 219//74 225//74 232//74
f 224//74 220//74 232//74 221//74
f 230//76 229//76 215//76 222//76
f 231//79 210//79 225//79 216//79
f 228//78 230//78 222//78 221//78
f 229//76 231//76 216//76 215//76

View File

@ -0,0 +1,62 @@
# Blender MTL File: 'None'
# Material Count: 6
newmtl Material.001
Ns 223.529412
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 323.529412
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 223.529412
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.004
Ns 223.529412
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.005
Ns 223.529412
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.006
Ns 223.529412
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
# Blender MTL File: 'road.blend'
# Material Count: 2
newmtl Grass
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Road
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,332 @@
# Blender v3.0.0 OBJ File: 'road.blend'
# www.blender.org
mtllib road.mtl
o Cube
v 11.553738 -0.000721 -1.834323
v 11.553738 -0.377832 -1.834323
v 12.426826 -0.000721 1.834323
v 12.426826 -0.377832 1.834323
v -47.366501 -0.000721 -1.885553
v -47.366501 -0.377832 -1.885553
v -47.366501 -0.000721 1.885553
v -47.366501 -0.377832 1.885553
v 33.483040 -0.000721 -7.045158
v 33.483040 -0.377832 -7.045158
v 34.686447 -0.000721 -3.471219
v 34.686447 -0.377832 -3.471219
v 63.912849 -0.000721 -17.210266
v 63.912849 -0.377832 -17.210266
v 66.077400 -0.000721 -14.122229
v 66.077400 -0.377832 -14.122229
v 112.246902 -0.000721 -51.089878
v 112.246902 -0.377832 -51.089878
v 114.411453 -0.000721 -48.001839
v 114.411453 -0.377832 -48.001839
v 195.890030 -0.000721 -122.306236
v 195.890030 -0.377832 -122.306236
v 198.054581 -0.000721 -119.218201
v 198.054581 -0.377832 -119.218201
v 365.924561 -0.000721 -247.276245
v 365.924561 -0.377832 -247.276245
v 367.513733 -0.000721 -243.856323
v 367.513733 -0.377832 -243.856323
v 508.352386 -0.000721 -327.412842
v 508.352386 -0.377832 -327.412842
v 508.307465 -0.000721 -323.641968
v 508.307465 -0.377832 -323.641968
v 667.269409 -0.000721 -384.691528
v 667.269409 -0.377832 -384.691528
v 667.224487 -0.000721 -380.920654
v 667.224487 -0.377832 -380.920654
v -137.186310 -0.377832 -14.342683
v -137.186310 -0.377832 -10.571576
v -137.186310 -0.000721 -10.571576
v -137.186310 -0.000721 -14.342683
v -250.995117 -0.377832 -46.591824
v -250.995117 -0.377832 -42.820717
v -250.995117 -0.000721 -42.820717
v -250.995117 -0.000721 -46.591824
v -413.092010 -0.377832 -110.313568
v -413.092010 -0.377832 -106.542465
v -413.092010 -0.000721 -106.542465
v -413.092010 -0.000721 -110.313568
v -584.825073 -0.377832 -188.902924
v -584.825073 -0.377832 -185.131836
v -584.825073 -0.000721 -185.131836
v -584.825073 -0.000721 -188.902924
v -754.993896 -0.377832 -287.652252
v -754.993896 -0.377832 -283.881165
v -754.993896 -0.000721 -283.881165
v -754.993896 -0.000721 -287.652252
v -800.963745 -0.377832 -314.888275
v -800.963745 -0.377832 -311.117188
v -800.963745 -0.000721 -311.117188
v -800.963745 -0.000721 -314.888275
vt 2.486795 -1.154053
vt 2.486795 -1.896240
vt 2.538100 -1.896240
vt 2.538100 -1.154053
vt -2.253615 0.458496
vt -2.026302 1.671875
vt -2.077548 1.674316
vt -2.304865 0.460938
vt -2.342798 -0.350830
vt -2.292377 -0.342285
vt 2.538100 -0.848877
vt 2.486795 -0.848877
vt 2.589408 -2.355225
vt 2.589408 -1.644775
vt 2.538103 -1.644775
vt 2.538103 -2.355225
vt 2.589408 -1.348145
vt 2.589408 -0.916016
vt 2.538103 -0.916016
vt 2.538103 -1.348145
vt -2.285081 -0.657227
vt -2.235734 -0.643799
vt -2.160617 -1.090576
vt -1.731440 -1.769287
vt -1.688076 -1.742432
vt -2.117259 -1.063721
vt 2.538100 -0.399658
vt 2.486795 -0.399658
vt 2.538100 0.388916
vt 2.486795 0.388916
vt 2.589408 -0.120117
vt 2.538103 -0.120117
vt -0.817691 -2.952148
vt 0.766586 -5.334961
vt 0.814088 -5.316650
vt -0.774328 -2.925293
vt 2.589408 1.336182
vt 2.538103 1.336182
vt 2.538100 1.824463
vt 2.486795 1.824463
vt 2.538100 4.622314
vt 2.538100 6.814697
vt 2.486795 6.814697
vt 2.486795 4.622314
vt 2.589408 4.174316
vt 2.538103 4.174316
vt 2.589408 6.395996
vt 2.538103 6.395996
vt 1.759866 -7.300293
vt 1.811083 -7.303955
vt 2.486795 9.127930
vt 2.486795 9.105957
vt 2.538100 9.105957
vt 2.538100 9.127930
vt 2.589408 8.673828
vt 2.538103 8.673828
vt 2.435578 -9.497559
vt 2.486795 -9.500000
vt 2.538103 -3.359863
vt 2.538103 -4.530518
vt 2.589408 -4.530518
vt 2.589408 -3.359863
vt 2.486795 -2.941162
vt 2.538100 -2.941162
vt 2.538103 -6.084473
vt 2.589408 -6.084473
vt -1.514522 3.196533
vt -1.565773 3.198975
vt 2.486795 -4.174072
vt 2.538100 -4.174072
vt -0.543853 5.358398
vt -0.595099 5.360840
vt 2.486795 -5.829346
vt 2.538100 -5.829346
vt 2.538103 -7.661621
vt 2.538103 -9.093506
vt 2.589408 -9.093506
vt 2.589408 -7.661621
vt 2.486795 -7.521240
vt 2.538100 -7.521240
vt 0.635084 7.642334
vt 0.583838 7.644775
vt 2.086972 9.890869
vt 2.486795 10.497559
vt 2.435549 10.500000
vt 2.035726 9.893311
vt 2.486795 -9.081299
vt 2.538100 -9.081299
vt 2.589408 -9.500000
vt 2.589408 -9.476807
vt 2.538103 -9.476807
vt 2.538103 -9.500000
vt 2.486795 -9.500000
vn -0.0009 0.0000 -1.0000
vn 0.0000 1.0000 0.0000
vn -0.2319 0.0000 -0.9728
vn -0.0009 0.0000 1.0000
vn 0.3168 0.0000 0.9485
vn 0.2312 0.0000 0.9729
vn -0.3213 0.0000 -0.9470
vn -0.5740 0.0000 -0.8189
vn 0.5740 0.0000 0.8189
vn 0.6483 0.0000 0.7614
vn -0.6483 0.0000 -0.7614
vn -0.4930 0.0000 -0.8700
vn -0.5925 0.0000 -0.8056
vn 0.5922 0.0000 0.8058
vn 0.4904 0.0000 0.8715
vn -0.9999 0.0000 -0.0119
vn 0.3391 0.0000 0.9408
vn -0.3391 0.0000 -0.9408
vn -0.2726 0.0000 0.9621
vn -0.1374 0.0000 0.9905
vn 0.1374 0.0000 -0.9905
vn -0.3659 0.0000 0.9307
vn 0.2726 0.0000 -0.9621
vn 0.3659 0.0000 -0.9307
vn -0.5019 0.0000 0.8649
vn 0.4161 0.0000 -0.9093
vn -0.4161 0.0000 0.9093
vn 0.5019 0.0000 -0.8649
vn 1.0000 0.0000 0.0000
vn 0.5097 0.0000 -0.8603
vn -0.5097 0.0000 0.8603
usemtl Road
s off
f 4/1/1 8/2/1 7/3/1 3/4/1
f 6/5/2 37/6/2 38/7/2 8/8/2
f 6/5/2 8/8/2 4/9/2 2/10/2
f 3/4/3 11/11/3 12/12/3 4/1/3
f 6/13/4 2/14/4 1/15/4 5/16/4
f 10/17/5 14/18/5 13/19/5 9/20/5
f 2/14/6 10/17/6 9/20/6 1/15/6
f 4/9/2 12/21/2 10/22/2 2/10/2
f 16/23/2 20/24/2 18/25/2 14/26/2
f 12/21/2 16/23/2 14/26/2 10/22/2
f 11/11/7 15/27/7 16/28/7 12/12/7
f 15/27/8 19/29/8 20/30/8 16/28/8
f 14/18/9 18/31/9 17/32/9 13/19/9
f 24/33/2 28/34/2 26/35/2 22/36/2
f 18/31/10 22/37/10 21/38/10 17/32/10
f 20/24/2 24/33/2 22/36/2 18/25/2
f 19/29/11 23/39/11 24/40/11 20/30/11
f 27/41/12 31/42/12 32/43/12 28/44/12
f 23/39/13 27/41/13 28/44/13 24/40/13
f 22/37/14 26/45/14 25/46/14 21/38/14
f 26/45/15 30/47/15 29/48/15 25/46/15
f 28/34/2 32/49/2 30/50/2 26/35/2
f 34/51/16 36/52/16 35/53/16 33/54/16
f 30/47/17 34/55/17 33/56/17 29/48/17
f 32/49/2 36/57/2 34/58/2 30/50/2
f 31/42/18 35/53/18 36/52/18 32/43/18
f 40/59/19 44/60/19 41/61/19 37/62/19
f 5/16/20 40/59/20 37/62/20 6/13/20
f 8/2/21 38/63/21 39/64/21 7/3/21
f 44/60/22 48/65/22 45/66/22 41/61/22
f 37/6/2 41/67/2 42/68/2 38/7/2
f 38/63/23 42/69/23 43/70/23 39/64/23
f 41/67/2 45/71/2 46/72/2 42/68/2
f 42/69/24 46/73/24 47/74/24 43/70/24
f 52/75/25 56/76/25 53/77/25 49/78/25
f 46/73/26 50/79/26 51/80/26 47/74/26
f 48/65/27 52/75/27 49/78/27 45/66/27
f 45/71/2 49/81/2 50/82/2 46/72/2
f 53/83/2 57/84/2 58/85/2 54/86/2
f 49/81/2 53/83/2 54/86/2 50/82/2
f 50/79/28 54/87/28 55/88/28 51/80/28
f 58/89/29 57/90/29 60/91/29 59/92/29
f 54/87/30 58/93/30 59/92/30 55/88/30
f 56/76/31 60/91/31 57/90/31 53/77/31
o Plane
v -800.000000 0.000000 400.000000
v 800.000000 0.000000 400.000000
v -800.000000 0.000000 -400.000000
v 800.000000 0.000000 -400.000000
v 667.269348 0.000000 -384.691528
v 667.224426 0.000000 -380.920654
v 11.553738 0.000000 -1.834323
v 508.352386 0.000000 -327.412842
v 12.426826 0.000000 1.834323
v 34.686447 0.000000 -3.471218
v 33.483040 0.000000 -7.045158
v 66.077400 0.000000 -14.122229
v 63.912849 0.000000 -17.210266
v 112.246895 0.000000 -51.089878
v 114.411453 0.000000 -48.001839
v 508.307465 0.000000 -323.641968
v -137.186310 0.000000 -14.342682
v -250.995117 0.000000 -46.591820
v -47.366501 0.000000 -1.885553
v -47.366501 0.000000 1.885553
v -800.000000 0.000000 -310.546204
v -800.000000 0.000000 -314.317291
v -584.825012 0.000000 -185.131836
v -584.825012 0.000000 -188.902908
v -137.186310 0.000000 -10.571576
v -413.091980 0.000000 -106.542465
v -413.091980 0.000000 -110.313568
v -250.995117 0.000000 -42.820717
v 198.054581 0.000000 -119.218193
v 195.890015 0.000000 -122.306229
v 365.924561 0.000000 -247.276230
v 367.513733 0.000000 -243.856308
vt -11.878407 -14.402269
vt -6.650716 -5.500233
vt -49.500000 50.499992
vt 37.051559 -22.641476
vt 50.500000 -38.318268
vt 50.499992 50.500000
vt -49.499992 -49.500000
vt 50.500000 -49.499992
vt -41.204327 -47.586441
vt 50.500000 -38.789658
vt 37.051559 -23.112858
vt -31.272018 -40.426605
vt 26.318245 -13.289188
vt -22.370277 -30.409531
vt 16.187199 -5.323976
vt -11.743128 -14.788280
vt 9.074146 -1.292836
vt -6.515430 -5.886232
vt 3.460408 0.264305
vt -0.222110 0.270713
vt -1.592689 -0.380647
vt -3.494555 -1.651287
vt 26.318245 -12.817799
vt 16.187199 -4.852587
vt 9.074146 -0.821447
vt -0.276672 0.729293
vt 3.460408 0.735695
vt -41.201515 -47.115082
vt -31.269211 -39.955246
vt -22.469604 -29.982044
vt -1.667904 0.066096
vt -3.629839 -1.265275
vn 0.0000 1.0000 0.0000
usemtl Grass
s off
f 89/94/32 75/95/32 62/96/32
f 83/97/32 81/98/32 61/99/32
f 64/100/32 63/101/32 65/102/32
f 63/101/32 82/103/32 84/104/32
f 65/102/32 63/101/32 68/105/32
f 84/104/32 87/106/32 91/107/32
f 87/106/32 78/108/32 90/109/32
f 78/108/32 77/110/32 74/111/32
f 90/109/32 78/108/32 74/111/32
f 77/110/32 79/112/32 74/111/32
f 79/112/32 67/113/32 71/114/32
f 73/115/32 79/112/32 71/114/32
f 73/115/32 74/111/32 79/112/32
f 86/116/32 83/97/32 61/99/32
f 88/117/32 86/116/32 61/99/32
f 84/104/32 91/107/32 63/101/32
f 91/107/32 87/106/32 90/109/32
f 88/117/32 61/99/32 85/118/32
f 61/99/32 62/96/32 69/119/32
f 85/118/32 61/99/32 80/120/32
f 80/120/32 61/99/32 69/119/32
f 91/107/32 68/105/32 63/101/32
f 66/121/32 76/122/32 64/100/32
f 76/122/32 92/123/32 64/100/32
f 64/100/32 65/102/32 66/121/32
f 70/124/32 69/119/32 62/96/32
f 72/125/32 70/124/32 62/96/32
f 62/96/32 64/100/32 92/123/32
f 92/123/32 89/94/32 62/96/32
f 75/95/32 72/125/32 62/96/32

View File

@ -0,0 +1,13 @@
# Blender MTL File: 'chair.blend'
# Material Count: 1
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
# Blender MTL File: 'waiting-room.blend'
# Material Count: 4
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.005
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,33 @@
# Blender MTL File: 'slide.blend'
# Material Count: 3
newmtl Material.001
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.037602 0.037602 0.037602
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.367454 1.000000 0.101592
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd PogoBijoux\\bin\\Debug\\img\\object_textures\\garage-door.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
# Blender MTL File: 'shitday.blend'
# Material Count: 2
newmtl Material
Ns 359.999993
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.049283 0.049283 0.049283
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,362 @@
# Blender v3.2.1 OBJ File: 'shitday.blend'
# www.blender.org
mtllib shitday.mtl
o Cube_Cube.001
v -2.000000 -1.000000 0.500000
v -2.000000 2.028153 0.500000
v -2.000000 -1.000000 0.100000
v -2.000000 2.028153 0.100000
v 2.000000 -1.000000 0.500000
v 2.000000 2.028153 0.500000
v 2.000000 -1.000000 0.100000
v 2.000000 2.028153 0.100000
vt 0.999223 0.000000
vt 0.999223 0.998000
vt -0.000956 0.998000
vt -0.000956 0.000000
vt 0.385740 0.500000
vt 0.385740 1.000000
vt 0.163478 1.000000
vt 0.163478 0.500000
vt 0.385740 0.000000
vt 0.385740 0.500000
vt 0.163478 0.500000
vt 0.163478 0.000000
vt 0.608002 0.000000
vt 0.608002 0.500000
vt 0.385740 0.500000
vt 0.385740 0.000000
vt 0.684924 0.500000
vt 0.684924 0.990658
vt 0.535332 0.990658
vt 0.535332 0.500000
vt 0.535332 0.500000
vt 0.535332 0.990658
vt 0.385740 0.990658
vn 0.0000 0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
usemtl Material
s off
f 5/1/1 6/2/1 2/3/1 1/4/1
usemtl Material.001
f 1/5/2 2/6/2 4/7/2 3/8/2
f 3/9/3 4/10/3 8/11/3 7/12/3
f 7/13/4 8/14/4 6/15/4 5/16/4
f 3/17/5 7/18/5 5/19/5 1/20/5
f 8/21/6 4/22/6 2/23/6 6/15/6
o Cube.001_Cube.002
v 2.000000 -1.000000 -0.520001
v 2.000000 2.028153 -0.520001
v 2.000000 -1.000000 -0.120001
v 2.000000 2.028153 -0.120001
v -2.000000 -1.000000 -0.519999
v -2.000000 2.028153 -0.519999
v -2.000000 -1.000000 -0.119999
v -2.000000 2.028153 -0.119999
vt 0.999223 0.000000
vt 0.999223 0.998000
vt -0.000956 0.998000
vt -0.000956 0.000000
vt 0.385740 0.500000
vt 0.385740 1.000000
vt 0.163478 1.000000
vt 0.163478 0.500000
vt 0.385740 0.000000
vt 0.385740 0.500000
vt 0.163478 0.500000
vt 0.163478 0.000000
vt 0.608002 0.000000
vt 0.608002 0.500000
vt 0.385740 0.500000
vt 0.385740 0.000000
vt 0.684924 0.500000
vt 0.684924 0.990658
vt 0.535332 0.990658
vt 0.535332 0.500000
vt 0.535332 0.500000
vt 0.535332 0.990658
vt 0.385740 0.990658
vn -0.0000 0.0000 -1.0000
vn 1.0000 0.0000 -0.0000
vn 0.0000 0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
usemtl Material
s off
f 13/24/7 14/25/7 10/26/7 9/27/7
usemtl Material.001
f 9/28/8 10/29/8 12/30/8 11/31/8
f 11/32/9 12/33/9 16/34/9 15/35/9
f 15/36/10 16/37/10 14/38/10 13/39/10
f 11/40/11 15/41/11 13/42/11 9/43/11
f 16/44/12 12/45/12 10/46/12 14/38/12
o Cylinder
v 0.000000 -3.680000 -0.180000
v 0.000000 2.160000 -0.180000
v 0.035116 -3.680000 -0.176541
v 0.035116 2.160000 -0.176541
v 0.068883 -3.680000 -0.166298
v 0.068883 2.160000 -0.166298
v 0.100003 -3.680000 -0.149665
v 0.100003 2.160000 -0.149665
v 0.127279 -3.680000 -0.127279
v 0.127279 2.160000 -0.127279
v 0.149665 -3.680000 -0.100003
v 0.149665 2.160000 -0.100003
v 0.166298 -3.680000 -0.068883
v 0.166298 2.160000 -0.068883
v 0.176541 -3.680000 -0.035116
v 0.176541 2.160000 -0.035116
v 0.180000 -3.680000 0.000000
v 0.180000 2.160000 0.000000
v 0.176541 -3.680000 0.035116
v 0.176541 2.160000 0.035116
v 0.166298 -3.680000 0.068883
v 0.166298 2.160000 0.068883
v 0.149665 -3.680000 0.100003
v 0.149665 2.160000 0.100003
v 0.127279 -3.680000 0.127279
v 0.127279 2.160000 0.127279
v 0.100003 -3.680000 0.149665
v 0.100003 2.160000 0.149665
v 0.068883 -3.680000 0.166298
v 0.068883 2.160000 0.166298
v 0.035116 -3.680000 0.176541
v 0.035116 2.160000 0.176541
v -0.000000 -3.680000 0.180000
v -0.000000 2.160000 0.180000
v -0.035116 -3.680000 0.176541
v -0.035116 2.160000 0.176541
v -0.068883 -3.680000 0.166298
v -0.068883 2.160000 0.166298
v -0.100003 -3.680000 0.149665
v -0.100003 2.160000 0.149665
v -0.127279 -3.680000 0.127279
v -0.127279 2.160000 0.127279
v -0.149665 -3.680000 0.100003
v -0.149665 2.160000 0.100003
v -0.166298 -3.680000 0.068883
v -0.166298 2.160000 0.068883
v -0.176541 -3.680000 0.035116
v -0.176541 2.160000 0.035116
v -0.180000 -3.680000 -0.000000
v -0.180000 2.160000 -0.000000
v -0.176541 -3.680000 -0.035116
v -0.176541 2.160000 -0.035116
v -0.166298 -3.680000 -0.068883
v -0.166298 2.160000 -0.068883
v -0.149665 -3.680000 -0.100003
v -0.149665 2.160000 -0.100003
v -0.127279 -3.680000 -0.127279
v -0.127279 2.160000 -0.127279
v -0.100003 -3.680000 -0.149665
v -0.100003 2.160000 -0.149665
v -0.068883 -3.680000 -0.166298
v -0.068883 2.160000 -0.166298
v -0.035116 -3.680000 -0.176541
v -0.035116 2.160000 -0.176541
vt 1.000000 0.500000
vt 1.000000 1.000000
vt 0.968750 1.000000
vt 0.968750 0.500000
vt 0.937500 1.000000
vt 0.937500 0.500000
vt 0.906250 1.000000
vt 0.906250 0.500000
vt 0.875000 1.000000
vt 0.875000 0.500000
vt 0.843750 1.000000
vt 0.843750 0.500000
vt 0.812500 1.000000
vt 0.812500 0.500000
vt 0.781250 1.000000
vt 0.781250 0.500000
vt 0.750000 1.000000
vt 0.750000 0.500000
vt 0.718750 1.000000
vt 0.718750 0.500000
vt 0.687500 1.000000
vt 0.687500 0.500000
vt 0.656250 1.000000
vt 0.656250 0.500000
vt 0.625000 1.000000
vt 0.625000 0.500000
vt 0.593750 1.000000
vt 0.593750 0.500000
vt 0.562500 1.000000
vt 0.562500 0.500000
vt 0.531250 1.000000
vt 0.531250 0.500000
vt 0.500000 1.000000
vt 0.500000 0.500000
vt 0.468750 1.000000
vt 0.468750 0.500000
vt 0.437500 1.000000
vt 0.437500 0.500000
vt 0.406250 1.000000
vt 0.406250 0.500000
vt 0.375000 1.000000
vt 0.375000 0.500000
vt 0.343750 1.000000
vt 0.343750 0.500000
vt 0.312500 1.000000
vt 0.312500 0.500000
vt 0.281250 1.000000
vt 0.281250 0.500000
vt 0.250000 1.000000
vt 0.250000 0.500000
vt 0.218750 1.000000
vt 0.218750 0.500000
vt 0.187500 1.000000
vt 0.187500 0.500000
vt 0.156250 1.000000
vt 0.156250 0.500000
vt 0.125000 1.000000
vt 0.125000 0.500000
vt 0.093750 1.000000
vt 0.093750 0.500000
vt 0.062500 1.000000
vt 0.062500 0.500000
vt 0.296822 0.485388
vt 0.250000 0.490000
vt 0.203178 0.485388
vt 0.158156 0.471731
vt 0.116663 0.449553
vt 0.080294 0.419706
vt 0.050447 0.383337
vt 0.028269 0.341844
vt 0.014612 0.296822
vt 0.010000 0.250000
vt 0.014612 0.203178
vt 0.028269 0.158156
vt 0.050447 0.116663
vt 0.080294 0.080294
vt 0.116663 0.050447
vt 0.158156 0.028269
vt 0.203178 0.014612
vt 0.250000 0.010000
vt 0.296822 0.014612
vt 0.341844 0.028269
vt 0.383337 0.050447
vt 0.419706 0.080294
vt 0.449553 0.116663
vt 0.471731 0.158156
vt 0.485388 0.203178
vt 0.490000 0.250000
vt 0.485388 0.296822
vt 0.471731 0.341844
vt 0.449553 0.383337
vt 0.419706 0.419706
vt 0.383337 0.449553
vt 0.341844 0.471731
vt 0.031250 1.000000
vt 0.031250 0.500000
vt 0.000000 1.000000
vt 0.000000 0.500000
vt 0.750000 0.490000
vt 0.796822 0.485388
vt 0.841844 0.471731
vt 0.883337 0.449553
vt 0.919706 0.419706
vt 0.949553 0.383337
vt 0.971731 0.341844
vt 0.985388 0.296822
vt 0.990000 0.250000
vt 0.985388 0.203178
vt 0.971731 0.158156
vt 0.949553 0.116663
vt 0.919706 0.080294
vt 0.883337 0.050447
vt 0.841844 0.028269
vt 0.796822 0.014612
vt 0.750000 0.010000
vt 0.703178 0.014612
vt 0.658156 0.028269
vt 0.616663 0.050447
vt 0.580294 0.080294
vt 0.550447 0.116663
vt 0.528269 0.158156
vt 0.514612 0.203178
vt 0.510000 0.250000
vt 0.514612 0.296822
vt 0.528269 0.341844
vt 0.550447 0.383337
vt 0.580294 0.419706
vt 0.616663 0.449553
vt 0.658156 0.471731
vt 0.703178 0.485388
vn 0.0980 0.0000 -0.9952
vn 0.2903 0.0000 -0.9569
vn 0.4714 0.0000 -0.8819
vn 0.6344 0.0000 -0.7730
vn 0.7730 0.0000 -0.6344
vn 0.8819 0.0000 -0.4714
vn 0.9569 0.0000 -0.2903
vn 0.9952 0.0000 -0.0980
vn 0.9952 0.0000 0.0980
vn 0.9569 0.0000 0.2903
vn 0.8819 0.0000 0.4714
vn 0.7730 0.0000 0.6344
vn 0.6344 0.0000 0.7730
vn 0.4714 0.0000 0.8819
vn 0.2903 0.0000 0.9569
vn 0.0980 0.0000 0.9952
vn -0.0980 0.0000 0.9952
vn -0.2903 0.0000 0.9569
vn -0.4714 0.0000 0.8819
vn -0.6344 0.0000 0.7730
vn -0.7730 0.0000 0.6344
vn -0.8819 0.0000 0.4714
vn -0.9569 0.0000 0.2903
vn -0.9952 0.0000 0.0980
vn -0.9952 0.0000 -0.0980
vn -0.9569 0.0000 -0.2903
vn -0.8819 0.0000 -0.4714
vn -0.7730 0.0000 -0.6344
vn -0.6344 0.0000 -0.7730
vn -0.4714 0.0000 -0.8819
vn 0.0000 1.0000 0.0000
vn -0.2903 0.0000 -0.9569
vn -0.0980 0.0000 -0.9952
vn 0.0000 -1.0000 0.0000
usemtl Material.001
s off
f 17/47/13 18/48/13 20/49/13 19/50/13
f 19/50/14 20/49/14 22/51/14 21/52/14
f 21/52/15 22/51/15 24/53/15 23/54/15
f 23/54/16 24/53/16 26/55/16 25/56/16
f 25/56/17 26/55/17 28/57/17 27/58/17
f 27/58/18 28/57/18 30/59/18 29/60/18
f 29/60/19 30/59/19 32/61/19 31/62/19
f 31/62/20 32/61/20 34/63/20 33/64/20
f 33/64/21 34/63/21 36/65/21 35/66/21
f 35/66/22 36/65/22 38/67/22 37/68/22
f 37/68/23 38/67/23 40/69/23 39/70/23
f 39/70/24 40/69/24 42/71/24 41/72/24
f 41/72/25 42/71/25 44/73/25 43/74/25
f 43/74/26 44/73/26 46/75/26 45/76/26
f 45/76/27 46/75/27 48/77/27 47/78/27
f 47/78/28 48/77/28 50/79/28 49/80/28
f 49/80/29 50/79/29 52/81/29 51/82/29
f 51/82/30 52/81/30 54/83/30 53/84/30
f 53/84/31 54/83/31 56/85/31 55/86/31
f 55/86/32 56/85/32 58/87/32 57/88/32
f 57/88/33 58/87/33 60/89/33 59/90/33
f 59/90/34 60/89/34 62/91/34 61/92/34
f 61/92/35 62/91/35 64/93/35 63/94/35
f 63/94/36 64/93/36 66/95/36 65/96/36
f 65/96/37 66/95/37 68/97/37 67/98/37
f 67/98/38 68/97/38 70/99/38 69/100/38
f 69/100/39 70/99/39 72/101/39 71/102/39
f 71/102/40 72/101/40 74/103/40 73/104/40
f 73/104/41 74/103/41 76/105/41 75/106/41
f 75/106/42 76/105/42 78/107/42 77/108/42
f 20/109/43 18/110/43 80/111/43 78/112/43 76/113/43 74/114/43 72/115/43 70/116/43 68/117/43 66/118/43 64/119/43 62/120/43 60/121/43 58/122/43 56/123/43 54/124/43 52/125/43 50/126/43 48/127/43 46/128/43 44/129/43 42/130/43 40/131/43 38/132/43 36/133/43 34/134/43 32/135/43 30/136/43 28/137/43 26/138/43 24/139/43 22/140/43
f 77/108/44 78/107/44 80/141/44 79/142/44
f 79/142/45 80/141/45 18/143/45 17/144/45
f 17/145/46 19/146/46 21/147/46 23/148/46 25/149/46 27/150/46 29/151/46 31/152/46 33/153/46 35/154/46 37/155/46 39/156/46 41/157/46 43/158/46 45/159/46 47/160/46 49/161/46 51/162/46 53/163/46 55/164/46 57/165/46 59/166/46 61/167/46 63/168/46 65/169/46 67/170/46 69/171/46 71/172/46 73/173/46 75/174/46 77/175/46 79/176/46

View File

@ -0,0 +1,78 @@
# Blender MTL File: 'bluelick.blend'
# Material Count: 7
newmtl Material
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.005
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
newmtl Material.006
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,24 @@
# Blender MTL File: 'box.blend'
# Material Count: 2
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd box.jpg
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd box-label2.jpg

View File

@ -0,0 +1,49 @@
# Blender v3.0.0 OBJ File: 'box.blend'
# www.blender.org
mtllib box.mtl
o Cube.003_Cube.004
v 0.976131 -1.435326 -3.944184
v 0.976131 -1.073057 -3.944184
v 1.060806 -1.435326 -4.385103
v 1.060806 -1.073057 -4.385103
v 1.770522 -1.435326 -3.791628
v 1.770522 -1.073057 -3.791628
v 1.855197 -1.435326 -4.232547
v 1.855197 -1.073057 -4.232547
vt 1.125000 1.200000
vt 0.908333 1.200000
vt 0.908333 -0.533333
vt 1.125000 -0.533333
vt 0.258333 1.200000
vt 0.041667 1.200000
vt 0.041667 -0.533333
vt 0.258333 -0.533333
vt 0.475000 1.200000
vt 0.258333 1.200000
vt 0.258333 -0.533333
vt 0.475000 -0.533333
vt 0.691667 -0.533333
vt 0.691667 1.200000
vt 0.908334 -0.533333
vt 0.908334 1.200000
vt 0.691667 1.200000
vt 0.691667 -0.533333
vt 1.295000 0.030928
vt 1.295000 0.915739
vt -0.238333 0.915739
vt -0.238333 0.030928
vn -0.9821 0.0000 -0.1886
vn 0.9821 0.0000 0.1886
vn -0.1886 0.0000 0.9821
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
vn 0.1886 0.0000 -0.9821
usemtl Material.001
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
f 7/5/2 8/6/2 6/7/2 5/8/2
f 5/9/3 6/10/3 2/11/3 1/12/3
f 3/13/4 7/14/4 5/9/4 1/12/4
f 8/15/5 4/16/5 2/17/5 6/18/5
usemtl Material.002
f 3/19/6 4/20/6 8/21/6 7/22/6

View File

@ -0,0 +1,24 @@
# Blender MTL File: 'box1.blend'
# Material Count: 2
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd box.jpg
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd box-label.jpg

View File

@ -0,0 +1,49 @@
# Blender v3.0.0 OBJ File: 'box1.blend'
# www.blender.org
mtllib box1.mtl
o Cube.004_Cube.005
v 1.375384 -1.432418 -3.750014
v 1.375384 -1.127862 -3.750014
v 1.327330 -1.432418 -4.122866
v 1.327330 -1.127862 -4.122866
v 1.860879 -1.432418 -3.812586
v 1.860879 -1.127862 -3.812586
v 1.812824 -1.432418 -4.185438
v 1.812824 -1.127862 -4.185438
vt 1.000000 1.000000
vt 0.833333 1.000000
vt 0.833333 -0.333333
vt 1.000000 -0.333333
vt 0.333333 1.000000
vt 0.166667 1.000000
vt 0.166667 -0.333333
vt 0.333333 -0.333333
vt 0.500000 1.000000
vt 0.333333 1.000000
vt 0.333333 -0.333333
vt 0.500000 -0.333333
vt 0.666667 -0.333333
vt 0.666667 1.000000
vt 0.833333 -0.333333
vt 0.833333 1.000000
vt 0.666667 1.000000
vt 0.666667 -0.333333
vt 1.200000 0.042003
vt 1.200000 0.984663
vt -0.133333 0.984663
vt -0.133333 0.042004
vn -0.9918 0.0000 0.1278
vn 0.9918 0.0000 -0.1278
vn 0.1278 0.0000 0.9918
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
vn -0.1278 0.0000 -0.9918
usemtl Material.001
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
f 7/5/2 8/6/2 6/7/2 5/8/2
f 5/9/3 6/10/3 2/11/3 1/12/3
f 3/13/4 7/14/4 5/9/4 1/12/4
f 8/15/5 4/16/5 2/17/5 6/18/5
usemtl Material.003
f 3/19/6 4/20/6 8/21/6 7/22/6

View File

@ -0,0 +1,774 @@
# Blender 3.3.0
# www.blender.org
o Cube
v 11.975000 7.761077 -1.773132
v 11.975000 -1.000000 -1.773132
v 11.975000 7.761077 1.000000
v 11.975000 -1.000000 1.000000
v -6.694003 7.761077 -1.773132
v -6.694003 -1.000000 -1.773132
v -6.694003 7.761077 1.000000
v -6.694003 -1.000000 1.000000
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 1/1/1 5/13/1 7/19/1 3/7/1
f 4/10/2 3/8/2 7/20/2 8/22/2
f 8/23/3 7/21/3 5/14/3 6/16/3
f 6/17/4 2/4/4 4/11/4 8/24/4
f 2/5/5 1/2/5 3/9/5 4/12/5
f 6/18/6 5/15/6 1/3/6 2/6/6
o Cube.001
v 34.114090 7.761077 6.764720
v 34.114090 -1.000000 6.764720
v 33.025249 7.761077 9.315147
v 33.025249 -1.000000 9.315147
v 16.944357 7.761077 -0.565483
v 16.944357 -1.000000 -0.565483
v 15.855515 7.761077 1.984944
v 15.855515 -1.000000 1.984944
vn -0.0000 1.0000 -0.0000
vn -0.3926 -0.0000 0.9197
vn -0.9197 -0.0000 -0.3926
vn -0.0000 -1.0000 -0.0000
vn 0.9197 -0.0000 0.3926
vn 0.3926 -0.0000 -0.9197
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 9/25/7 13/37/7 15/43/7 11/31/7
f 12/34/8 11/32/8 15/44/8 16/46/8
f 16/47/9 15/45/9 13/38/9 14/40/9
f 14/41/10 10/28/10 12/35/10 16/48/10
f 10/29/11 9/26/11 11/33/11 12/36/11
f 14/42/12 13/39/12 9/27/12 10/30/12
o Cube.002
v -9.409664 7.761077 0.112962
v -9.409664 -1.000000 0.112962
v -8.512978 7.761077 2.737121
v -8.512978 -1.000000 2.737121
v -27.075771 7.761077 6.149542
v -27.075771 -1.000000 6.149542
v -26.179087 7.761077 8.773702
v -26.179087 -1.000000 8.773702
vn -0.0000 1.0000 -0.0000
vn 0.3233 -0.0000 0.9463
vn -0.9463 -0.0000 0.3233
vn -0.0000 -1.0000 -0.0000
vn 0.9463 -0.0000 -0.3233
vn -0.3233 -0.0000 -0.9463
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 17/49/13 21/61/13 23/67/13 19/55/13
f 20/58/14 19/56/14 23/68/14 24/70/14
f 24/71/15 23/69/15 21/62/15 22/64/15
f 22/65/16 18/52/16 20/59/16 24/72/16
f 18/53/17 17/50/17 19/57/17 20/60/17
f 22/66/18 21/63/18 17/51/18 18/54/18
o Cube.004
v -30.588057 7.761077 29.571693
v -30.588057 -1.000000 29.571693
v -33.339619 7.761077 29.226494
v -33.339619 -1.000000 29.226494
v -28.264130 7.761077 11.047897
v -28.264130 -1.000000 11.047897
v -31.015692 7.761077 10.702697
v -31.015692 -1.000000 10.702697
vn -0.0000 1.0000 -0.0000
vn -0.9922 -0.0000 -0.1245
vn 0.1245 -0.0000 -0.9922
vn -0.0000 -1.0000 -0.0000
vn -0.1245 -0.0000 0.9922
vn 0.9922 -0.0000 0.1245
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 25/73/19 29/85/19 31/91/19 27/79/19
f 28/82/20 27/80/20 31/92/20 32/94/20
f 32/95/21 31/93/21 29/86/21 30/88/21
f 30/89/22 26/76/22 28/83/22 32/96/22
f 26/77/23 25/74/23 27/81/23 28/84/23
f 30/90/24 29/87/24 25/75/24 26/78/24
o Cube.005
v 11.975000 7.761077 48.390911
v 11.975000 -1.000000 48.390911
v 11.975000 7.761077 51.164043
v 11.975000 -1.000000 51.164043
v -6.694003 7.761077 48.390911
v -6.694003 -1.000000 48.390911
v -6.694003 7.761077 51.164043
v -6.694003 -1.000000 51.164043
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 33/97/25 37/109/25 39/115/25 35/103/25
f 36/106/26 35/104/26 39/116/26 40/118/26
f 40/119/27 39/117/27 37/110/27 38/112/27
f 38/113/28 34/100/28 36/107/28 40/120/28
f 34/101/29 33/98/29 35/105/29 36/108/29
f 38/114/30 37/111/30 33/99/30 34/102/30
o Cube.006
v 33.217976 7.761077 40.663025
v 33.217976 -1.000000 40.663025
v 34.188839 7.761077 43.260654
v 34.188839 -1.000000 43.260654
v 15.730469 7.761077 47.198982
v 15.730469 -1.000000 47.198982
v 16.701334 7.761077 49.796612
v 16.701334 -1.000000 49.796612
vn -0.0000 1.0000 -0.0000
vn 0.3501 -0.0000 0.9367
vn -0.9367 -0.0000 0.3501
vn -0.0000 -1.0000 -0.0000
vn 0.9367 -0.0000 -0.3501
vn -0.3501 -0.0000 -0.9367
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 41/121/31 45/133/31 47/139/31 43/127/31
f 44/130/32 43/128/32 47/140/32 48/142/32
f 48/143/33 47/141/33 45/134/33 46/136/33
f 46/137/34 42/124/34 44/131/34 48/144/34
f 42/125/35 41/122/35 43/129/35 44/132/35
f 46/138/36 45/135/36 41/123/36 42/126/36
o Cube.007
v -9.721222 7.761077 47.377022
v -9.721222 -1.000000 47.377022
v -10.658111 7.761077 49.987099
v -10.658111 -1.000000 49.987099
v -27.292522 7.761077 41.069794
v -27.292522 -1.000000 41.069794
v -28.229410 7.761077 43.679871
v -28.229410 -1.000000 43.679871
vn -0.0000 1.0000 -0.0000
vn -0.3378 -0.0000 0.9412
vn -0.9412 -0.0000 -0.3378
vn -0.0000 -1.0000 -0.0000
vn 0.9412 -0.0000 0.3378
vn 0.3378 -0.0000 -0.9412
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 49/145/37 53/157/37 55/163/37 51/151/37
f 52/154/38 51/152/38 55/164/38 56/166/38
f 56/167/39 55/165/39 53/158/39 54/160/39
f 54/161/40 50/148/40 52/155/40 56/168/40
f 50/149/41 49/146/41 51/153/41 52/156/41
f 54/162/42 53/159/42 49/147/42 50/150/42
o Cube.009
v 34.114090 7.761077 -21.925930
v 34.114090 -1.000000 -21.925930
v 33.025249 7.761077 -19.375504
v 33.025249 -1.000000 -19.375504
v 16.944357 7.761077 -29.256134
v 16.944357 -1.000000 -29.256134
v 15.855515 7.761077 -26.705706
v 15.855515 -1.000000 -26.705706
vn -0.0000 1.0000 -0.0000
vn -0.3926 -0.0000 0.9197
vn -0.9197 -0.0000 -0.3926
vn -0.0000 -1.0000 -0.0000
vn 0.9197 -0.0000 0.3926
vn 0.3926 -0.0000 -0.9197
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 57/169/43 61/181/43 63/187/43 59/175/43
f 60/178/44 59/176/44 63/188/44 64/190/44
f 64/191/45 63/189/45 61/182/45 62/184/45
f 62/185/46 58/172/46 60/179/46 64/192/46
f 58/173/47 57/170/47 59/177/47 60/180/47
f 62/186/48 61/183/48 57/171/48 58/174/48
o Cube.010
v -9.409664 7.761077 -28.577686
v -9.409664 -1.000000 -28.577686
v -8.512978 7.761077 -25.953527
v -8.512978 -1.000000 -25.953527
v -27.075771 7.761077 -22.541107
v -27.075771 -1.000000 -22.541107
v -26.179087 7.761077 -19.916946
v -26.179087 -1.000000 -19.916946
vn -0.0000 1.0000 -0.0000
vn 0.3233 -0.0000 0.9463
vn -0.9463 -0.0000 0.3233
vn -0.0000 -1.0000 -0.0000
vn 0.9463 -0.0000 -0.3233
vn -0.3233 -0.0000 -0.9463
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 65/193/49 69/205/49 71/211/49 67/199/49
f 68/202/50 67/200/50 71/212/50 72/214/50
f 72/215/51 71/213/51 69/206/51 70/208/51
f 70/209/52 66/196/52 68/203/52 72/216/52
f 66/197/53 65/194/53 67/201/53 68/204/53
f 70/210/54 69/207/54 65/195/54 66/198/54
o Cube.011
v -30.588057 7.761077 0.881045
v -30.588057 -1.000000 0.881045
v -33.339619 7.761077 0.535845
v -33.339619 -1.000000 0.535845
v -28.264130 7.761077 -17.642752
v -28.264130 -1.000000 -17.642752
v -31.015692 7.761077 -17.987953
v -31.015692 -1.000000 -17.987953
vn -0.0000 1.0000 -0.0000
vn -0.9922 -0.0000 -0.1245
vn 0.1245 -0.0000 -0.9922
vn -0.0000 -1.0000 -0.0000
vn -0.1245 -0.0000 0.9922
vn 0.9922 -0.0000 0.1245
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 73/217/55 77/229/55 79/235/55 75/223/55
f 76/226/56 75/224/56 79/236/56 80/238/56
f 80/239/57 79/237/57 77/230/57 78/232/57
f 78/233/58 74/220/58 76/227/58 80/240/58
f 74/221/59 73/218/59 75/225/59 76/228/59
f 78/234/60 77/231/60 73/219/60 74/222/60
o Cube.016
v 18.717869 7.761077 76.795921
v 18.717869 -1.000000 76.795921
v 18.717869 7.761077 79.569054
v 18.717869 -1.000000 79.569054
v 0.048865 7.761077 76.795921
v 0.048865 -1.000000 76.795921
v 0.048865 7.761077 79.569054
v 0.048865 -1.000000 79.569054
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 81/241/61 85/253/61 87/259/61 83/247/61
f 84/250/62 83/248/62 87/260/62 88/262/62
f 88/263/63 87/261/63 85/254/63 86/256/63
f 86/257/64 82/244/64 84/251/64 88/264/64
f 82/245/65 81/242/65 83/249/65 84/252/65
f 86/258/66 85/255/66 81/243/66 82/246/66
o Cube.017
v 39.960846 7.761077 69.068031
v 39.960846 -1.000000 69.068031
v 40.931709 7.761077 71.665657
v 40.931709 -1.000000 71.665657
v 22.473337 7.761077 75.603989
v 22.473337 -1.000000 75.603989
v 23.444202 7.761077 78.201622
v 23.444202 -1.000000 78.201622
vn -0.0000 1.0000 -0.0000
vn 0.3501 -0.0000 0.9367
vn -0.9367 -0.0000 0.3501
vn -0.0000 -1.0000 -0.0000
vn 0.9367 -0.0000 -0.3501
vn -0.3501 -0.0000 -0.9367
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 89/265/67 93/277/67 95/283/67 91/271/67
f 92/274/68 91/272/68 95/284/68 96/286/68
f 96/287/69 95/285/69 93/278/69 94/280/69
f 94/281/70 90/268/70 92/275/70 96/288/70
f 90/269/71 89/266/71 91/273/71 92/276/71
f 94/282/72 93/279/72 89/267/72 90/270/72
o Cube.018
v -2.978354 7.761077 75.782028
v -2.978354 -1.000000 75.782028
v -3.915242 7.761077 78.392105
v -3.915242 -1.000000 78.392105
v -20.549654 7.761077 69.474800
v -20.549654 -1.000000 69.474800
v -21.486542 7.761077 72.084877
v -21.486542 -1.000000 72.084877
vn -0.0000 1.0000 -0.0000
vn -0.3378 -0.0000 0.9412
vn -0.9412 -0.0000 -0.3378
vn -0.0000 -1.0000 -0.0000
vn 0.9412 -0.0000 0.3378
vn 0.3378 -0.0000 -0.9412
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 97/289/73 101/301/73 103/307/73 99/295/73
f 100/298/74 99/296/74 103/308/74 104/310/74
f 104/311/75 103/309/75 101/302/75 102/304/75
f 102/305/76 98/292/76 100/299/76 104/312/76
f 98/293/77 97/290/77 99/297/77 100/300/77
f 102/306/78 101/303/78 97/291/78 98/294/78
o Cube.019
v 10.453284 7.761077 110.975830
v 10.453284 -1.000000 110.975830
v 10.453284 7.761077 113.748962
v 10.453284 -1.000000 113.748962
v -8.215719 7.761077 110.975830
v -8.215719 -1.000000 110.975830
v -8.215719 7.761077 113.748962
v -8.215719 -1.000000 113.748962
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 105/313/79 109/325/79 111/331/79 107/319/79
f 108/322/80 107/320/80 111/332/80 112/334/80
f 112/335/81 111/333/81 109/326/81 110/328/81
f 110/329/82 106/316/82 108/323/82 112/336/82
f 106/317/83 105/314/83 107/321/83 108/324/83
f 110/330/84 109/327/84 105/315/84 106/318/84
o Cube.020
v 31.696259 7.761077 103.247932
v 31.696259 -1.000000 103.247932
v 32.667122 7.761077 105.845558
v 32.667122 -1.000000 105.845558
v 14.208752 7.761077 109.783890
v 14.208752 -1.000000 109.783890
v 15.179617 7.761077 112.381523
v 15.179617 -1.000000 112.381523
vn -0.0000 1.0000 -0.0000
vn 0.3501 -0.0000 0.9367
vn -0.9367 -0.0000 0.3501
vn -0.0000 -1.0000 -0.0000
vn 0.9367 -0.0000 -0.3501
vn -0.3501 -0.0000 -0.9367
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 113/337/85 117/349/85 119/355/85 115/343/85
f 116/346/86 115/344/86 119/356/86 120/358/86
f 120/359/87 119/357/87 117/350/87 118/352/87
f 118/353/88 114/340/88 116/347/88 120/360/88
f 114/341/89 113/338/89 115/345/89 116/348/89
f 118/354/90 117/351/90 113/339/90 114/342/90
o Cube.021
v -11.242939 7.761077 109.961929
v -11.242939 -1.000000 109.961929
v -12.179828 7.761077 112.572006
v -12.179828 -1.000000 112.572006
v -28.814240 7.761077 103.654701
v -28.814240 -1.000000 103.654701
v -29.751127 7.761077 106.264778
v -29.751127 -1.000000 106.264778
vn -0.0000 1.0000 -0.0000
vn -0.3378 -0.0000 0.9412
vn -0.9412 -0.0000 -0.3378
vn -0.0000 -1.0000 -0.0000
vn 0.9412 -0.0000 0.3378
vn 0.3378 -0.0000 -0.9412
vt 0.963781 0.953333
vt 0.221759 0.619872
vt 0.003494 0.611577
vt 1.000000 0.996014
vt 0.221760 0.013281
vt 0.003494 0.004227
vt 0.569049 0.953333
vt 0.998024 0.604380
vt 0.000000 0.619872
vt 0.998024 0.009752
vt 0.558148 0.996014
vt 0.000000 0.013281
vt 0.963781 0.994341
vt 0.005499 0.603936
vt 0.992776 0.611577
vt 0.005499 0.014609
vt 1.000000 0.949986
vt 0.992776 0.004227
vt 0.569049 0.994341
vt 0.008066 0.604380
vt 0.222381 0.603936
vt 0.008066 0.009752
vt 0.222381 0.014609
vt 0.558148 0.949986
s 0
f 121/361/91 125/373/91 127/379/91 123/367/91
f 124/370/92 123/368/92 127/380/92 128/382/92
f 128/383/93 127/381/93 125/374/93 126/376/93
f 126/377/94 122/364/94 124/371/94 128/384/94
f 122/365/95 121/362/95 123/369/95 124/372/95
f 126/378/96 125/375/96 121/363/96 122/366/96
o Cube.052
v -34.200001 -0.974470 112.662605
v -34.200001 38.622437 112.662605
v -34.200001 -0.974470 -27.337395
v -34.200001 38.622437 -27.337395
v 33.701611 -0.974470 112.662605
v 33.701611 38.622437 112.662605
v 33.701611 -0.974470 -27.337395
v 33.701611 38.622437 -27.337395
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 1.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vt 0.375000 0.000000
vt 0.375000 1.000000
vt 0.125000 0.750000
vt 0.625000 0.000000
vt 0.625000 1.000000
vt 0.875000 0.750000
vt 0.375000 0.250000
vt 0.125000 0.500000
vt 0.625000 0.250000
vt 0.875000 0.500000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.500000
vt 0.625000 0.500000
s 0
f 129/385/97 131/391/97 132/393/97 130/388/97
f 131/391/98 135/397/98 136/398/98 132/393/98
f 135/397/99 133/395/99 134/396/99 136/398/99
f 133/395/100 129/386/100 130/389/100 134/396/100
f 131/392/101 129/387/101 133/395/101 135/397/101
f 136/398/102 134/396/102 130/390/102 132/394/102

View File

@ -0,0 +1,32 @@
# Blender 3.3.0 MTL File: 'city.blend'
# www.blender.org
newmtl Ground
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,57 @@
# Blender MTL File: 'facility.blend'
# Material Count: 5
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.005
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,55 @@
# As a wise man once said:
# Imagine what it would be like to suck a 12 inch cock.
# Now imagine a cock two times as long.
newmtl Benches
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Clouds
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 1.000000 1.000000 1.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Display
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.200000 0.200000 0.200000
Ni 1.450000
d 1.000000
illum 2
newmtl Overhang
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Platform
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,57 @@
# Blender MTL File: 'backyard.blend'
# Material Count: 5
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\green-wall.jpg
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\door1.jpg
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\grass.jpg
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\roof.jpg
newmtl Material.005
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\fence.jpg

View File

@ -0,0 +1,304 @@
# Blender v2.93.1 OBJ File: 'backyard.blend'
# www.blender.org
mtllib backyard.mtl
o Plane
v -5.463188 0.000000 5.463188
v 5.463188 0.000000 5.463188
v -5.463188 0.000000 -5.463188
v 5.463188 0.000000 -5.463188
v -5.463188 2.000000 5.463188
v 5.463188 2.000000 5.463188
v -5.463188 2.000000 -5.463188
v 5.463188 2.000000 -5.463188
v -5.463188 0.000000 5.463188
v 5.463188 0.000000 5.463188
v -5.463188 0.000000 20.463190
v 5.463188 0.000000 20.463190
v -5.463188 0.000000 -20.463190
v 5.463188 0.000000 -20.463190
v -20.463190 0.000000 5.463188
v -20.463190 0.000000 -5.463188
v -20.463190 0.000000 5.463188
v -20.463190 0.000000 20.463190
v -20.463190 0.000000 -20.463190
v 5.463188 0.000000 -10.043684
v -5.463188 0.000000 -10.043684
v -20.463190 0.000000 -10.043684
v -5.463188 0.000000 7.649090
v 5.463188 0.000000 7.649090
v -20.463190 0.000000 7.649090
v 5.463188 3.000000 5.463188
v 5.463188 3.000000 -5.463188
v 5.463188 3.000000 5.463188
v 5.463188 3.000000 -10.043684
v 5.463188 3.000000 7.649090
v 5.063188 3.000000 5.463188
v 5.063188 3.000000 -5.463188
v 5.063188 3.000000 5.463188
v 5.063188 3.000000 -10.043684
v 5.063188 3.000000 7.649090
v 5.063188 3.000000 5.463188
v 5.063188 3.000000 -5.463188
v 5.063188 3.000000 5.463188
v 5.063188 3.000000 -10.043684
v 5.063188 3.000000 7.649090
v 9.063189 5.000000 5.463188
v 9.063189 5.000000 -5.463188
v 9.063189 5.000000 5.463188
v 9.063189 5.000000 -10.043684
v 9.063189 5.000000 7.649090
v 5.463188 0.000000 -3.142452
v 5.463188 3.000000 -3.142452
v 5.063188 3.000000 -3.142452
v 5.063188 3.000000 -3.142452
v 9.063189 5.000000 -3.142452
v 5.463188 0.000000 -1.630481
v 5.463188 3.000000 -1.630481
v 5.063188 3.000000 -1.630481
v 5.063188 3.000000 -1.630481
v 9.063189 5.000000 -1.630481
v 5.463188 2.692126 -5.463188
v 5.463188 2.692126 -10.043684
v 5.463188 2.692126 5.463188
v 5.463188 2.692126 -3.142452
v 5.463188 2.692126 -1.630481
v 5.694323 0.000000 -1.630481
v 5.694323 0.000000 -3.142452
v 5.694323 2.692126 -3.142452
v 5.694323 2.692126 -1.630481
v 5.063188 3.000000 7.649090
v 9.063189 5.000000 7.649090
v 5.063188 3.000000 7.649090
v 9.063189 5.000000 7.649090
v 5.063188 3.000000 7.649090
v 9.063189 5.000000 7.649090
v 5.063188 3.000000 7.649090
v 9.063189 5.000000 7.649090
v 5.463188 0.000000 7.649090
v 5.463188 3.000000 7.649090
v 9.463188 0.000000 7.649090
v 9.463188 3.000000 7.649090
v 17.463188 0.000000 20.463190
v 17.463188 0.000000 7.649090
v 5.463188 0.000000 -20.463190
v 5.463188 0.000000 -10.043684
v 17.463188 0.000000 -20.463190
v 17.463188 0.000000 -10.043684
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 7.398795 -5.469313
vt 7.398795 -10.730049
vt 3.565647 -10.730049
vt -7.040606 -5.063997
vt -6.500724 -5.063997
vt -6.500724 -13.096254
vt -7.040606 -13.096254
vt -7.040606 7.375307
vt -7.040606 -5.063997
vt -6.500724 -5.063997
vt -6.500724 7.375307
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt -7.040606 14.096254
vt -7.040606 10.026663
vt -6.500724 10.026663
vt -6.500724 14.096254
vt -11.761457 14.096254
vt -11.761457 10.026663
vt -11.761457 7.375307
vt -11.761457 -5.063997
vt -11.761457 -5.063997
vt -11.761457 -13.096254
vt 0.103660 -5.469313
vt 0.103660 -10.190166
vt 0.508973 -10.190166
vt 0.508973 -5.469313
vt 0.103660 -8.120672
vt 0.103660 -5.469313
vt -0.301654 -5.469313
vt -0.301654 -8.120672
vt 0.914288 -10.190166
vt 0.914288 -5.469313
vt 0.508973 -5.469313
vt 0.508973 -10.190166
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 7.398795 -12.483625
vt 7.398795 -5.469313
vt 12.659529 -5.469313
vt 12.659529 -12.483625
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt 3.565646 -5.469313
vt -0.009589 0.004293
vt 1.007580 0.004293
vt 1.007580 0.995707
vt -0.009589 0.995707
vt -7.321668 14.575108
vt -7.321668 6.066031
vt -1.797367 6.066031
vt -0.619897 6.066031
vt 1.187410 6.066031
vt 1.187410 14.575108
vt 6.456841 3.549736
vt 16.436012 3.549736
vt 16.436012 -4.959334
vt 6.456841 -4.959341
vt -7.321668 -14.304516
vt -15.436014 -14.304516
vt -15.436014 -5.795439
vt -7.321668 -5.795439
vt -7.321668 5.886034
vt -3.754539 5.886034
vt -3.754539 -5.795439
vt 6.456841 15.231211
vt 16.436012 15.231211
vt 4.754539 5.886034
vt 4.754539 -5.795439
vt -15.436014 5.886032
vt -3.754539 -14.304516
vt 4.754537 3.549736
vt 4.754537 15.231211
vt 4.754537 -4.959341
vt -1.797367 5.886032
vt -0.619897 5.886032
vt 16.436014 -14.304516
vt 6.456841 -14.304516
vt -15.436014 5.886034
vt -15.436014 15.231213
vt -7.321668 15.231213
vt -7.321668 5.886034
vt 0.605234 0.319955
vt 0.605234 0.264088
vt 0.287657 0.264088
vt 0.287657 0.319955
vt 0.953130 0.375821
vt 0.953130 0.319954
vt 0.287657 0.319954
vt 0.287657 0.375821
vt 0.652781 0.068792
vt -0.377816 0.068792
vt -0.377816 0.011666
vt 0.652781 0.011666
vt 1.535537 1.323624
vt 1.535537 0.686318
vt 1.211503 0.686318
vt 1.211503 1.323624
vt -0.377816 0.068792
vt -0.377816 0.693398
vt 0.287657 0.693398
vt 0.287657 0.068792
vt 0.179015 0.693398
vt 1.209612 0.693398
vt 1.209612 1.332083
vt 0.179015 1.332083
vt -0.377816 0.693398
vt -0.040650 0.693398
vt -0.040650 1.332083
vt -0.377816 1.332084
vt 1.209612 0.068792
vt 0.872446 0.068792
vt 0.872446 0.011666
vt 1.209612 0.011666
vt -3.825137 -1.751269
vt 4.374268 -1.751269
vt 4.374268 -0.250424
vt -3.825137 -0.250423
vt -3.825137 1.250423
vt 4.374268 1.250423
vt 4.374268 2.751269
vt -3.825137 2.751269
vt -3.825137 -0.250423
vt 4.374268 -0.250423
vt 4.374268 1.250423
vt -3.825137 1.250423
vn 0.0000 0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
vn -0.4472 0.8944 0.0000
vn 1.0000 0.0000 0.0000
usemtl Material.001
s off
f 1/1/1 9/2/1 10/3/1 2/4/1
f 24/5/2 30/6/2 28/7/2 10/3/2
f 56/8/2 27/9/2 29/10/2 57/11/2
f 60/12/2 58/13/2 26/14/2 52/15/2
f 35/16/1 40/17/1 38/18/1 33/19/1
f 32/20/1 37/21/1 39/22/1 34/23/1
f 53/24/1 31/25/1 36/26/1 54/27/1
f 32/20/1 48/28/1 49/29/1 37/21/1
f 56/30/2 59/31/2 47/32/2 27/33/2
f 48/28/1 53/24/1 54/27/1 49/29/1
f 59/31/2 60/12/2 52/15/2 47/32/2
f 4/34/2 46/35/2 59/31/2 56/30/2
f 51/36/2 2/37/2 58/13/2 60/12/2
f 4/38/2 56/8/2 57/11/2 20/39/2
f 51/40/3 60/41/3 64/42/3 61/43/3
f 60/44/4 59/45/4 63/46/4 64/47/4
f 59/48/1 46/49/1 62/50/1 63/51/1
f 40/17/1 65/52/1 66/53/1 45/54/1
f 65/52/1 67/55/1 68/56/1 66/53/1
f 67/55/1 69/57/1 70/58/1 68/56/1
f 69/57/1 71/59/1 72/60/1 70/58/1
f 24/61/1 73/62/1 74/63/1 30/64/1
f 73/65/1 75/66/1 76/67/1 74/68/1
f 20/69/1 80/70/1 79/71/1 14/72/1
usemtl Material.002
f 62/73/2 61/74/2 64/75/2 63/76/2
usemtl Material.003
f 1/77/5 2/78/5 51/79/5 46/80/5 4/81/5 3/82/5
f 23/83/5 11/84/5 12/85/5 24/86/5
f 20/87/5 14/88/5 13/89/5 21/90/5
f 21/90/5 22/91/5 16/92/5 3/93/5
f 23/83/5 25/94/5 18/95/5 11/84/5
f 3/93/5 16/92/5 15/96/5 1/97/5
f 13/89/5 19/98/5 22/91/5 21/90/5
f 4/99/5 20/87/5 21/90/5 3/93/5
f 9/100/5 17/101/5 25/94/5 23/83/5
f 9/100/5 23/83/5 24/86/5 10/102/5
f 46/80/5 51/79/5 61/103/5 62/104/5
f 12/85/5 77/105/5 78/106/5 24/86/5
f 80/107/5 82/108/5 81/109/5 79/110/5
usemtl Material.004
f 30/111/4 35/112/4 33/113/4 28/114/4
f 27/115/4 32/116/4 34/117/4 29/118/4
f 52/119/4 26/120/4 31/121/4 53/122/4
f 40/123/6 45/124/6 43/125/6 38/126/6
f 37/127/6 42/128/6 44/129/6 39/130/6
f 54/131/6 36/132/6 41/133/6 55/134/6
f 37/135/6 49/136/6 50/137/6 42/138/6
f 27/139/4 47/140/4 48/141/4 32/142/4
f 49/136/6 54/131/6 55/134/6 50/137/6
f 47/140/4 52/119/4 53/122/4 48/141/4
usemtl Material.005
f 3/143/1 4/144/1 8/145/1 7/146/1
f 2/147/3 1/148/3 5/149/3 6/150/3
f 1/151/7 3/152/7 7/153/7 5/154/7

View File

@ -0,0 +1,13 @@
# Blender MTL File: 'ingul-windows.blend'
# Material Count: 1
newmtl Material.006
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\blue-tiles.jpg

View File

@ -0,0 +1,39 @@
# Blender v2.93.1 OBJ File: 'ingul-windows.blend'
# www.blender.org
mtllib ingul-windows.mtl
o Plane
v 6.910520 0.029715 -5.917611
v 6.910520 3.970285 -5.917611
v 6.910520 0.029715 1.273063
v 6.910520 0.029715 3.058477
v 6.910520 3.970285 1.273063
v 6.910520 3.970285 3.058477
v 6.910520 0.029715 -2.304297
v 6.910520 0.029715 -0.887055
v 6.910520 3.970285 -2.304297
v 6.910520 3.970285 -0.887055
v 6.910520 0.029715 -4.473403
v 6.910520 3.970285 -4.473403
v 6.910520 0.029715 -5.513233
v 6.910520 3.970285 -5.513233
vt 0.359772 -3.851127
vt 0.359771 4.867408
vt 0.503160 4.867408
vt 0.503161 -3.851127
vt -0.487924 -2.943290
vt -0.487925 3.878166
vt 0.007414 3.878166
vt 0.007414 -2.943290
vt 0.507839 -3.740706
vt 0.507839 4.740705
vt 0.996714 4.740705
vt 0.996714 -3.740706
vt -0.008943 -3.851127
vt -0.008944 4.867408
vn -1.0000 0.0000 0.0000
usemtl Material.006
s off
f 13/1/1 14/2/1 2/3/1 1/4/1
f 4/5/1 6/6/1 5/7/1 3/8/1
f 8/9/1 10/10/1 9/11/1 7/12/1
f 11/13/1 12/14/1 14/2/1 13/1/1

View File

@ -0,0 +1,68 @@
# Blender MTL File: 'ingul.blend'
# Material Count: 6
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\door1.jpg
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\pink-tiles.jpg
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\green-tiles.jpg
newmtl Material.004
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\door1.jpg
newmtl Material.005
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\green-wall.jpg
newmtl Material.007
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\green-wall.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
# Blender MTL File: 'water-pipe.blend'
# Material Count: 1
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd C:\\Users\\tnetb\\Desktop\\PogoBijoux\\blue-wall.jpg

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,32 @@
# Blender MTL File: 'random.blend'
# Material Count: 3
newmtl Carpet
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Ceilling
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.905803 1.000000 0.441099
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Walls
Ns 359.999993
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,118 @@
# Blender v3.2.1 OBJ File: 'random.blend'
# www.blender.org
mtllib random.mtl
o Cube
v 6.000000 3.500000 -1.000000
v 6.000000 -1.000000 -1.000000
v 6.000000 3.500000 11.571390
v 6.000000 -1.000000 11.571390
v -1.000000 3.500000 -1.000000
v -1.000000 -1.000000 -1.000000
v -1.000000 3.500000 9.000000
v -1.000000 -1.000000 9.000000
v 10.000000 3.500000 -1.000000
v 10.000000 -1.000000 -1.000000
v 10.000000 3.500000 11.571390
v 10.000000 -1.000000 11.571390
v 6.000000 3.500000 15.571390
v 6.000000 -1.000000 15.571390
v 10.000000 3.500000 15.571390
v 10.000000 -1.000000 15.571390
v 6.000000 3.500000 27.247066
v 6.000000 -1.000000 27.247066
v 10.000000 3.500000 27.247066
v 10.000000 -1.000000 27.247066
v 3.000000 3.500000 15.571390
v 3.000000 -1.000000 15.571390
v 3.000000 3.500000 25.571390
v 3.000000 -1.000000 25.571390
v 16.668840 3.500000 18.738293
v 16.668840 -1.000000 18.738293
v 17.000000 3.500000 27.247066
v 17.000000 -1.000000 27.247066
v 14.000000 3.500000 -1.000000
v 14.000000 -1.000000 -1.000000
v 14.000000 3.500000 11.571390
v 14.000000 -1.000000 11.571390
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 1.000000
vt 0.375000 1.000000
vt 0.375000 0.000000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.375000 0.250000
vt 0.375000 0.500000
vt 0.625000 0.500000
vt 0.625000 0.500000
vt 0.375000 0.500000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.375000 0.500000
vt 0.625000 0.500000
vt 0.875000 0.500000
vt 0.875000 0.750000
vt 0.125000 0.500000
vt 0.125000 0.750000
vn -0.3448 0.0000 0.9387
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 0.0000 1.0000
vn 1.0000 0.0000 0.0000
vn -0.4876 0.0000 0.8730
vn 0.9992 0.0000 -0.0389
vn 0.4290 0.0000 -0.9033
vn 0.0000 1.0000 0.0000
vn 0.0000 -1.0000 0.0000
usemtl Walls
s off
f 4/1/1 3/2/1 7/3/1 8/4/1
f 8/5/2 7/6/2 5/7/2 6/8/2
f 2/9/3 1/10/3 9/11/3 10/12/3
f 6/8/3 5/7/3 1/10/3 2/9/3
f 11/13/4 12/14/4 32/15/4 31/16/4
f 12/14/5 11/13/5 15/17/5 16/18/5
f 3/2/2 4/1/2 14/19/2 13/20/2
f 17/21/4 18/22/4 20/23/4 19/24/4
f 21/25/2 22/26/2 24/27/2 23/28/2
f 13/20/3 14/19/3 22/26/3 21/25/3
f 18/22/6 17/21/6 23/28/6 24/27/6
f 26/29/7 25/30/7 27/31/7 28/32/7
f 19/24/4 20/23/4 28/32/4 27/31/4
f 16/18/8 15/17/8 25/30/8 26/29/8
f 30/33/5 29/34/5 31/16/5 32/15/5
f 10/12/3 9/11/3 29/34/3 30/33/3
usemtl Ceilling
f 1/10/9 5/35/9 7/36/9 3/2/9
f 1/10/9 3/2/9 11/13/9 9/11/9
f 11/13/9 3/2/9 13/20/9 15/17/9
f 15/17/9 13/20/9 17/21/9 19/24/9
f 15/17/9 19/24/9 27/31/9 25/30/9
f 17/21/9 13/20/9 21/25/9 23/28/9
f 9/11/9 11/13/9 31/16/9 29/34/9
usemtl Carpet
f 6/37/10 2/9/10 4/1/10 8/38/10
f 4/1/10 2/9/10 10/12/10 12/14/10
f 14/19/10 16/18/10 20/23/10 18/22/10
f 4/1/10 12/14/10 16/18/10 14/19/10
f 14/19/10 18/22/10 24/27/10 22/26/10
f 20/23/10 16/18/10 26/29/10 28/32/10
f 12/14/10 10/12/10 30/33/10 32/15/10

View File

@ -0,0 +1,12 @@
# Blender MTL File: 'None'
# Material Count: 1
newmtl Material
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,178 @@
# Blender v2.93.1 OBJ File: ''
# www.blender.org
mtllib board.mtl
o Cube
v 1.369628 1.000000 -0.177564
v 1.327581 -1.000000 -0.172113
v 1.369628 1.000000 0.177564
v 1.327581 -1.000000 0.172113
v -1.369628 1.000000 -0.177564
v -1.327581 -1.000000 -0.172113
v -1.369628 1.000000 0.177564
v -1.327581 -1.000000 0.172113
v -1.137749 -1.000000 -0.172113
v -1.010177 0.937556 0.177564
v -1.137749 -1.000000 0.172113
v -1.010177 0.937556 -0.177564
v 1.165142 -1.000000 0.172113
v 1.037570 0.937556 -0.177564
v 1.165142 -1.000000 -0.172113
v 1.037570 0.937556 0.177564
v -1.369628 -1.000000 -0.177564
v -1.369628 -1.000000 0.177564
v -1.010177 -0.937556 -0.177564
v 1.037570 -0.937556 0.177564
v 1.369628 -1.000000 0.177564
v 1.369628 -1.000000 -0.177564
v -1.010177 -0.937556 0.177564
v 1.037570 -0.937556 -0.177564
v -1.327581 -1.974877 -0.172113
v -1.327581 -1.974877 0.172113
v -1.137749 -1.974877 -0.172113
v 1.165142 -1.974877 0.172113
v 1.327581 -1.974877 0.172113
v 1.327581 -1.974877 -0.172113
v -1.137749 -1.974877 0.172113
v 1.165142 -1.974877 -0.172113
v 1.123095 -1.000000 -0.177564
v -1.095702 -1.000000 -0.177564
v 1.123095 1.000000 0.177564
v -1.095702 1.000000 0.177564
v -1.095702 1.000000 -0.177564
v -1.095702 -1.000000 0.177564
v 1.123095 -1.000000 0.177564
v 1.123095 1.000000 -0.177564
v 1.037570 0.937556 0.157068
v -1.010177 0.937556 0.157068
v -1.010177 -0.937556 0.157068
v 1.037570 -0.937556 0.157068
v 1.037570 -0.937556 -0.149248
v -1.010177 -0.937556 -0.149248
v -1.010177 0.937556 -0.149248
v 1.037570 0.937556 -0.149248
vt 0.089458 0.568773
vt 0.104419 0.568773
vt 0.104419 0.718386
vt 0.089458 0.718386
vt 0.015259 0.641100
vt 0.135831 0.640362
vt 0.135831 0.653561
vt 0.015259 0.654298
vt 0.000259 0.120795
vt 0.132241 0.120795
vt 0.132241 0.252777
vt 0.000259 0.252777
vt 0.011996 0.712334
vt 0.011996 0.857353
vt 0.011996 0.857353
vt 0.011996 0.712334
vt 0.015259 0.390335
vt 0.120453 0.387384
vt 0.120453 0.519366
vt 0.015259 0.522316
vt 0.015259 0.378456
vt 0.109741 0.326412
vt 0.132241 0.265975
vt 0.000259 0.265975
vt 0.005407 0.520290
vt 0.005407 0.392360
vt 0.005407 0.392360
vt 0.137775 0.857353
vt 0.008130 0.534749
vt 0.019380 0.538315
vt 0.019380 0.538315
vt -0.002635 0.902269
vt 0.132332 0.387384
vt 0.132332 0.519366
vt 0.135831 0.533457
vt 0.015259 0.534195
vt 0.019380 0.275672
vt -0.013130 0.063776
vt 0.137635 0.368161
vt 0.129804 0.577106
vt 0.014292 0.710037
vt 0.003381 0.390335
vt 0.003381 0.522316
vt 0.014292 0.859650
vt 0.001628 0.712334
vt 0.001628 0.857353
vt -0.000669 0.859650
vt -0.000669 0.710037
vt 0.013233 0.520290
vt 0.013233 0.392360
vt 0.013233 0.392360
vt 0.146647 0.857353
vt 0.001628 0.712334
vt 0.001628 0.857353
vt 0.019380 0.374335
vt 0.131870 0.534749
vt 0.143120 0.538315
vt 0.024370 0.061917
vt -0.013130 0.162439
vt 0.147241 0.378456
vt 0.812043 0.003499
vt 0.832044 1.004225
vt 0.277957 0.996789
vt 0.272956 -0.003936
vt 0.137635 0.902269
vt 0.143120 0.538315
vt 0.730863 0.805515
vt 0.730863 0.110448
vt 0.981507 0.110449
vt 0.981507 0.805515
vt 0.129804 0.688950
vt 0.137635 0.480005
vn 0.0000 1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn -1.0000 0.0000 0.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 -1.0000 0.0000
usemtl Material
s off
f 37/1/1 5/2/1 7/3/1 36/4/1
f 38/5/2 36/6/2 7/7/2 18/8/2
f 18/9/3 7/10/3 5/11/3 17/12/3
f 9/13/4 11/14/4 31/15/4 27/16/4
f 22/17/4 1/18/4 3/19/4 21/20/4
f 33/21/5 40/22/5 1/18/5 22/17/5
f 17/12/5 5/11/5 37/23/5 34/24/5
f 13/25/3 15/26/3 32/27/3 28/28/3
f 23/29/1 20/30/1 44/31/1 43/32/1
f 40/33/1 37/1/1 36/4/1 35/34/1
f 1/18/1 40/33/1 35/34/1 3/19/1
f 21/20/2 3/19/2 35/35/2 39/36/2
f 19/37/4 12/38/4 47/39/4 46/40/4
f 34/41/6 33/42/6 39/43/6 38/44/6
f 6/45/6 8/46/6 18/47/6 17/48/6
f 9/13/6 6/45/6 17/48/6 34/41/6
f 13/25/6 4/49/6 21/20/6 39/43/6
f 4/49/6 2/50/6 22/17/6 21/20/6
f 8/46/6 11/14/6 38/44/6 18/47/6
f 11/14/6 9/13/6 34/41/6 38/44/6
f 2/50/6 15/26/6 33/42/6 22/17/6
f 15/26/6 13/25/6 39/43/6 33/42/6
f 32/27/6 30/51/6 29/52/6 28/28/6
f 25/53/6 27/16/6 31/15/6 26/54/6
f 2/50/4 4/49/4 29/52/4 30/51/4
f 6/45/5 9/13/5 27/16/5 25/53/5
f 15/26/5 2/50/5 30/51/5 32/27/5
f 11/14/2 8/46/2 26/54/2 31/15/2
f 4/49/2 13/25/2 28/28/2 29/52/2
f 8/46/3 6/45/3 25/53/3 26/54/3
f 19/37/5 24/55/5 33/21/5 34/24/5
f 10/56/2 16/57/2 35/35/2 36/6/2
f 12/58/5 19/37/5 34/24/5 37/23/5
f 23/29/2 10/56/2 36/6/2 38/5/2
f 20/30/2 23/29/2 38/5/2 39/36/2
f 14/59/5 12/38/5 37/23/5 40/60/5
f 16/57/2 20/30/2 39/36/2 35/35/2
f 24/55/5 14/59/5 40/60/5 33/21/5
f 44/61/2 41/62/2 42/63/2 43/64/2
f 10/56/4 23/29/4 43/32/4 42/65/4
f 16/57/6 10/56/6 42/65/6 41/66/6
f 20/30/3 16/57/3 41/66/3 44/31/3
f 46/67/5 47/68/5 48/69/5 45/70/5
f 24/55/1 19/37/1 46/40/1 45/71/1
f 14/59/3 24/55/3 45/71/3 48/72/3
f 12/38/6 14/59/6 48/72/6 47/39/6

View File

@ -0,0 +1,34 @@
# Blender MTL File: 'car.blend'
# Material Count: 3
newmtl Material
Ns 359.999993
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
# Blender MTL File: 'chair.blend'
# Material Count: 1
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,38 @@
# Blender v3.2.2 OBJ File: ''
# www.blender.org
o Cube
v 1.000000 1.000000 -1.000000
v 1.000000 -1.000000 -1.000000
v 1.000000 1.000000 1.000000
v 1.000000 -1.000000 1.000000
v -1.000000 1.000000 -1.000000
v -1.000000 -1.000000 -1.000000
v -1.000000 1.000000 1.000000
v -1.000000 -1.000000 1.000000
vt 0.625000 0.500000
vt 0.625000 0.750000
vt 0.875000 0.750000
vt 0.875000 0.500000
vt 0.375000 0.750000
vt 0.375000 1.000000
vt 0.625000 1.000000
vt 0.375000 0.000000
vt 0.375000 0.250000
vt 0.625000 0.250000
vt 0.625000 0.000000
vt 0.125000 0.500000
vt 0.125000 0.750000
vt 0.375000 0.500000
vn 0.0000 -1.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 0.0000 0.0000
vn 0.0000 1.0000 0.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 1.0000
s off
f 1/1/1 3/2/1 7/3/1 5/4/1
f 4/5/2 8/6/2 7/7/2 3/2/2
f 8/8/3 6/9/3 5/10/3 7/11/3
f 6/12/4 8/13/4 4/5/4 2/14/4
f 2/14/5 4/5/5 3/2/5 1/1/5
f 6/9/6 2/14/6 1/1/6 5/10/6

View File

@ -0,0 +1,34 @@
# Blender MTL File: 'door.blend'
# Material Count: 3
newmtl Material
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,136 @@
# Blender v3.0.0 OBJ File: 'door.blend'
# www.blender.org
mtllib door.mtl
o Cube
v 0.200000 4.920000 -0.920000
v 0.200000 0.080000 -0.920000
v 0.200000 4.920000 0.920000
v 0.200000 0.080000 0.920000
v 0.000000 4.900000 -0.900000
v 0.000000 0.100000 -0.900000
v 0.000000 4.900000 0.900000
v 0.000000 0.100000 0.900000
v 0.200000 5.000000 -1.000000
v 0.200000 0.000000 -1.000000
v 0.200000 5.000000 1.000000
v 0.200000 0.000000 1.000000
v 0.000000 0.000000 -1.000000
v 0.000000 0.000000 1.000000
v 0.000000 5.000000 1.000000
v 0.000000 5.000000 -1.000000
v 0.092572 0.100000 -0.900000
v 0.092572 0.100000 0.900000
v 0.092572 4.900000 0.900000
v 0.092572 4.900000 -0.900000
v 0.114211 4.920000 -0.920000
v 0.114211 0.080000 -0.920000
v 0.114211 4.920000 0.920000
v 0.114211 0.080000 0.920000
vt 0.625000 0.500000
vt 0.875000 0.500000
vt 0.875000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.625000 1.000000
vt 0.375000 1.000000
vt 0.620000 0.237500
vt 0.380000 0.237500
vt 0.380000 0.237500
vt 0.620000 0.237500
vt 0.125000 0.500000
vt 0.375000 0.500000
vt 0.125000 0.750000
vt 0.379000 0.740000
vt 0.379000 0.510000
vt 0.379000 0.510000
vt 0.379000 0.740000
vt 0.375000 0.250000
vt 0.625000 0.250000
vt 0.621000 0.510000
vt 0.621000 0.740000
vt 0.380000 0.012500
vt 0.375000 0.000000
vt 0.620000 0.012500
vt 0.625000 0.000000
vt 0.380000 0.012500
vt 0.620000 0.012500
vt 0.621000 0.740000
vt 0.621000 0.510000
vn 0.0000 1.0000 0.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 1.0000 0.0000 0.0000
vn -1.0000 0.0000 0.0000
usemtl Material.001
s off
f 9/1/1 16/2/1 15/3/1 11/4/1
f 12/5/2 11/4/2 15/6/2 14/7/2
f 5/8/2 6/9/2 17/10/2 20/11/2
f 13/12/3 10/13/3 12/5/3 14/14/3
f 4/15/1 2/16/1 22/17/1 24/18/1
f 13/19/4 16/20/4 9/1/4 10/13/4
f 1/21/5 2/16/5 10/13/5 9/1/5
f 4/15/5 3/22/5 11/4/5 12/5/5
f 3/22/5 1/21/5 9/1/5 11/4/5
f 2/16/5 4/15/5 12/5/5 10/13/5
f 8/23/6 6/9/6 13/19/6 14/24/6
f 7/25/6 8/23/6 14/24/6 15/26/6
f 6/9/6 5/8/6 16/20/6 13/19/6
f 5/8/6 7/25/6 15/26/6 16/20/6
f 6/9/1 8/23/1 18/27/1 17/10/1
f 7/25/3 5/8/3 20/11/3 19/28/3
f 8/23/4 7/25/4 19/28/4 18/27/4
f 3/22/4 4/15/4 24/18/4 23/29/4
f 1/21/3 3/22/3 23/29/3 21/30/3
f 2/16/2 1/21/2 21/30/2 22/17/2
usemtl Material.002
f 18/27/6 19/28/6 20/11/6 17/10/6
f 22/17/5 21/30/5 23/29/5 24/18/5
o Cube.001
v 2.165889 5.000000 0.638506
v 2.165889 0.000000 0.638506
v 0.196274 5.000000 0.985802
v 0.196274 0.000000 0.985802
v 2.131160 5.000000 0.441544
v 2.131160 0.000000 0.441544
v 0.161544 5.000000 0.788841
v 0.161544 0.000000 0.788841
vt 0.453443 0.194419
vt 0.571412 0.194419
vt 0.571412 0.718575
vt 0.453443 0.718575
vt 0.840001 0.277842
vt 0.840000 0.722158
vt 0.800000 0.722158
vt 0.800001 0.277842
vt -1.010394 0.000144
vt -1.010394 0.999856
vt -0.008230 0.999856
vt -0.008230 0.000144
vt 0.880001 0.277842
vt 0.920001 0.277842
vt 0.920001 0.455568
vt 0.880001 0.455568
vt 1.987443 0.000144
vt 1.987442 0.999856
vt 0.989606 0.999856
vt 0.989607 0.000144
vt 0.555441 0.003988
vt 0.555441 0.992348
vt 0.455384 0.992348
vt 0.455384 0.003988
vn 0.0000 1.0000 0.0000
vn -0.9848 0.0000 0.1736
vn -0.1736 0.0000 -0.9848
vn 0.0000 -1.0000 0.0000
vn 0.1736 0.0000 0.9848
vn 0.9848 0.0000 -0.1736
usemtl Material
s off
f 25/31/7 29/32/7 31/33/7 27/34/7
f 28/35/8 27/36/8 31/37/8 32/38/8
f 32/39/9 31/40/9 29/41/9 30/42/9
f 30/43/10 26/44/10 28/45/10 32/46/10
f 26/47/11 25/48/11 27/49/11 28/50/11
f 30/51/12 29/52/12 25/53/12 26/54/12

View File

@ -0,0 +1,45 @@
# Blender MTL File: 'house.blend'
# Material Count: 4
newmtl door
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl roof
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl walls
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl windows
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,520 @@
# Blender v3.0.0 OBJ File: 'house.blend'
# www.blender.org
mtllib house.mtl
o Cube
v -2.957269 2.700000 4.000001
v -2.957272 0.000000 4.000001
v -2.957272 2.700000 -3.999999
v -2.957274 0.000000 -3.999999
v 2.957272 2.700000 3.999999
v -3.114993 3.408802 0.019900
v 2.957274 0.000000 3.999999
v -3.114993 3.539763 0.019900
v -3.114993 3.408802 2.364322
v 3.546224 2.391034 -4.000001
v 2.957269 2.700000 -4.000001
v -3.114993 3.539763 2.364322
v 3.546227 2.391034 3.999999
v 2.957269 0.000000 -4.000001
v 0.000000 4.355987 1.192110
v -0.000001 4.200000 -4.000000
v -3.114993 4.225025 1.192111
v -3.114993 4.355987 1.192111
v 0.000001 4.200000 4.000000
v -0.000001 4.200000 -4.258610
v 0.000001 4.200000 4.258610
v -0.000001 4.355987 -4.258613
v 0.000001 4.355987 4.258613
v -2.957274 2.309338 -2.458547
v -2.957274 0.069338 -2.458547
v -2.957274 0.069338 -1.458547
v -2.957274 2.309338 -1.458547
v -2.912034 2.309338 -2.458547
v -2.912034 0.069338 -2.458547
v -2.912034 0.069338 -1.458547
v -2.912034 2.309338 -1.458547
v -3.546227 2.391034 -3.999999
v 3.546224 2.547021 -4.258611
v -3.546224 2.391034 4.000001
v 3.546227 2.547021 4.258609
v 3.546224 2.391034 -4.258611
v -3.546227 2.391034 -4.258609
v 3.546227 2.391034 4.258609
v -3.546224 2.547021 4.258611
v -3.546224 2.391034 4.258611
v -3.546227 2.547021 -4.258609
v -2.957273 2.154233 1.554383
v -2.957273 0.914233 1.554383
v -2.957272 0.914233 3.134383
v -2.957272 2.154233 3.134383
v -2.957273 2.154233 -0.718395
v -2.957273 0.914233 -0.718395
v -2.957273 0.914233 0.861604
v -2.957273 2.154233 0.861604
v -2.957272 2.700000 -4.258609
v -2.957272 2.855987 -4.258609
v -2.957269 2.700000 4.258611
v -2.957269 2.855987 4.258611
v 2.957272 2.700000 4.258609
v 2.957269 2.700000 -4.258611
v 2.957272 2.855987 4.258609
v 2.957269 2.855987 -4.258611
v -1.867388 3.408802 0.019899
v -1.867387 3.408802 2.364322
v -1.609195 3.539763 2.364322
v -1.609196 3.539763 0.019899
v -2.885543 2.892369 0.145898
v -2.885542 2.892369 2.238324
v -1.694419 3.496536 0.145898
v -1.694418 3.496536 2.238323
v -2.885542 4.225025 1.192111
v -2.885543 3.496536 0.145898
v -2.885542 3.496536 2.238324
v -2.971209 2.154230 1.554383
v -2.971209 2.154230 3.134383
v -2.971209 0.914230 1.554383
v -2.971209 0.914230 3.134383
v -2.971211 0.914233 -0.718395
v -2.971211 0.914233 0.861604
v -2.971211 2.154233 0.861604
v -2.971211 2.154233 -0.718395
v -2.885543 3.683483 0.629144
v -2.885543 3.022588 0.629144
v -2.885542 3.022588 1.745305
v -2.885542 3.683483 1.745305
v -2.900061 3.683483 0.629144
v -2.900061 3.022588 0.629144
v -2.900061 3.022588 1.745305
v -2.900061 3.683483 1.745305
v 1.365472 2.154230 4.000000
v 1.365472 0.914230 4.000000
v -0.214529 0.914230 4.000000
v -0.214528 2.154230 4.000000
v 2.957270 2.154231 -2.527091
v 2.957271 0.914230 -2.527091
v 2.957272 0.914230 -0.947091
v 2.957270 2.154231 -0.947091
v 2.957271 2.154230 0.849663
v 2.957272 0.914230 0.849663
v 2.957273 0.914230 2.429663
v 2.957272 2.154230 2.429662
v 1.365472 2.154230 4.014516
v 1.365472 0.914230 4.014516
v -0.214528 0.914230 4.014517
v -0.214528 2.154230 4.014517
v 2.971787 2.154231 -2.527091
v 2.971788 0.914230 -2.527091
v 2.971789 0.914230 -0.947091
v 2.971787 2.154231 -0.947091
v 2.971788 2.154230 0.849663
v 2.971789 0.914230 0.849663
v 2.971790 0.914230 2.429663
v 2.971789 2.154230 2.429662
vt 0.003843 0.004976
vt 0.994613 0.995269
vt 0.003843 0.995269
vt 0.994613 0.004976
vt 4.060558 -3.944201
vt 4.060558 0.793792
vt 4.060558 0.946953
vt 3.968173 0.946953
vt 3.968173 -4.097358
vt 4.060558 -4.097358
vt 4.119074 -4.097358
vt 4.211458 -4.097358
vt 4.211458 -3.944201
vt 4.211458 0.793792
vt 4.211458 0.946953
vt 4.119074 0.946953
vt -0.530311 1.248057
vt -0.530312 0.506347
vt 0.782095 0.506347
vt 1.520436 0.506346
vt 1.520436 1.248056
vt 1.520436 -0.235363
vt -0.530311 -0.235363
vt -0.530311 -0.383078
vt 1.520436 -0.383079
vt 1.520436 1.395772
vt -0.530311 1.395772
vt 0.499854 0.102746
vt 0.499854 -0.274922
vt 0.782095 -0.274922
vt 1.064335 -0.274922
vt 1.064335 0.102746
vt 0.530191 0.081371
vt 0.499854 0.037989
vt 1.033998 -0.217373
vt 0.530191 -0.217373
vt 1.064335 0.037989
vt 1.033998 0.081371
vt -0.294698 -0.292278
vt -0.294698 4.445711
vt -0.335761 1.212892
vt 2.401795 1.961074
vt 0.802723 1.961074
vt 0.802723 -1.687761
vt 2.401795 -1.687758
vt 3.290169 0.136658
vt 0.802726 -3.570695
vt 1.691097 -5.395111
vt 3.290171 -5.395114
vt 2.748716 -3.703045
vt 2.014329 -3.703045
vt 2.014329 -2.728301
vt 1.691097 -1.746277
vt 3.542513 0.120400
vt 3.542513 -0.471850
vt 3.569913 -0.471850
vt 3.569913 0.120400
vt 3.456084 0.120399
vt 3.456084 -0.471850
vt 3.483994 -0.471850
vt 3.483994 0.120399
vt 3.570424 -1.857005
vt 3.570424 -0.530368
vt 3.542513 -0.530368
vt 3.542513 -1.857005
vt 3.456084 -0.530369
vt 3.456084 -1.857006
vt 3.483994 -1.857006
vt 3.483994 -0.530369
vt 2.913356 6.031771
vt 3.005737 6.031771
vt 3.188721 6.395114
vt 3.096339 6.395114
vt -3.229475 -5.395111
vt -3.229475 -5.241953
vt -3.551357 -5.241953
vt -3.551357 -5.395111
vt 1.691097 6.031771
vt 1.783479 6.031771
vt 1.966463 6.395114
vt 1.874081 6.395114
vt 3.005737 2.382939
vt 2.913356 2.382939
vt 3.096339 2.019596
vt 3.188721 2.019596
vt -3.229475 -0.503961
vt -3.551357 -0.503961
vt -3.229475 -0.350800
vt -3.551357 -0.350800
vt 0.352682 -5.241953
vt 0.352682 -5.395111
vt 0.744204 -5.395111
vt 0.744204 -5.241953
vt 0.352682 -0.503961
vt 0.744204 -0.503961
vt -0.836149 2.586998
vt -0.836149 1.651246
vt -0.836149 2.997297
vt -1.570537 2.997297
vt -1.570537 2.586998
vt 0.517171 1.889106
vt 0.517171 1.154717
vt 0.525770 1.154717
vt 0.525770 1.889106
vt 0.660003 1.154717
vt 0.660003 1.889108
vt 0.651404 1.889108
vt 0.651404 1.154720
vt -1.570537 3.933048
vt -1.893769 4.445711
vt -1.893769 -0.292278
vt -1.662399 0.620641
vt -1.662399 1.212892
vt -1.570537 1.651246
vt -1.607448 -5.395111
vt -1.607448 -5.241953
vt 0.802726 4.207355
vt 0.895108 4.207355
vt -1.607451 -0.503961
vt -1.607451 -0.350800
vt 2.024984 4.207355
vt 2.117366 4.207355
vt 0.352682 -0.350800
vt 1.691097 2.382939
vt 1.783479 2.382939
vt 1.874081 2.019596
vt 1.966463 2.019596
vt 0.744204 -0.350800
vt 3.842581 -2.650359
vt 3.842581 -1.721393
vt 3.765019 -1.721393
vt 3.765019 -2.491073
vt 3.426249 -3.403117
vt 3.348687 -3.403117
vt 3.832095 -4.097358
vt 3.909657 -4.097358
vt 3.706503 -1.697720
vt 3.706503 -0.928040
vt 3.628941 -0.928040
vt 3.628941 -1.857005
vt 0.567331 0.401958
vt 0.706299 0.401958
vt 0.614310 1.096198
vt -0.141305 1.096198
vt -0.236178 1.021577
vt 0.485231 1.021577
vt -0.141305 -0.292284
vt 0.614310 -0.292284
vt 0.485229 -0.217660
vt -0.236178 -0.217660
vt 3.909657 -2.708877
vt 3.832095 -2.708877
vt 3.348685 -1.915524
vt 3.706503 -2.650359
vt 3.706503 -1.915524
vt 3.706503 -4.155877
vt 3.348685 -4.155877
vt 3.425806 -4.442080
vt 3.817221 -4.442080
vt 3.817221 -5.103123
vt 3.706503 -5.395114
vt 4.137950 -4.775496
vt -0.236182 1.154719
vt 0.121637 1.889553
vt -0.236182 1.889553
vt 3.704500 -0.869522
vt 3.704500 0.066232
vt 3.696055 0.066232
vt 3.696055 -0.869522
vt 0.592885 1.154719
vt 0.592885 1.889108
vt 0.584286 1.889106
vt 0.584286 1.154717
vt 3.734097 0.191707
vt 3.734097 1.127459
vt 3.725656 1.127459
vt 3.725656 0.191707
vt 3.667136 0.191705
vt 3.667136 1.127459
vt 3.658538 1.127459
vt 3.658538 0.191705
vt 3.637539 -0.869522
vt 3.637539 0.066231
vt 3.628941 0.066231
vt 3.628941 -0.869522
vt 0.458651 1.154717
vt 0.458651 1.889106
vt 0.450052 1.889106
vt 0.450052 1.154717
vt 3.425806 -5.103123
vt 3.348685 -5.395114
vt 3.599828 1.185975
vt 3.599828 1.577390
vt 3.590871 1.577390
vt 3.590871 1.185975
vt 3.658345 1.577390
vt 3.658345 1.185975
vt 3.667303 1.185975
vt 3.667303 1.577390
vt 3.465041 1.185978
vt 3.465041 1.847023
vt 3.456084 1.847023
vt 3.456084 1.185978
vt 3.532352 1.185977
vt 3.532352 1.847022
vt 3.523558 1.847022
vt 3.523558 1.185977
vt 2.748716 -2.728301
vt 3.290171 -1.746277
vt 0.718520 1.889106
vt 0.718520 1.154717
vt 0.727119 1.154717
vt 0.727119 1.889106
vt 0.247630 1.889107
vt 0.247630 1.154717
vt 0.256588 1.154717
vt 0.256588 1.889107
vt 0.324062 1.154717
vt 0.324062 1.889106
vt 0.315104 1.889106
vt 0.315104 1.154717
vt -1.952288 -0.292278
vt -1.952288 4.445711
vt -2.493740 3.573380
vt -2.493740 2.637629
vt -3.228127 2.637629
vt -3.228127 1.573503
vt -2.493740 1.573503
vt -2.493740 0.637749
vt -3.551359 4.445711
vt -3.551359 -0.292278
vt -3.228127 0.637749
vt -3.228127 3.573380
vt 3.397565 1.185977
vt 3.397565 1.920365
vt 3.388971 1.920365
vt 3.388971 1.185977
vt 3.388968 -0.882262
vt 3.388968 -1.857005
vt 3.397567 -1.857005
vt 3.397567 -0.882262
vt 3.388968 0.133188
vt 3.388968 -0.823744
vt 3.397567 -0.823744
vt 3.397567 0.133188
vt 0.189114 1.154717
vt 0.189114 1.889107
vt 0.180156 1.889107
vt 0.180156 1.154717
vt 3.456443 1.127459
vt 3.456443 0.191705
vt 3.465401 0.191705
vt 3.465401 1.127459
vt 3.600021 0.191705
vt 3.600021 1.127459
vt 3.591227 1.127459
vt 3.591227 0.191705
vt 3.388968 1.127459
vt 3.388968 0.191706
vt 3.397927 0.191706
vt 3.397927 1.127459
vt 3.532710 0.191706
vt 3.532710 1.127459
vt 3.523917 1.127459
vt 3.523917 0.191706
vt 0.382578 1.889106
vt 0.382578 1.154717
vt 0.391536 1.154717
vt 0.391536 1.889106
vt -0.335761 0.620641
vt -0.836149 3.933048
vt 0.994164 0.003796
vt 0.994164 0.994124
vt 0.006867 0.994124
vt 0.006867 0.003796
vt 0.002132 0.005810
vt 0.997279 0.005810
vt 0.997279 0.998744
vt 0.002132 0.998744
vt 0.994218 -0.000589
vt 0.994218 0.993451
vt 0.008235 0.993451
vt 0.008235 -0.000589
vt 0.006117 0.993098
vt 0.006117 0.006543
vt 0.998880 0.006543
vt 0.998880 0.993098
vt 0.007823 0.994124
vt 0.007823 0.008219
vt 0.995120 0.008219
vt 0.995120 0.994124
vt 0.006141 0.991465
vt 0.006141 0.004910
vt 0.995636 0.004910
vt 0.995636 0.991465
vn -1.0000 0.0000 0.0000
vn 1.0000 0.0000 -0.0000
vn 0.4524 0.8918 -0.0000
vn -0.4646 0.8855 0.0000
vn 0.4646 0.8855 -0.0000
vn -0.0000 0.8207 -0.5714
vn 0.0000 0.8207 0.5714
vn -0.4524 0.8918 0.0000
vn -0.0000 0.0000 -1.0000
vn 0.0000 -0.0000 1.0000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
vn 0.4646 -0.8855 -0.0000
vn -0.4646 -0.8855 0.0000
vn 0.4524 -0.8918 0.0000
vn -0.4524 -0.8918 -0.0000
vn 0.0000 -0.8207 0.5714
vn -0.0000 -0.8207 -0.5714
vn 0.0002 -1.0000 0.0000
vn -0.0002 1.0000 -0.0000
usemtl door
s off
f 29/1/1 31/2/1 28/3/1
f 29/1/1 30/4/1 31/2/1
usemtl roof
f 13/5/2 10/6/2 36/7/2 33/8/2 35/9/2 38/10/2
f 41/11/1 37/12/1 32/13/1 34/14/1 40/15/1 39/16/1
f 57/17/3 22/18/3 15/19/3 23/20/3 56/21/3
f 53/22/4 51/23/4 41/24/4 39/25/4
f 57/17/5 56/21/5 35/26/5 33/27/5
f 61/28/6 8/29/6 18/30/6 15/19/6
f 15/19/7 18/30/7 12/31/7 60/32/7
f 64/33/8 58/34/8 61/28/8 15/19/8 22/18/8 51/23/8 53/22/8 63/35/8 62/36/8
f 23/20/8 15/19/8 60/32/8 59/37/8 65/38/8 63/35/8 53/22/8
usemtl walls
f 4/39/1 2/40/1 26/41/1
f 11/42/9 14/43/9 4/44/9 3/45/9 16/46/9
f 19/47/10 1/48/10 2/49/10 87/50/10 88/51/10 85/52/10 5/53/10
f 27/54/11 24/55/11 28/56/11 31/57/11
f 25/58/12 26/59/12 30/60/12 29/61/12
f 26/62/9 27/63/9 31/64/9 30/65/9
f 24/66/10 25/67/10 29/68/10 28/69/10
f 56/70/10 54/71/10 38/72/10 35/73/10
f 50/74/13 3/75/13 32/76/13 37/77/13
f 51/78/9 50/79/9 37/80/9 41/81/9
f 52/82/10 53/83/10 39/84/10 40/85/10
f 3/75/13 1/86/13 34/87/13 32/76/13
f 1/86/13 52/88/13 40/89/13 34/87/13
f 11/90/14 55/91/14 36/92/14 10/93/14
f 5/94/14 11/90/14 10/93/14 13/95/14
f 48/96/1 47/97/1 26/41/1 43/98/1 42/99/1 49/100/1
f 46/101/9 47/102/9 73/103/9 76/104/9
f 42/105/9 43/106/9 71/107/9 69/108/9
f 42/99/1 45/109/1 1/110/1 3/111/1 24/112/1 27/113/1 26/41/1 47/97/1 46/114/1 49/100/1
f 20/115/15 16/116/15 3/75/15 50/74/15
f 22/117/9 20/118/9 50/79/9 51/78/9
f 52/88/15 1/86/15 19/119/15 21/120/15
f 23/121/10 53/83/10 52/82/10 21/122/10
f 54/123/16 21/120/16 19/119/16 5/94/16
f 55/91/16 11/90/16 16/116/16 20/115/16
f 23/121/10 21/122/10 54/71/10 56/70/10
f 22/117/9 57/124/9 55/125/9 20/118/9
f 55/125/9 57/124/9 33/126/9 36/127/9
f 54/123/14 5/94/14 13/95/14 38/128/14
f 60/129/10 12/130/10 9/131/10 59/132/10
f 17/133/1 18/134/1 8/135/1 6/136/1
f 58/137/9 6/138/9 8/139/9 61/140/9
f 66/141/17 17/142/17 6/143/17 58/144/17 64/145/17 67/146/17
f 59/147/18 9/148/18 17/142/18 66/141/18 68/149/18 65/150/18
f 9/151/1 12/152/1 18/134/1 17/133/1
f 63/153/10 65/154/10 68/155/10
f 67/156/1 62/157/1 78/158/1 77/159/1 80/160/1 68/161/1 66/162/1
f 64/163/9 62/164/9 67/165/9
f 47/166/11 48/167/11 74/168/11 73/169/11
f 44/170/10 45/171/10 70/172/10 72/173/10
f 43/174/19 44/175/19 72/176/19 71/177/19
f 45/178/20 42/179/20 69/180/20 70/181/20
f 49/182/12 46/183/12 76/184/12 75/185/12
f 48/186/10 49/187/10 75/188/10 74/189/10
f 68/161/1 80/160/1 79/190/1 78/158/1 62/157/1 63/191/1
f 79/192/10 80/193/10 84/194/10 83/195/10
f 77/196/9 78/197/9 82/198/9 81/199/9
f 80/200/12 77/201/12 81/202/12 84/203/12
f 78/204/11 79/205/11 83/206/11 82/207/11
f 5/53/10 85/52/10 86/208/10 87/50/10 2/49/10 7/209/10
f 88/210/1 87/211/1 99/212/1 100/213/1
f 92/214/10 91/215/10 103/216/10 104/217/10
f 94/218/9 93/219/9 105/220/9 106/221/9
f 7/222/2 14/223/2 90/224/2 91/225/2 92/226/2 93/227/2 94/228/2 95/229/2
f 11/230/2 5/231/2 7/222/2 95/229/2 96/232/2 93/227/2 92/226/2 89/233/2 90/224/2 14/223/2
f 86/234/2 85/235/2 97/236/2 98/237/2
f 85/238/12 88/239/12 100/240/12 97/241/12
f 87/242/11 86/243/11 98/244/11 99/245/11
f 90/246/9 89/247/9 101/248/9 102/249/9
f 93/250/12 96/251/12 108/252/12 105/253/12
f 95/254/11 94/255/11 106/256/11 107/257/11
f 89/258/12 92/259/12 104/260/12 101/261/12
f 91/262/11 90/263/11 102/264/11 103/265/11
f 96/266/10 95/267/10 107/268/10 108/269/10
f 25/270/1 24/112/1 4/39/1
f 24/112/1 3/111/1 4/39/1
f 2/40/1 1/110/1 44/271/1
f 1/110/1 45/109/1 44/271/1
f 44/271/1 43/98/1 2/40/1
f 43/98/1 26/41/1 2/40/1
f 26/41/1 25/270/1 4/39/1
usemtl windows
f 69/272/1 71/273/1 72/274/1 70/275/1
f 73/276/1 74/277/1 75/278/1 76/279/1
f 83/280/1 84/281/1 81/282/1 82/283/1
f 98/284/10 97/285/10 100/286/10 99/287/10
f 104/288/2 103/289/2 102/290/2 101/291/2
f 108/292/2 107/293/2 106/294/2 105/295/2

View File

@ -0,0 +1,32 @@
# Blender MTL File: 'lamppost.blend'
# Material Count: 3
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.003
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

View File

@ -0,0 +1,451 @@
# Blender v3.0.0 OBJ File: 'lamppost.blend'
# www.blender.org
mtllib lamppost.mtl
o Cylinder
v 0.000000 -0.025999 -1.000000
v 0.000000 3.278965 -0.748481
v 0.866025 -0.025999 -0.500000
v 0.648204 3.278965 -0.374240
v 0.866025 -0.025999 0.500000
v 0.648204 3.278965 0.374241
v -0.000000 -0.025999 1.000000
v -0.000000 3.278965 0.748481
v -0.866025 -0.025999 0.500000
v -0.648204 3.278965 0.374240
v -0.866025 -0.025999 -0.500000
v -0.648204 3.278965 -0.374240
v 0.866025 2.671005 -0.500000
v 0.000000 2.671005 -1.000000
v 0.866025 2.671005 0.500000
v -0.000000 2.671005 1.000000
v -0.866025 2.671005 0.500000
v -0.866025 2.671005 -0.500000
v 0.648204 14.580105 -0.374240
v 0.000000 14.580105 -0.748481
v 0.648204 14.580105 0.374241
v -0.000000 14.580105 0.748481
v -0.648204 14.580105 0.374240
v -0.648204 14.580105 -0.374240
v 0.609743 15.545627 -0.374240
v 0.000001 15.325666 -0.748481
v 0.609743 15.545627 0.374241
v 0.000001 15.325666 0.748481
v -0.609741 15.105706 0.374240
v -0.609741 15.105706 -0.374240
v 0.413456 16.080297 -0.374240
v -0.171421 15.800859 -0.748481
v 0.413456 16.080297 0.374241
v -0.171422 15.800859 0.748481
v -0.756299 15.521420 0.374240
v -0.756299 15.521420 -0.374240
v -0.061012 16.918900 -0.374240
v -0.462426 16.409945 -0.748481
v -0.061012 16.918900 0.374241
v -0.462426 16.409945 0.748481
v -0.863840 15.900991 0.374240
v -0.863840 15.900991 -0.374240
v -0.614742 17.328278 -0.374240
v -0.872931 16.733711 -0.748481
v -0.614741 17.328276 0.374241
v -0.872931 16.733711 0.748481
v -1.131121 16.139149 0.374240
v -1.131121 16.139149 -0.374240
v -1.561658 17.701853 -0.374240
v -1.614691 17.055822 -0.748481
v -1.561657 17.701851 0.374241
v -1.614691 17.055822 0.748481
v -1.667726 16.409792 0.374241
v -1.667726 16.409792 -0.374240
v -2.867598 17.807005 -0.374240
v -2.869150 17.158804 -0.748480
v -2.867597 17.807003 0.374241
v -2.869150 17.158804 0.748482
v -2.870703 16.510601 0.374241
v -2.870703 16.510601 -0.374240
v -3.345909 17.447685 -0.166125
v -3.346598 17.159948 -0.332251
v -3.345909 17.447683 0.166126
v -3.346598 17.159948 0.332252
v -3.347288 16.872210 0.166126
v -3.347288 16.872210 -0.166125
v -4.408121 17.642805 -0.276790
v -4.409269 17.163391 -0.553581
v -4.408120 17.642801 0.276791
v -4.409269 17.163391 0.553581
v -4.410419 16.683973 0.276791
v -4.410419 16.683973 -0.276790
v -4.570810 18.018579 -0.493519
v -4.572857 17.163782 -0.987037
v -4.570808 18.018572 0.493519
v -4.572857 17.163782 0.987038
v -4.752547 16.308983 0.785098
v -4.752547 16.308983 -0.785098
v -8.170372 18.027201 -0.493517
v -8.172419 17.172403 -0.987036
v -8.170370 18.027195 0.493521
v -8.172419 17.172403 0.987040
v -7.996824 16.317606 0.785101
v -7.996824 16.317606 -0.785095
v -8.624768 17.623884 -0.260034
v -8.625847 17.173491 -0.520069
v -8.624767 17.623882 0.260038
v -8.625847 17.173491 0.520074
v -8.626926 16.723095 0.260038
v -8.626926 16.723095 -0.260033
vt 0.572880 0.007095
vt 0.552264 0.150739
vt 0.497806 0.143644
vt 0.518422 0.000000
vt 0.572880 0.926167
vt 0.572880 0.780190
vt 0.627702 0.781031
vt 0.627702 0.927006
vt 0.659159 0.772922
vt 0.659159 0.918897
vt 0.125593 1.000000
vt 0.102378 0.853989
vt 0.156716 0.845346
vt 0.179930 0.991360
vt 0.328646 0.172998
vt 0.369087 0.180763
vt 0.255679 0.776651
vt 0.215238 0.768887
vt 0.184541 0.845049
vt 0.207756 0.991060
vt 0.408469 0.010374
vt 0.381404 0.152582
vt 0.327373 0.142208
vt 0.354437 0.000000
vt 0.754451 0.687963
vt 0.754451 0.742973
vt 0.706805 0.770488
vt 0.659159 0.742994
vt 0.659159 0.687984
vt 0.706805 0.660469
vt 0.541150 0.184806
vt 0.500389 0.179496
vt 0.580793 0.745245
vt 0.621825 0.745873
vt 0.645371 0.739804
vt 0.104144 0.820999
vt 0.144814 0.814531
vt 0.165642 0.814308
vt 0.068367 0.202480
vt 0.047540 0.202703
vt 0.041221 0.174625
vt 0.062048 0.174402
vt 0.006870 0.209171
vt 0.580793 0.133572
vt 0.621825 0.134200
vt 0.645371 0.128131
vt 0.454763 0.786712
vt 0.414002 0.781402
vt 0.207756 0.808199
vt 0.248656 0.803793
vt 0.251148 0.827894
vt 0.210781 0.835807
vt 0.622005 0.081562
vt 0.645371 0.087777
vt 0.449064 0.826422
vt 0.408469 0.833290
vt 0.000452 0.168808
vt 0.580972 0.080935
vt 0.273091 0.824125
vt 0.274172 0.845740
vt 0.252228 0.849509
vt 0.004364 0.141401
vt 0.044483 0.150682
vt 0.581890 0.050062
vt 0.622922 0.050691
vt 0.270600 0.800024
vt 0.646172 0.060369
vt 0.453666 0.853799
vt 0.413811 0.864135
vt 0.046236 0.129080
vt 0.012705 0.105574
vt 0.029079 0.084021
vt 0.056662 0.113565
vt 0.625139 0.000628
vt 0.647531 0.024536
vt 0.462990 0.889750
vt 0.430193 0.914524
vt 0.217899 0.872254
vt 0.584107 0.000000
vt 0.022323 0.054251
vt 0.063308 0.024742
vt 0.060931 0.059309
vt 0.846656 0.668487
vt 0.805474 0.668487
vt 0.805474 0.634825
vt 0.846656 0.634825
vt 0.681765 0.000000
vt 0.722946 0.000000
vt 0.722946 0.014412
vt 0.681765 0.014412
vt 0.000000 0.081842
vt 0.480235 0.911946
vt 0.453665 0.943008
vt 0.261990 0.866045
vt 0.233313 0.895437
vt 0.846656 0.580119
vt 0.805474 0.580119
vt 0.805474 0.508261
vt 0.846656 0.508261
vt 0.513406 0.938051
vt 0.496297 0.974328
vt 0.283670 0.888304
vt 0.263804 0.923463
vt 0.079381 0.093651
vt 0.722946 0.043599
vt 0.681765 0.043599
vt 0.324200 0.979837
vt 0.319803 0.947566
vt 0.353701 0.952638
vt 0.355653 0.966963
vt 0.722946 0.109648
vt 0.681765 0.109648
vt 0.123362 0.006245
vt 0.118600 0.041433
vt 0.572881 0.958669
vt 0.558229 0.995684
vt 0.337350 0.911526
vt 0.134665 0.076399
vt 0.361490 0.936640
vt 0.152458 0.036566
vt 0.159590 0.052086
vt 0.816925 0.485425
vt 0.835205 0.485425
vt 0.711496 0.135423
vt 0.693215 0.135423
vt 0.154572 0.020945
vt 0.717584 0.194131
vt 0.687126 0.194131
vt 0.793436 0.301636
vt 0.819370 0.286058
vt 0.836271 0.312070
vt 0.791792 0.324662
vt 0.199395 0.000000
vt 0.195874 0.026026
vt 0.773385 0.381634
vt 0.755714 0.381634
vt 0.745551 0.324662
vt 0.774994 0.324662
vt 0.408469 0.943097
vt 0.395491 0.969752
vt 0.207756 0.051888
vt 0.810836 0.426019
vt 0.841294 0.426019
vt 0.819370 0.255707
vt 0.793436 0.240933
vt 0.791792 0.216429
vt 0.836271 0.225980
vt 0.767502 0.256512
vt 0.767502 0.286863
vt 0.745552 0.298322
vt 0.745552 0.244205
vt 0.745551 0.213407
vt 0.659159 0.213407
vt 0.791084 0.045759
vt 0.745551 0.064228
vt 0.750172 0.015577
vt 0.777965 0.013762
vt 0.703234 0.660468
vt 0.659159 0.644650
vt 0.659210 0.472939
vt 0.703285 0.488757
vt 0.857539 0.853539
vt 0.805474 0.846823
vt 0.805474 0.668488
vt 0.857539 0.675203
vt 0.825179 0.214611
vt 0.776237 0.216429
vt 0.751167 0.648845
vt 0.751167 0.494080
vt 0.805474 0.642770
vt 0.751167 0.642770
vt 0.751167 0.447170
vt 0.805474 0.447170
vt 0.685507 0.431870
vt 0.711596 0.426019
vt 0.734819 0.434354
vt 0.731955 0.448540
vt 0.705864 0.454390
vt 0.682642 0.446055
vt 0.764014 0.426019
vt 0.792628 0.426019
vt 0.659159 0.391853
vt 0.745551 0.391853
vt 0.716662 0.426019
vt 0.688048 0.426019
vt 0.825179 0.019640
vt 0.795929 0.000000
vn 0.5000 0.0000 -0.8660
vn 1.0000 0.0000 0.0000
vn 0.5000 0.0000 0.8660
vn -0.5000 0.0000 0.8660
vn -0.5000 0.0000 -0.8660
vn -1.0000 0.0000 0.0000
vn 0.0000 -1.0000 0.0000
vn 0.4707 0.3373 -0.8153
vn 0.9414 0.3373 0.0000
vn 0.4707 0.3373 0.8153
vn -0.4707 0.3373 0.8153
vn -0.9414 0.3373 0.0000
vn -0.4707 0.3373 -0.8153
vn -0.9973 0.0730 0.0000
vn -0.4718 -0.1684 -0.8654
vn 0.5098 0.0115 0.8602
vn 0.5098 0.0115 -0.8602
vn -0.5133 0.0155 -0.8581
vn -0.5133 0.0155 0.8581
vn 0.9992 0.0398 0.0000
vn -0.9621 -0.2726 0.0000
vn -0.4718 -0.1684 0.8655
vn 0.9387 0.3446 0.0000
vn -0.9431 -0.3325 0.0000
vn 0.4706 0.1714 0.8655
vn 0.4706 0.1714 -0.8655
vn -0.3240 -0.3908 0.8616
vn 0.4567 0.2415 0.8562
vn 0.4567 0.2415 -0.8562
vn -0.4881 -0.1967 -0.8504
vn -0.4881 -0.1967 0.8504
vn 0.8704 0.4924 0.0000
vn 0.1939 0.4707 0.8607
vn 0.5945 0.8041 -0.0000
vn -0.6653 -0.7466 0.0000
vn 0.3059 0.4024 0.8628
vn 0.3059 0.4024 -0.8628
vn -0.3240 -0.3908 -0.8616
vn 0.0803 0.9968 0.0000
vn 0.1939 0.4707 -0.8607
vn -0.2153 -0.4643 -0.8591
vn -0.2153 -0.4643 0.8591
vn 0.3670 0.9302 -0.0000
vn -0.4503 -0.8929 0.0000
vn -0.6016 0.4005 -0.6912
vn -0.0835 -0.9965 0.0000
vn 0.0406 0.4989 0.8657
vn 0.0406 0.4989 -0.8657
vn -0.0414 -0.4989 -0.8657
vn -0.0414 -0.4989 0.8657
vn -0.6035 -0.3976 -0.6912
vn -0.6035 -0.3976 0.6912
vn -0.6006 0.7995 0.0000
vn -0.6045 -0.7966 0.0000
vn -0.6016 0.4005 0.6912
vn 0.1743 -0.9847 0.0000
vn 0.8904 -0.2558 -0.3764
vn 0.1791 0.4916 0.8522
vn 0.1791 0.4916 -0.8522
vn 0.1759 -0.4925 -0.8523
vn 0.1759 -0.4925 0.8523
vn 0.1807 0.9835 0.0000
vn 0.8904 -0.2558 0.3764
vn 0.9177 0.3973 0.0000
vn 0.7387 -0.6740 0.0000
vn 0.9172 0.1976 0.3460
vn 0.9172 0.1976 -0.3460
vn -0.7023 -0.3191 -0.6363
vn 0.0012 0.5000 0.8660
vn 0.0012 0.5000 -0.8660
vn -0.0006 -0.2299 -0.9732
vn -0.0006 -0.2299 0.9732
vn 0.0024 1.0000 0.0000
vn -1.0000 0.0024 0.0000
vn -0.7023 -0.3191 0.6363
vn -0.6638 0.7479 0.0000
vn -0.5412 -0.8409 0.0000
vn -0.6647 0.3747 0.6463
vn -0.6647 0.3747 -0.6463
vn -0.0027 -1.0000 0.0000
usemtl Material.001
s off
f 1/1/1 14/2/1 13/3/1 3/4/1
f 3/5/2 13/6/2 15/7/2 5/8/2
f 5/8/3 15/7/3 16/9/3 7/10/3
f 7/11/4 16/12/4 17/13/4 9/14/4
f 2/15/5 12/16/5 24/17/5 20/18/5
f 9/14/6 17/13/6 18/19/6 11/20/6
f 11/21/5 18/22/5 14/23/5 1/24/5
f 1/25/7 3/26/7 5/27/7 7/28/7 9/29/7 11/30/7
f 2/31/8 4/32/8 13/3/8 14/2/8
f 4/33/9 6/34/9 15/7/9 13/6/9
f 6/34/10 8/35/10 16/9/10 15/7/10
f 8/36/11 10/37/11 17/13/11 16/12/11
f 10/37/12 12/38/12 18/19/12 17/13/12
f 12/16/13 2/15/13 14/23/13 18/22/13
f 24/39/14 23/40/14 29/41/14 30/42/14
f 10/37/4 8/36/4 22/43/4 23/40/4
f 6/34/2 4/33/2 19/44/2 21/45/2
f 12/38/6 10/37/6 23/40/6 24/39/6
f 8/35/3 6/34/3 21/45/3 22/46/3
f 4/32/1 2/31/1 20/47/1 19/48/1
f 26/49/15 30/50/15 36/51/15 32/52/15
f 22/46/16 21/45/16 27/53/16 28/54/16
f 19/48/17 20/47/17 26/55/17 25/56/17
f 20/18/18 24/17/18 30/50/18 26/49/18
f 23/40/19 22/43/19 28/57/19 29/41/19
f 21/45/20 19/44/20 25/58/20 27/53/20
f 36/51/21 35/59/21 41/60/21 42/61/21
f 29/41/22 28/57/22 34/62/22 35/63/22
f 27/53/23 25/58/23 31/64/23 33/65/23
f 30/50/24 29/66/24 35/59/24 36/51/24
f 28/54/25 27/53/25 33/65/25 34/67/25
f 25/56/26 26/55/26 32/68/26 31/69/26
f 41/70/27 40/71/27 46/72/27 47/73/27
f 34/67/28 33/65/28 39/74/28 40/75/28
f 31/69/29 32/68/29 38/76/29 37/77/29
f 32/52/30 36/51/30 42/61/30 38/78/30
f 35/63/31 34/62/31 40/71/31 41/70/31
f 33/65/32 31/64/32 37/79/32 39/74/32
f 46/72/33 45/80/33 51/81/33 52/82/33
f 39/83/34 37/84/34 43/85/34 45/86/34
f 42/87/35 41/88/35 47/89/35 48/90/35
f 40/71/36 39/91/36 45/80/36 46/72/36
f 37/77/37 38/76/37 44/92/37 43/93/37
f 38/78/38 42/61/38 48/94/38 44/95/38
f 51/96/39 49/97/39 55/98/39 57/99/39
f 43/93/40 44/92/40 50/100/40 49/101/40
f 44/95/41 48/94/41 54/102/41 50/103/41
f 47/73/42 46/72/42 52/82/42 53/104/42
f 45/86/43 43/85/43 49/97/43 51/96/43
f 48/90/44 47/89/44 53/105/44 54/106/44
f 55/107/45 56/108/45 62/109/45 61/110/45
f 54/106/46 53/105/46 59/111/46 60/112/46
f 52/82/47 51/81/47 57/113/47 58/114/47
f 49/101/48 50/100/48 56/115/48 55/116/48
f 50/103/49 54/102/49 60/117/49 56/108/49
f 53/104/50 52/82/50 58/114/50 59/118/50
f 56/108/51 60/117/51 66/119/51 62/109/51
f 59/118/52 58/114/52 64/120/52 65/121/52
f 57/99/53 55/98/53 61/122/53 63/123/53
f 60/112/54 59/111/54 65/124/54 66/125/54
f 58/114/55 57/113/55 63/126/55 64/120/55
usemtl Material.002
f 66/125/56 65/124/56 71/127/56 72/128/56
f 68/129/57 72/130/57 78/131/57 74/132/57
f 64/120/58 63/126/58 69/133/58 70/134/58
f 61/135/59 62/136/59 68/137/59 67/138/59
f 62/109/60 66/119/60 72/139/60 68/140/60
f 65/121/61 64/120/61 70/134/61 71/141/61
f 63/123/62 61/122/62 67/142/62 69/143/62
f 71/144/63 70/145/63 76/146/63 77/147/63
f 69/148/64 67/149/64 73/150/64 75/151/64
f 72/128/65 71/127/65 77/152/65 78/153/65
f 70/145/66 69/148/66 75/151/66 76/146/66
f 67/149/67 68/129/67 74/132/67 73/150/67
f 80/154/68 84/155/68 90/156/68 86/157/68
f 76/158/69 75/159/69 81/160/69 82/161/69
f 73/162/70 74/163/70 80/164/70 79/165/70
f 74/166/71 78/167/71 84/155/71 80/154/71
f 77/168/72 76/158/72 82/161/72 83/169/72
f 75/170/73 73/171/73 79/172/73 81/173/73
f 85/174/74 86/175/74 90/176/74 89/177/74 88/178/74 87/179/74
f 83/169/75 82/161/75 88/178/75 89/177/75
f 81/173/76 79/172/76 85/180/76 87/181/76
f 84/182/77 83/183/77 89/184/77 90/185/77
f 82/161/78 81/160/78 87/179/78 88/178/78
f 79/186/79 80/154/79 86/157/79 85/187/79
usemtl Material.003
f 78/153/80 77/152/80 83/183/80 84/182/80

View File

@ -0,0 +1,22 @@
# Blender MTL File: 'modern-chair1.blend'
# Material Count: 2
newmtl Mat1
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.681768 0.800853 0.969920
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl mat
Ns 272.250012
Ka 0.883333 0.883333 0.883333
Kd 0.152325 0.152325 0.152325
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 3

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
# Blender MTL File: 'shelf.blend'
# Material Count: 2
newmtl Material.001
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 225.000000
Ka 1.000000 1.000000 1.000000
Kd 0.184469 0.184469 0.184469
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
# Blender MTL File: 'tree.blend'
# Material Count: 2
newmtl Material.001
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.433317 0.609017 0.365051
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
newmtl Material.002
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,957 @@
# Blender v3.0.0 OBJ File: 'washing-machine.blend'
# www.blender.org
o Cube_Cube.001
v -1.000000 -1.000000 1.000000
v -1.000000 1.000000 1.000000
v -1.000000 -1.000000 -1.000000
v -1.000000 1.000000 -1.000000
v 1.000000 -1.000000 1.000000
v 1.000000 1.000000 1.000000
v 1.000000 -1.000000 -1.000000
v 1.000000 1.000000 -1.000000
v -1.000000 0.707366 1.000000
v -1.000000 0.707366 -1.000000
v 1.000000 0.707366 -1.000000
v 1.000000 0.707366 1.000000
v 1.000000 1.000000 -1.000000
v 1.000000 1.000000 1.000000
v 1.000000 0.707366 -1.000000
v 1.000000 0.707366 1.000000
v 1.020000 1.000000 -1.000000
v 1.020000 1.000000 1.000000
v 1.020000 0.707366 -1.000000
v 1.020000 0.707366 1.000000
v -1.000000 1.394857 1.000000
v -1.000000 1.394857 -1.000000
v 1.000000 1.170462 -1.000000
v 1.000000 1.170462 1.000000
v 1.000000 1.170462 -1.000000
v 1.000000 1.170462 1.000000
v 1.020000 1.170462 -1.000000
v 1.020000 1.170462 1.000000
v 0.810244 -1.000000 -1.000000
v 0.810244 1.000000 -1.000000
v 0.810244 -1.000000 1.000000
v 0.810244 1.000000 1.000000
v 0.810244 0.707366 1.000000
v 0.810244 0.707366 -1.000000
v 0.810244 1.393160 -1.000000
v 0.810244 1.393160 1.000000
v 0.987640 -0.139060 -0.734312
v 1.045322 -0.139060 -0.663831
v 0.987640 -0.282317 -0.720203
v 1.045322 -0.268567 -0.651076
v 0.987640 -0.420069 -0.678416
v 1.045322 -0.393097 -0.613300
v 0.987640 -0.547022 -0.610558
v 1.045322 -0.507865 -0.551955
v 0.987640 -0.658297 -0.519237
v 1.045322 -0.608460 -0.469399
v 0.987640 -0.749619 -0.407962
v 1.045322 -0.691015 -0.368805
v 0.987640 -0.817476 -0.281009
v 1.045322 -0.752360 -0.254037
v 0.987640 -0.859263 -0.143257
v 1.045322 -0.790136 -0.129507
v 0.987640 -0.873373 0.000000
v 1.045322 -0.802891 0.000000
v 0.987640 -0.859263 0.143257
v 1.045322 -0.790136 0.129507
v 0.987640 -0.817476 0.281009
v 1.045322 -0.752360 0.254037
v 0.987640 -0.749619 0.407962
v 1.045322 -0.691016 0.368805
v 0.987640 -0.658297 0.519237
v 1.045322 -0.608460 0.469399
v 0.987640 -0.547022 0.610558
v 1.045322 -0.507865 0.551955
v 0.987640 -0.420069 0.678416
v 1.045322 -0.393097 0.613300
v 0.987640 -0.282317 0.720203
v 1.045322 -0.268567 0.651076
v 0.987640 -0.139060 0.734312
v 1.045322 -0.139060 0.663831
v 0.987640 0.004197 0.720203
v 1.045322 -0.009553 0.651076
v 0.987640 0.141949 0.678416
v 1.045322 0.114977 0.613300
v 0.987640 0.268902 0.610558
v 1.045322 0.229745 0.551955
v 0.987640 0.380177 0.519237
v 1.045322 0.330339 0.469399
v 0.987640 0.471498 0.407962
v 1.045322 0.412895 0.368805
v 0.987640 0.539356 0.281009
v 1.045322 0.474240 0.254037
v 0.987640 0.581143 0.143257
v 1.045322 0.512015 0.129507
v 0.987640 0.595252 -0.000000
v 1.045322 0.524771 -0.000000
v 0.987640 0.581143 -0.143257
v 1.045322 0.512015 -0.129507
v 0.987640 0.539356 -0.281009
v 1.045322 0.474240 -0.254037
v 0.987640 0.471498 -0.407962
v 1.045322 0.412895 -0.368805
v 0.987640 0.380177 -0.519237
v 1.045322 0.330339 -0.469399
v 0.987640 0.268902 -0.610558
v 1.045322 0.229745 -0.551955
v 0.987640 0.141949 -0.678416
v 1.045322 0.114977 -0.613300
v 0.987640 0.004197 -0.720203
v 1.045322 -0.009553 -0.651076
v 1.045322 -0.282317 -0.720203
v 1.045322 -0.139060 -0.734312
v 1.045322 -0.420069 -0.678416
v 1.045322 -0.547022 -0.610558
v 1.045322 -0.658297 -0.519237
v 1.045322 -0.749619 -0.407962
v 1.045322 -0.817476 -0.281009
v 1.045322 -0.859263 -0.143257
v 1.045322 -0.873373 0.000000
v 1.045322 -0.859263 0.143257
v 1.045322 -0.817476 0.281009
v 1.045322 -0.749619 0.407962
v 1.045322 -0.658297 0.519237
v 1.045322 -0.547022 0.610558
v 1.045322 -0.420069 0.678416
v 1.045322 -0.282317 0.720203
v 1.045322 -0.139060 0.734312
v 1.045322 0.004197 0.720203
v 1.045322 0.141949 0.678416
v 1.045322 0.268902 0.610558
v 1.045322 0.380177 0.519237
v 1.045322 0.471498 0.407962
v 1.045322 0.539356 0.281009
v 1.045322 0.581143 0.143257
v 1.045322 0.595252 -0.000000
v 1.045322 0.581143 -0.143257
v 1.045322 0.539356 -0.281009
v 1.045322 0.471498 -0.407962
v 1.045322 0.380177 -0.519237
v 1.045322 0.268902 -0.610558
v 1.045322 0.141949 -0.678416
v 1.045322 0.004197 -0.720203
v 1.038029 -0.245487 -0.535045
v 1.038029 -0.139060 -0.545527
v 1.038029 -0.347824 -0.504001
v 1.038029 -0.442139 -0.453589
v 1.038029 -0.524806 -0.385746
v 1.038029 -0.592649 -0.303079
v 1.038029 -0.643062 -0.208764
v 1.038029 -0.674105 -0.106427
v 1.038029 -0.684587 0.000000
v 1.038029 -0.674105 0.106427
v 1.038029 -0.643062 0.208764
v 1.038029 -0.592649 0.303079
v 1.038029 -0.524806 0.385746
v 1.038029 -0.442139 0.453589
v 1.038029 -0.347824 0.504001
v 1.038029 -0.245487 0.535045
v 1.038029 -0.139060 0.545527
v 1.038029 -0.032633 0.535045
v 1.038029 0.069704 0.504001
v 1.038029 0.164018 0.453589
v 1.038029 0.246686 0.385746
v 1.038029 0.314529 0.303079
v 1.038029 0.364941 0.208764
v 1.038029 0.395985 0.106427
v 1.038029 0.406467 -0.000000
v 1.038029 0.395985 -0.106427
v 1.038029 0.364941 -0.208764
v 1.038029 0.314529 -0.303079
v 1.038029 0.246686 -0.385746
v 1.038029 0.164018 -0.453589
v 1.038029 0.069704 -0.504001
v 1.038029 -0.032633 -0.535045
v 1.038029 -0.268567 -0.651076
v 1.038029 -0.139060 -0.663831
v 1.038029 -0.393097 -0.613300
v 1.038029 -0.507865 -0.551955
v 1.038029 -0.608460 -0.469399
v 1.038029 -0.691015 -0.368805
v 1.038029 -0.752360 -0.254037
v 1.038029 -0.790136 -0.129507
v 1.038029 -0.802891 0.000000
v 1.038029 -0.790136 0.129507
v 1.038029 -0.752360 0.254037
v 1.038029 -0.691016 0.368805
v 1.038029 -0.608460 0.469399
v 1.038029 -0.507865 0.551955
v 1.038029 -0.393097 0.613300
v 1.038029 -0.268567 0.651076
v 1.038029 -0.139060 0.663831
v 1.038029 -0.009553 0.651076
v 1.038029 0.114977 0.613300
v 1.038029 0.229745 0.551955
v 1.038029 0.330339 0.469399
v 1.038029 0.412895 0.368805
v 1.038029 0.474240 0.254037
v 1.038029 0.512015 0.129507
v 1.038029 0.524771 -0.000000
v 1.038029 0.512015 -0.129507
v 1.038029 0.474240 -0.254037
v 1.038029 0.412895 -0.368805
v 1.038029 0.330339 -0.469399
v 1.038029 0.229745 -0.551955
v 1.038029 0.114977 -0.613300
v 1.038029 -0.009553 -0.651076
v 1.072179 -0.245487 -0.535045
v 1.072179 -0.139060 -0.545527
v 1.072179 -0.347824 -0.504001
v 1.072179 -0.442139 -0.453589
v 1.072179 -0.524806 -0.385746
v 1.072179 -0.592649 -0.303079
v 1.072179 -0.643062 -0.208764
v 1.072179 -0.674105 -0.106427
v 1.072179 -0.684587 0.000000
v 1.072179 -0.674105 0.106427
v 1.072179 -0.643062 0.208764
v 1.072179 -0.592649 0.303079
v 1.072179 -0.524806 0.385746
v 1.072179 -0.442139 0.453589
v 1.072179 -0.347824 0.504001
v 1.072179 -0.245487 0.535045
v 1.072179 -0.139060 0.545527
v 1.072179 -0.032633 0.535045
v 1.072179 0.069704 0.504001
v 1.072179 0.164018 0.453589
v 1.072179 0.246686 0.385746
v 1.072179 0.314529 0.303079
v 1.072179 0.364941 0.208764
v 1.072179 0.395985 0.106427
v 1.072179 0.406467 -0.000000
v 1.072179 0.395985 -0.106427
v 1.072179 0.364941 -0.208764
v 1.072179 0.314529 -0.303079
v 1.072179 0.246686 -0.385746
v 1.072179 0.164018 -0.453589
v 1.072179 0.069704 -0.504001
v 1.072179 -0.032633 -0.535045
vt 0.610934 0.260772
vt 0.610934 0.305467
vt 0.305467 0.305467
vt 0.305467 0.260772
vt 0.028982 0.260772
vt 0.028982 0.305467
vt 0.000000 0.305467
vt 0.000000 0.260772
vt 0.610934 0.365775
vt 0.610934 0.365775
vt 0.610934 0.365775
vt 0.610934 0.365775
vt 0.028982 0.470778
vt 0.028982 0.426083
vt 0.305467 0.426083
vt 0.305467 0.470778
vt 0.581952 0.365775
vt 0.610934 0.365775
vt 0.610934 0.671242
vt 0.581952 0.671242
vt 0.305467 0.365775
vt 0.028982 0.365516
vt 0.028982 0.731550
vt 0.305467 0.731550
vt 0.871706 0.610934
vt 0.610934 0.610934
vt 0.610934 0.305467
vt 0.871706 0.305467
vt 0.028982 0.000000
vt 0.000000 0.000000
vt 0.610934 0.000000
vt 0.305467 0.000000
vt 0.584799 0.715937
vt 0.584799 0.671242
vt 0.587853 0.671242
vt 0.587853 0.715937
vt 0.610934 0.365775
vt 0.610934 0.365775
vt 0.610934 0.365775
vt 0.610934 0.365775
vt 0.904892 0.916401
vt 0.860197 0.916401
vt 0.860197 0.610934
vt 0.904892 0.610934
vt 0.913454 0.000000
vt 0.913454 0.305467
vt 0.887419 0.305467
vt 0.887419 0.000000
vt 0.904892 0.916401
vt 0.904892 0.610934
vt 0.907947 0.610934
vt 0.907947 0.916401
vt 0.590908 0.671242
vt 0.590908 0.715937
vt 0.587853 0.715937
vt 0.587853 0.671242
vt 0.610934 0.000000
vt 0.887419 0.000000
vt 0.887419 0.305467
vt 0.610934 0.305467
vt 0.911002 0.610934
vt 0.911002 0.916401
vt 0.907947 0.916401
vt 0.907947 0.610934
vt 0.590908 0.741972
vt 0.587853 0.741972
vt 0.931755 0.305467
vt 0.931755 0.610934
vt 0.905719 0.610934
vt 0.905719 0.305467
vt 0.834162 0.916401
vt 0.834162 0.610934
vt 0.610934 0.365775
vt 0.587853 0.741972
vt 0.584799 0.741972
vt 0.000000 0.426083
vt 0.000000 0.400048
vt 0.028982 0.366034
vt 0.305467 0.365775
vt 0.871706 0.610934
vt 0.871706 0.305467
vt 0.000000 0.731550
vt 0.000000 0.470778
vt 0.000000 0.331502
vt 0.305467 0.365775
vt 0.305467 0.671242
vt 0.546315 0.750547
vt 0.537505 0.750547
vt 0.537505 0.728667
vt 0.546315 0.728667
vt 0.537505 0.707627
vt 0.546315 0.707627
vt 0.537505 0.688237
vt 0.546315 0.688237
vt 0.537505 0.671242
vt 0.546315 0.671242
vt 0.555125 0.671242
vt 0.555125 0.688237
vt 0.546315 0.688237
vt 0.555125 0.707627
vt 0.546315 0.707627
vt 0.555125 0.728667
vt 0.546315 0.728667
vt 0.555125 0.750547
vt 0.546315 0.750547
vt 0.555125 0.772427
vt 0.546315 0.772427
vt 0.555125 0.793466
vt 0.546315 0.793466
vt 0.555125 0.812856
vt 0.546315 0.812856
vt 0.555125 0.829852
vt 0.546315 0.829852
vt 0.528695 0.671242
vt 0.537505 0.671242
vt 0.537505 0.688237
vt 0.528695 0.688237
vt 0.537505 0.707627
vt 0.528695 0.707627
vt 0.537505 0.728667
vt 0.528695 0.728667
vt 0.537505 0.750547
vt 0.528695 0.750547
vt 0.537505 0.772427
vt 0.528695 0.772427
vt 0.537505 0.793466
vt 0.528695 0.793466
vt 0.537505 0.812856
vt 0.528695 0.812856
vt 0.537505 0.829852
vt 0.528695 0.829852
vt 0.563935 0.829852
vt 0.555125 0.829852
vt 0.555125 0.812856
vt 0.563935 0.812856
vt 0.555125 0.793466
vt 0.563935 0.793466
vt 0.555125 0.772427
vt 0.563935 0.772427
vt 0.555125 0.750547
vt 0.563935 0.750547
vt 0.555125 0.728667
vt 0.563935 0.728667
vt 0.555125 0.707627
vt 0.563935 0.707627
vt 0.555125 0.688237
vt 0.563935 0.688237
vt 0.555125 0.671242
vt 0.563935 0.671242
vt 0.546315 0.829852
vt 0.537505 0.829852
vt 0.537505 0.812856
vt 0.546315 0.812856
vt 0.537505 0.793466
vt 0.546315 0.793466
vt 0.593136 0.814628
vt 0.593136 0.799264
vt 0.594250 0.799264
vt 0.594250 0.814628
vt 0.537505 0.772427
vt 0.546315 0.772427
vt 0.524406 0.750299
vt 0.528695 0.771863
vt 0.528695 0.793849
vt 0.524406 0.815413
vt 0.515992 0.835725
vt 0.503777 0.854006
vt 0.488231 0.869552
vt 0.469950 0.881767
vt 0.449638 0.890181
vt 0.428074 0.894470
vt 0.406088 0.894470
vt 0.384524 0.890181
vt 0.364212 0.881767
vt 0.345931 0.869552
vt 0.330385 0.854006
vt 0.318170 0.835725
vt 0.309756 0.815413
vt 0.305467 0.793849
vt 0.305467 0.771863
vt 0.309756 0.750299
vt 0.318170 0.729987
vt 0.330385 0.711706
vt 0.345931 0.696160
vt 0.364212 0.683945
vt 0.384524 0.675531
vt 0.406088 0.671242
vt 0.428074 0.671242
vt 0.449638 0.675531
vt 0.469950 0.683945
vt 0.488231 0.696160
vt 0.503777 0.711706
vt 0.515992 0.729987
vt 0.633131 0.674753
vt 0.625524 0.693116
vt 0.615223 0.689991
vt 0.623637 0.669679
vt 0.621647 0.712610
vt 0.610934 0.711555
vt 0.621647 0.732486
vt 0.610934 0.733541
vt 0.625524 0.751980
vt 0.615223 0.755105
vt 0.633131 0.770342
vt 0.623637 0.775417
vt 0.644173 0.786869
vt 0.635852 0.793698
vt 0.658227 0.800923
vt 0.651398 0.809244
vt 0.674753 0.811965
vt 0.669679 0.821459
vt 0.693116 0.819571
vt 0.689991 0.829873
vt 0.712610 0.823449
vt 0.711555 0.834162
vt 0.732486 0.823449
vt 0.733541 0.834162
vt 0.751980 0.819571
vt 0.755104 0.829873
vt 0.770342 0.811965
vt 0.775417 0.821459
vt 0.786868 0.800923
vt 0.793698 0.809244
vt 0.800923 0.786869
vt 0.809244 0.793698
vt 0.811965 0.770342
vt 0.821459 0.775417
vt 0.819571 0.751980
vt 0.829873 0.755105
vt 0.823449 0.732486
vt 0.834162 0.733541
vt 0.823449 0.712610
vt 0.834162 0.711555
vt 0.819571 0.693116
vt 0.829873 0.689991
vt 0.811965 0.674753
vt 0.821459 0.669679
vt 0.800923 0.658227
vt 0.809244 0.651398
vt 0.786868 0.644173
vt 0.793698 0.635852
vt 0.770342 0.633131
vt 0.775417 0.623637
vt 0.751980 0.625525
vt 0.755104 0.615223
vt 0.732486 0.621647
vt 0.733541 0.610934
vt 0.712610 0.621647
vt 0.711555 0.610934
vt 0.693116 0.625525
vt 0.689991 0.615223
vt 0.674753 0.633131
vt 0.669679 0.623637
vt 0.658227 0.644173
vt 0.651398 0.635852
vt 0.644173 0.658227
vt 0.635852 0.651398
vt 0.569151 0.683868
vt 0.569151 0.698273
vt 0.563935 0.698273
vt 0.563935 0.683868
vt 0.592022 0.723155
vt 0.592022 0.704135
vt 0.593136 0.704135
vt 0.593136 0.723155
vt 0.595364 0.799264
vt 0.595364 0.814628
vt 0.594250 0.799264
vt 0.592022 0.742935
vt 0.593136 0.742935
vt 0.595364 0.781735
vt 0.594250 0.781735
vt 0.592022 0.762715
vt 0.593136 0.762715
vt 0.595364 0.762715
vt 0.594250 0.762715
vt 0.592022 0.781735
vt 0.593136 0.781735
vt 0.595364 0.742935
vt 0.594250 0.742935
vt 0.592022 0.799264
vt 0.593136 0.799264
vt 0.595364 0.723155
vt 0.594250 0.723155
vt 0.592022 0.814628
vt 0.593136 0.814628
vt 0.595364 0.704135
vt 0.594250 0.704135
vt 0.593136 0.686606
vt 0.593136 0.671242
vt 0.594250 0.671242
vt 0.594250 0.686606
vt 0.595364 0.686606
vt 0.594250 0.686606
vt 0.593136 0.704135
vt 0.594250 0.704135
vt 0.592022 0.723155
vt 0.592022 0.742935
vt 0.590908 0.742935
vt 0.590908 0.723155
vt 0.595364 0.671242
vt 0.594250 0.671242
vt 0.593136 0.723155
vt 0.594250 0.723155
vt 0.592022 0.704135
vt 0.590908 0.704135
vt 0.592022 0.799264
vt 0.592022 0.814628
vt 0.590908 0.814628
vt 0.590908 0.799264
vt 0.593136 0.742935
vt 0.594250 0.742935
vt 0.592022 0.686606
vt 0.590908 0.686606
vt 0.592022 0.781735
vt 0.590908 0.781735
vt 0.593136 0.762715
vt 0.594250 0.762715
vt 0.592022 0.671242
vt 0.590908 0.671242
vt 0.592022 0.762715
vt 0.590908 0.762715
vt 0.593136 0.781735
vt 0.594250 0.781735
vt 0.592022 0.686606
vt 0.593136 0.671242
vt 0.593136 0.686606
vt 0.036494 0.885309
vt 0.048043 0.896858
vt 0.036580 0.910826
vt 0.022526 0.896771
vt 0.061624 0.905933
vt 0.053106 0.921868
vt 0.076714 0.912183
vt 0.071469 0.929474
vt 0.092734 0.915370
vt 0.090963 0.933352
vt 0.109068 0.915370
vt 0.110839 0.933352
vt 0.125088 0.912183
vt 0.130333 0.929474
vt 0.140178 0.905933
vt 0.148696 0.921868
vt 0.153759 0.896858
vt 0.165222 0.910826
vt 0.165308 0.885308
vt 0.179276 0.896771
vt 0.174383 0.871728
vt 0.190318 0.880245
vt 0.180633 0.856637
vt 0.197924 0.861882
vt 0.183820 0.840617
vt 0.201802 0.842389
vt 0.183820 0.824284
vt 0.201802 0.822513
vt 0.180633 0.808264
vt 0.197924 0.803019
vt 0.174383 0.793174
vt 0.190318 0.784656
vt 0.165308 0.779593
vt 0.179276 0.768130
vt 0.153759 0.768043
vt 0.165222 0.754076
vt 0.140178 0.758969
vt 0.148695 0.743033
vt 0.125088 0.752718
vt 0.130333 0.735427
vt 0.109068 0.749532
vt 0.110839 0.731550
vt 0.092734 0.749532
vt 0.090963 0.731550
vt 0.076714 0.752718
vt 0.071469 0.735427
vt 0.061624 0.758969
vt 0.053106 0.743033
vt 0.048043 0.768043
vt 0.036580 0.754076
vt 0.036494 0.779593
vt 0.022526 0.768130
vt 0.027419 0.793174
vt 0.011484 0.784656
vt 0.021168 0.808264
vt 0.003878 0.803019
vt 0.017982 0.824284
vt 0.000000 0.822513
vt 0.017982 0.840618
vt 0.000000 0.842389
vt 0.021169 0.856637
vt 0.003878 0.861882
vt 0.027419 0.871728
vt 0.011484 0.880245
vt 0.610934 0.908914
vt 0.614120 0.892894
vt 0.620371 0.877804
vt 0.629446 0.864223
vt 0.640995 0.852673
vt 0.654576 0.843599
vt 0.669666 0.837348
vt 0.685686 0.834162
vt 0.702020 0.834162
vt 0.718040 0.837348
vt 0.733130 0.843599
vt 0.746711 0.852673
vt 0.758260 0.864223
vt 0.767335 0.877804
vt 0.773585 0.892894
vt 0.776772 0.908914
vt 0.776772 0.925248
vt 0.773585 0.941267
vt 0.767335 0.956358
vt 0.758260 0.969939
vt 0.746711 0.981488
vt 0.733130 0.990563
vt 0.718039 0.996813
vt 0.702020 1.000000
vt 0.685686 1.000000
vt 0.669666 0.996813
vt 0.654576 0.990563
vt 0.640995 0.981488
vt 0.629445 0.969939
vt 0.620371 0.956358
vt 0.614120 0.941267
vt 0.610934 0.925248
vt 0.569151 0.762043
vt 0.569151 0.776448
vt 0.563935 0.776448
vt 0.563935 0.762043
vt 0.579583 0.746413
vt 0.579583 0.730158
vt 0.584799 0.730158
vt 0.584799 0.746413
vt 0.569151 0.671242
vt 0.563935 0.671242
vt 0.569151 0.746413
vt 0.563935 0.746413
vt 0.579583 0.762043
vt 0.584799 0.762043
vt 0.569151 0.683868
vt 0.574367 0.671242
vt 0.574367 0.683868
vt 0.569151 0.730158
vt 0.563935 0.730158
vt 0.579583 0.776448
vt 0.584799 0.776448
vt 0.569151 0.698273
vt 0.574367 0.698273
vt 0.579583 0.789074
vt 0.584799 0.789074
vt 0.569151 0.713903
vt 0.574367 0.713903
vt 0.579583 0.776448
vt 0.574367 0.789074
vt 0.574367 0.776448
vt 0.569151 0.730158
vt 0.574367 0.730158
vt 0.579583 0.762043
vt 0.574367 0.762043
vt 0.569151 0.746413
vt 0.574367 0.746413
vt 0.579583 0.746413
vt 0.574367 0.746413
vt 0.569151 0.762044
vt 0.574367 0.762044
vt 0.579583 0.730158
vt 0.574367 0.730158
vt 0.569151 0.776448
vt 0.574367 0.776448
vt 0.579583 0.713903
vt 0.574367 0.713903
vt 0.569151 0.789075
vt 0.574367 0.789075
vt 0.579583 0.698273
vt 0.574367 0.698273
vt 0.579583 0.683868
vt 0.579583 0.671242
vt 0.584799 0.671242
vt 0.584799 0.683868
vt 0.579583 0.683868
vt 0.574367 0.683868
vt 0.579583 0.698273
vt 0.584799 0.698273
vt 0.569151 0.713903
vt 0.563935 0.713903
vt 0.579583 0.671242
vt 0.574367 0.671242
vt 0.579583 0.713903
vt 0.584799 0.713903
vt 0.569151 0.789075
vt 0.563935 0.789075
vn -1.0000 0.0000 0.0000
vn 0.0000 0.0000 -1.0000
vn 0.0000 0.0000 1.0000
vn 0.0000 -1.0000 0.0000
vn 1.0000 0.0000 0.0000
vn 0.0009 1.0000 0.0000
vn 0.0000 1.0000 0.0000
vn 0.7612 0.6486 0.0000
vn 0.0000 -0.0980 -0.9952
vn 0.0000 -0.2903 -0.9569
vn 0.0000 -0.4714 -0.8819
vn 0.0000 -0.6344 -0.7730
vn 0.0000 -0.7730 -0.6344
vn 0.0000 -0.8819 -0.4714
vn 0.0000 -0.9569 -0.2903
vn 0.0000 -0.9952 -0.0980
vn 0.0000 -0.9952 0.0980
vn 0.0000 -0.9569 0.2903
vn 0.0000 -0.8819 0.4714
vn 0.0000 -0.7730 0.6344
vn 0.0000 -0.6344 0.7730
vn 0.0000 -0.4714 0.8819
vn 0.0000 -0.2903 0.9569
vn 0.0000 -0.0980 0.9952
vn 0.0000 0.0980 0.9952
vn 0.0000 0.2903 0.9569
vn 0.0000 0.4714 0.8819
vn 0.0000 0.6344 0.7730
vn 0.0000 0.7730 0.6344
vn 0.0000 0.8819 0.4714
vn 0.0000 0.9569 0.2903
vn 0.0000 0.9952 0.0980
vn 0.0000 0.9952 -0.0980
vn 0.0000 0.9569 -0.2903
vn 0.0000 0.8819 -0.4714
vn 0.0000 0.7730 -0.6344
vn 0.0000 0.6344 -0.7730
vn 0.0000 0.4714 -0.8819
vn 0.0000 0.2903 -0.9569
vn 0.0000 0.0980 -0.9952
s off
f 9/1/1 2/2/1 4/3/1 10/4/1
f 34/5/2 30/6/2 8/7/2 11/8/2
f 12/9/3 11/10/3 15/11/3 16/12/3
f 33/13/3 32/14/3 2/15/3 9/16/3
f 29/17/4 7/18/4 5/19/4 31/20/4
f 30/6/2 4/3/2 22/21/2 35/22/2
f 31/23/3 33/13/3 9/16/3 1/24/3
f 7/25/5 11/26/5 12/27/5 5/28/5
f 29/29/2 34/5/2 11/8/2 7/30/2
f 1/31/1 9/1/1 10/4/1 3/32/1
f 14/33/3 16/34/3 20/35/3 18/36/3
f 6/37/3 12/9/3 16/12/3 14/38/3
f 11/10/3 8/39/3 13/40/3 15/11/3
f 8/39/3 6/37/3 14/38/3 13/40/3
f 19/41/5 17/42/5 18/43/5 20/44/5
f 13/45/1 14/46/1 26/47/1 25/48/1
f 16/49/4 15/50/4 19/51/4 20/52/4
f 15/53/2 13/54/2 17/55/2 19/56/2
f 35/57/6 22/58/6 21/59/6 36/60/6
f 25/61/7 26/62/7 28/63/7 27/64/7
f 17/55/2 13/54/2 25/65/2 27/66/2
f 6/67/5 8/68/5 23/69/5 24/70/5
f 18/43/5 17/42/5 27/71/5 28/72/5
f 4/3/1 2/2/1 21/73/1 22/21/1
f 14/33/3 18/36/3 28/74/3 26/75/3
f 32/14/3 6/76/3 24/77/3 36/78/3
f 2/15/3 32/14/3 36/78/3 21/79/3
f 23/69/8 35/80/8 36/81/8 24/70/8
f 3/32/2 10/4/2 34/5/2 29/29/2
f 5/82/3 12/83/3 33/13/3 31/23/3
f 8/7/2 30/6/2 35/22/2 23/84/2
f 3/85/4 29/17/4 31/20/4 1/86/4
f 12/83/3 6/76/3 32/14/3 33/13/3
f 10/4/2 4/3/2 30/6/2 34/5/2
f 37/87/9 102/88/9 101/89/9 39/90/9
f 39/90/10 101/89/10 103/91/10 41/92/10
f 41/92/11 103/91/11 104/93/11 43/94/11
f 43/94/12 104/93/12 105/95/12 45/96/12
f 45/96/13 105/97/13 106/98/13 47/99/13
f 47/99/14 106/98/14 107/100/14 49/101/14
f 49/101/15 107/100/15 108/102/15 51/103/15
f 51/103/16 108/102/16 109/104/16 53/105/16
f 53/105/17 109/104/17 110/106/17 55/107/17
f 55/107/18 110/106/18 111/108/18 57/109/18
f 57/109/19 111/108/19 112/110/19 59/111/19
f 59/111/20 112/110/20 113/112/20 61/113/20
f 61/114/21 113/115/21 114/116/21 63/117/21
f 63/117/22 114/116/22 115/118/22 65/119/22
f 65/119/23 115/118/23 116/120/23 67/121/23
f 67/121/24 116/120/24 117/122/24 69/123/24
f 69/123/25 117/122/25 118/124/25 71/125/25
f 71/125/26 118/124/26 119/126/26 73/127/26
f 73/127/27 119/126/27 120/128/27 75/129/27
f 75/129/28 120/128/28 121/130/28 77/131/28
f 77/132/29 121/133/29 122/134/29 79/135/29
f 79/135/30 122/134/30 123/136/30 81/137/30
f 81/137/31 123/136/31 124/138/31 83/139/31
f 83/139/32 124/138/32 125/140/32 85/141/32
f 85/141/33 125/140/33 126/142/33 87/143/33
f 87/143/34 126/142/34 127/144/34 89/145/34
f 89/145/35 127/144/35 128/146/35 91/147/35
f 91/147/36 128/146/36 129/148/36 93/149/36
f 93/150/37 129/151/37 130/152/37 95/153/37
f 95/153/38 130/152/38 131/154/38 97/155/38
f 78/156/12 76/157/12 184/158/12 185/159/12
f 97/155/39 131/154/39 132/160/39 99/161/39
f 99/161/40 132/160/40 102/88/40 37/87/40
f 37/162/1 39/163/1 41/164/1 43/165/1 45/166/1 47/167/1 49/168/1 51/169/1 53/170/1 55/171/1 57/172/1 59/173/1 61/174/1 63/175/1 65/176/1 67/177/1 69/178/1 71/179/1 73/180/1 75/181/1 77/182/1 79/183/1 81/184/1 83/185/1 85/186/1 87/187/1 89/188/1 91/189/1 93/190/1 95/191/1 97/192/1 99/193/1
f 38/194/5 40/195/5 101/196/5 102/197/5
f 40/195/5 42/198/5 103/199/5 101/196/5
f 42/198/5 44/200/5 104/201/5 103/199/5
f 44/200/5 46/202/5 105/203/5 104/201/5
f 46/202/5 48/204/5 106/205/5 105/203/5
f 48/204/5 50/206/5 107/207/5 106/205/5
f 50/206/5 52/208/5 108/209/5 107/207/5
f 52/208/5 54/210/5 109/211/5 108/209/5
f 54/210/5 56/212/5 110/213/5 109/211/5
f 56/212/5 58/214/5 111/215/5 110/213/5
f 58/214/5 60/216/5 112/217/5 111/215/5
f 60/216/5 62/218/5 113/219/5 112/217/5
f 62/218/5 64/220/5 114/221/5 113/219/5
f 64/220/5 66/222/5 115/223/5 114/221/5
f 66/222/5 68/224/5 116/225/5 115/223/5
f 68/224/5 70/226/5 117/227/5 116/225/5
f 70/226/5 72/228/5 118/229/5 117/227/5
f 72/228/5 74/230/5 119/231/5 118/229/5
f 74/230/5 76/232/5 120/233/5 119/231/5
f 76/232/5 78/234/5 121/235/5 120/233/5
f 78/234/5 80/236/5 122/237/5 121/235/5
f 80/236/5 82/238/5 123/239/5 122/237/5
f 82/238/5 84/240/5 124/241/5 123/239/5
f 84/240/5 86/242/5 125/243/5 124/241/5
f 86/242/5 88/244/5 126/245/5 125/243/5
f 88/244/5 90/246/5 127/247/5 126/245/5
f 90/246/5 92/248/5 128/249/5 127/247/5
f 92/248/5 94/250/5 129/251/5 128/249/5
f 94/250/5 96/252/5 130/253/5 129/251/5
f 96/252/5 98/254/5 131/255/5 130/253/5
f 98/254/5 100/256/5 132/257/5 131/255/5
f 100/256/5 38/194/5 102/197/5 132/257/5
f 136/258/11 135/259/11 199/260/11 200/261/11
f 52/262/31 50/263/31 171/264/31 172/265/31
f 80/266/13 78/267/13 185/159/13 186/268/13
f 54/269/32 52/262/32 172/265/32 173/270/32
f 82/271/14 80/266/14 186/268/14 187/272/14
f 56/273/33 54/269/33 173/270/33 174/274/33
f 84/275/15 82/271/15 187/272/15 188/276/15
f 58/277/34 56/273/34 174/274/34 175/278/34
f 86/279/16 84/275/16 188/276/16 189/280/16
f 60/281/35 58/277/35 175/278/35 176/282/35
f 88/283/17 86/279/17 189/280/17 190/284/17
f 62/285/36 60/281/36 176/282/36 177/286/36
f 90/287/18 88/283/18 190/284/18 191/288/18
f 64/289/37 62/290/37 177/291/37 178/292/37
f 92/293/19 90/287/19 191/288/19 192/294/19
f 66/295/38 64/289/38 178/292/38 179/296/38
f 40/297/25 38/298/25 166/299/25 165/300/25
f 94/301/20 92/293/20 192/294/20 193/302/20
f 68/303/39 66/295/39 179/296/39 180/304/39
f 42/305/26 40/297/26 165/300/26 167/306/26
f 96/307/21 94/308/21 193/309/21 194/310/21
f 70/311/40 68/303/40 180/304/40 181/312/40
f 44/313/27 42/305/27 167/306/27 168/314/27
f 98/315/22 96/307/22 194/310/22 195/316/22
f 72/317/9 70/311/9 181/312/9 182/318/9
f 46/319/28 44/313/28 168/314/28 169/320/28
f 100/321/23 98/315/23 195/316/23 196/322/23
f 74/323/10 72/317/10 182/318/10 183/324/10
f 48/325/29 46/319/29 169/326/29 170/327/29
f 38/298/24 100/321/24 196/322/24 166/299/24
f 76/157/11 74/323/11 183/324/11 184/158/11
f 50/263/30 48/325/30 170/327/30 171/264/30
f 134/328/5 133/329/5 165/330/5 166/331/5
f 133/329/5 135/332/5 167/333/5 165/330/5
f 135/332/5 136/334/5 168/335/5 167/333/5
f 136/334/5 137/336/5 169/337/5 168/335/5
f 137/336/5 138/338/5 170/339/5 169/337/5
f 138/338/5 139/340/5 171/341/5 170/339/5
f 139/340/5 140/342/5 172/343/5 171/341/5
f 140/342/5 141/344/5 173/345/5 172/343/5
f 141/344/5 142/346/5 174/347/5 173/345/5
f 142/346/5 143/348/5 175/349/5 174/347/5
f 143/348/5 144/350/5 176/351/5 175/349/5
f 144/350/5 145/352/5 177/353/5 176/351/5
f 145/352/5 146/354/5 178/355/5 177/353/5
f 146/354/5 147/356/5 179/357/5 178/355/5
f 147/356/5 148/358/5 180/359/5 179/357/5
f 148/358/5 149/360/5 181/361/5 180/359/5
f 149/360/5 150/362/5 182/363/5 181/361/5
f 150/362/5 151/364/5 183/365/5 182/363/5
f 151/364/5 152/366/5 184/367/5 183/365/5
f 152/366/5 153/368/5 185/369/5 184/367/5
f 153/368/5 154/370/5 186/371/5 185/369/5
f 154/370/5 155/372/5 187/373/5 186/371/5
f 155/372/5 156/374/5 188/375/5 187/373/5
f 156/374/5 157/376/5 189/377/5 188/375/5
f 157/376/5 158/378/5 190/379/5 189/377/5
f 158/378/5 159/380/5 191/381/5 190/379/5
f 159/380/5 160/382/5 192/383/5 191/381/5
f 160/382/5 161/384/5 193/385/5 192/383/5
f 161/384/5 162/386/5 194/387/5 193/385/5
f 162/386/5 163/388/5 195/389/5 194/387/5
f 163/388/5 164/390/5 196/391/5 195/389/5
f 164/390/5 134/328/5 166/331/5 196/391/5
f 197/392/5 198/393/5 228/394/5 227/395/5 226/396/5 225/397/5 224/398/5 223/399/5 222/400/5 221/401/5 220/402/5 219/403/5 218/404/5 217/405/5 216/406/5 215/407/5 214/408/5 213/409/5 212/410/5 211/411/5 210/412/5 209/413/5 208/414/5 207/415/5 206/416/5 205/417/5 204/418/5 203/419/5 202/420/5 201/421/5 200/422/5 199/423/5
f 163/424/38 162/425/38 226/426/38 227/427/38
f 150/428/25 149/429/25 213/430/25 214/431/25
f 137/432/12 136/258/12 200/261/12 201/433/12
f 164/434/39 163/424/39 227/427/39 228/435/39
f 151/436/26 150/428/26 214/431/26 215/437/26
f 138/438/13 137/432/13 201/439/13 202/440/13
f 134/441/40 164/434/40 228/435/40 198/442/40
f 152/443/27 151/436/27 215/437/27 216/444/27
f 139/445/14 138/438/14 202/440/14 203/446/14
f 153/447/28 152/443/28 216/444/28 217/448/28
f 140/449/15 139/445/15 203/446/15 204/450/15
f 154/451/29 153/447/29 217/452/29 218/453/29
f 141/454/16 140/449/16 204/450/16 205/455/16
f 155/456/30 154/451/30 218/453/30 219/457/30
f 142/458/17 141/454/17 205/455/17 206/459/17
f 156/460/31 155/456/31 219/457/31 220/461/31
f 143/462/18 142/458/18 206/459/18 207/463/18
f 157/464/32 156/460/32 220/461/32 221/465/32
f 144/466/19 143/462/19 207/463/19 208/467/19
f 158/468/33 157/464/33 221/465/33 222/469/33
f 145/470/20 144/466/20 208/467/20 209/471/20
f 159/472/34 158/468/34 222/469/34 223/473/34
f 146/474/21 145/475/21 209/476/21 210/477/21
f 160/478/35 159/472/35 223/473/35 224/479/35
f 147/480/22 146/474/22 210/477/22 211/481/22
f 133/482/9 134/441/9 198/442/9 197/483/9
f 161/484/36 160/478/36 224/479/36 225/485/36
f 148/486/23 147/480/23 211/481/23 212/487/23
f 135/259/10 133/482/10 197/483/10 199/260/10
f 162/425/37 161/488/37 225/489/37 226/426/37
f 149/429/24 148/486/24 212/487/24 213/430/24

View File

@ -0,0 +1,22 @@
# Blender MTL File: 'water-dispenser.blend'
# Material Count: 2
newmtl Material.001
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.319031 0.732081 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.002
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More